2025-10-10T02:10:42.8594470Z Current runner version: '2.328.0' 2025-10-10T02:10:42.8597490Z Runner name: 'i-010629314babc3a30' 2025-10-10T02:10:42.8597890Z Runner group name: 'default' 2025-10-10T02:10:42.8598330Z Machine name: 'ip-10-0-3-168' 2025-10-10T02:10:42.8599690Z ##[group]GITHUB_TOKEN Permissions 2025-10-10T02:10:42.8600570Z Contents: read 2025-10-10T02:10:42.8600840Z Metadata: read 2025-10-10T02:10:42.8601100Z ##[endgroup] 2025-10-10T02:10:42.8602040Z Secret source: Actions 2025-10-10T02:10:42.8602380Z Prepare workflow directory 2025-10-10T02:10:44.1958550Z Prepare all required actions 2025-10-10T02:10:44.1983630Z Getting action download info 2025-10-10T02:10:44.3701450Z Download action repository 'pytorch/test-infra@main' (SHA:264eed5d70b428e3aa5c1a7c98e4330f866e183f) 2025-10-10T02:10:45.0464730Z Download action repository 'pytorch/pytorch@main' (SHA:0747d95994600a5a5538da560801476abbb67342) 2025-10-10T02:10:49.6863510Z Getting action download info 2025-10-10T02:10:49.8135850Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-10-10T02:10:50.0886840Z Getting action download info 2025-10-10T02:10:50.2328360Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/main (344e6365a0068c2d2847fcec0c55dd53291d475e) 2025-10-10T02:10:50.2330960Z ##[group] Inputs 2025-10-10T02:10:50.2331170Z build-environment: macos-py3-arm64 2025-10-10T02:10:50.2332140Z 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-10-10T02:10:50.2333050Z sync-tag: 2025-10-10T02:10:50.2333210Z python-version: 3.12.7 2025-10-10T02:10:50.2333730Z timeout-minutes: 270 2025-10-10T02:10:50.2334110Z disable-monitor: false 2025-10-10T02:10:50.2334330Z monitor-log-interval: 5 2025-10-10T02:10:50.2334580Z monitor-data-collect-interval: 1 2025-10-10T02:10:50.2334800Z ##[endgroup] 2025-10-10T02:10:50.2335040Z Complete job name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:10:50.2579510Z ##[group]Run sysctl machdep.cpu.brand_string kern.osproductversion 2025-10-10T02:10:50.2579830Z sysctl machdep.cpu.brand_string kern.osproductversion 2025-10-10T02:10:50.2595240Z shell: /bin/bash -e -l {0} 2025-10-10T02:10:50.2595470Z env: 2025-10-10T02:10:50.2595570Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:50.2595720Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:50.2595870Z TEST_CONFIG: mps 2025-10-10T02:10:50.2595980Z SHARD_NUMBER: 1 2025-10-10T02:10:50.2596080Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:50.2596200Z PR_BODY: 2025-10-10T02:10:50.2596300Z ##[endgroup] 2025-10-10T02:10:50.8437300Z machdep.cpu.brand_string: Apple M2 Pro 2025-10-10T02:10:50.8437610Z kern.osproductversion: 15.6.1 2025-10-10T02:10:50.8484280Z ##[group]Run for PROCESS in "python" "conda" "ninja" "clang"; do 2025-10-10T02:10:50.8484570Z for PROCESS in "python" "conda" "ninja" "clang"; do 2025-10-10T02:10:50.8484820Z  echo "Cleaning up all remaining ${PROCESS} process" 2025-10-10T02:10:50.8485040Z  pkill "${PROCESS}" || true 2025-10-10T02:10:50.8485190Z done 2025-10-10T02:10:50.8499000Z shell: /bin/bash -e -l {0} 2025-10-10T02:10:50.8499150Z env: 2025-10-10T02:10:50.8499270Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:50.8499420Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:50.8499580Z TEST_CONFIG: mps 2025-10-10T02:10:50.8499720Z SHARD_NUMBER: 1 2025-10-10T02:10:50.8499840Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:50.8499970Z PR_BODY: 2025-10-10T02:10:50.8500110Z ##[endgroup] 2025-10-10T02:10:51.4195560Z Cleaning up all remaining python process 2025-10-10T02:10:51.4254560Z Cleaning up all remaining conda process 2025-10-10T02:10:51.4304660Z Cleaning up all remaining ninja process 2025-10-10T02:10:51.4355030Z Cleaning up all remaining clang process 2025-10-10T02:10:51.4423730Z ##[group]Run if brew list miniconda; then 2025-10-10T02:10:51.4423950Z if brew list miniconda; then 2025-10-10T02:10:51.4424180Z  brew uninstall miniconda 2025-10-10T02:10:51.4424360Z  echo "REINSTALL_BREW_MINICONDA=1" >> "${GITHUB_ENV}" 2025-10-10T02:10:51.4424590Z fi 2025-10-10T02:10:51.4438000Z shell: /bin/bash -e -l {0} 2025-10-10T02:10:51.4438140Z env: 2025-10-10T02:10:51.4438240Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:51.4438390Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:51.4438560Z TEST_CONFIG: mps 2025-10-10T02:10:51.4438700Z SHARD_NUMBER: 1 2025-10-10T02:10:51.4438800Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:51.4438940Z PR_BODY: 2025-10-10T02:10:51.4439030Z ##[endgroup] 2025-10-10T02:10:52.9047930Z /opt/homebrew/Caskroom/miniconda/.metadata/INSTALL_RECEIPT.json 2025-10-10T02:10:52.9048370Z /opt/homebrew/Caskroom/miniconda/.metadata/config.json 2025-10-10T02:10:52.9048870Z /opt/homebrew/Caskroom/miniconda/.metadata/py313_25.7.0-2/20251010010055.674/Casks/miniconda.rb 2025-10-10T02:10:52.9049320Z /opt/homebrew/Caskroom/miniconda/py313_25.7.0-2/Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-10-10T02:10:52.9049740Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_recursion_limit.3 2025-10-10T02:10:52.9050440Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2syntax.3 2025-10-10T02:10:52.9050760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2jit.3 2025-10-10T02:10:52.9051220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2demo.3 2025-10-10T02:10:52.9051740Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_offset_limit.3 2025-10-10T02:10:52.9052360Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_create.3 2025-10-10T02:10:52.9052890Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2serialize.3 2025-10-10T02:10:52.9053480Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_bsr.3 2025-10-10T02:10:52.9053990Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2unicode.3 2025-10-10T02:10:52.9054670Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_get_bynumber.3 2025-10-10T02:10:52.9055300Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_copy_byname.3 2025-10-10T02:10:52.9055770Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2api.3 2025-10-10T02:10:52.9056520Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_parens_nest_limit.3 2025-10-10T02:10:52.9057030Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_startchar.3 2025-10-10T02:10:52.9057500Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2limits.3 2025-10-10T02:10:52.9058290Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_recursion_memory_management.3 2025-10-10T02:10:52.9058850Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_newline.3 2025-10-10T02:10:52.9059440Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_depth_limit.3 2025-10-10T02:10:52.9060050Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_free.3 2025-10-10T02:10:52.9060700Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_free.3 2025-10-10T02:10:52.9061360Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_max_pattern_length.3 2025-10-10T02:10:52.9061910Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2matching.3 2025-10-10T02:10:52.9062460Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_free.3 2025-10-10T02:10:52.9063000Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_callout.3 2025-10-10T02:10:52.9063670Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_copy_with_tables.3 2025-10-10T02:10:52.9064290Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_glob_escape.3 2025-10-10T02:10:52.9064980Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_compile_extra_options.3 2025-10-10T02:10:52.9065420Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2.3 2025-10-10T02:10:52.9066010Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2perform.3 2025-10-10T02:10:52.9067130Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_pattern_info.3 2025-10-10T02:10:52.9067510Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_substitute_callout.3 2025-10-10T02:10:52.9068040Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_create.3 2025-10-10T02:10:52.9068520Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2build.3 2025-10-10T02:10:52.9069220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_length_byname.3 2025-10-10T02:10:52.9069790Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_free.3 2025-10-10T02:10:52.9070340Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_dfa_match.3 2025-10-10T02:10:52.9070860Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2convert.3 2025-10-10T02:10:52.9071570Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_match.3 2025-10-10T02:10:52.9072220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_nametable_scan.3 2025-10-10T02:10:52.9072590Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match.3 2025-10-10T02:10:52.9073240Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_converted_pattern_free.3 2025-10-10T02:10:52.9073760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_heap_limit.3 2025-10-10T02:10:52.9074430Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_number_from_name.3 2025-10-10T02:10:52.9074990Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_pattern_convert.3 2025-10-10T02:10:52.9075560Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_maketables.3 2025-10-10T02:10:52.9076220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_free.3 2025-10-10T02:10:52.9076730Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_free.3 2025-10-10T02:10:52.9077330Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_compile.3 2025-10-10T02:10:52.9077860Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile.3 2025-10-10T02:10:52.9078540Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_ovector_pointer.3 2025-10-10T02:10:52.9079160Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_list_get.3 2025-10-10T02:10:52.9079950Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_free.3 2025-10-10T02:10:52.9080470Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_match_data_size.3 2025-10-10T02:10:52.9081110Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_copy.3 2025-10-10T02:10:52.9081760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_character_tables.3 2025-10-10T02:10:52.9082370Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_error_message.3 2025-10-10T02:10:52.9083030Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_create.3 2025-10-10T02:10:52.9083670Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_glob_separator.3 2025-10-10T02:10:52.9084220Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_maketables_free.3 2025-10-10T02:10:52.9084860Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_free.3 2025-10-10T02:10:52.9085480Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_decode.3 2025-10-10T02:10:52.9086130Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_copy.3 2025-10-10T02:10:52.9086640Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_code_copy.3 2025-10-10T02:10:52.9087160Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2compat.3 2025-10-10T02:10:52.9087940Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_create_from_pattern.3 2025-10-10T02:10:52.9088490Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_match_limit.3 2025-10-10T02:10:52.9089160Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_context_copy.3 2025-10-10T02:10:52.9089720Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_encode.3 2025-10-10T02:10:52.9090250Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substitute.3 2025-10-10T02:10:52.9090890Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_ovector_count.3 2025-10-10T02:10:52.9091760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_get_mark.3 2025-10-10T02:10:52.9092200Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_stack_assign.3 2025-10-10T02:10:52.9092770Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_list_free.3 2025-10-10T02:10:52.9093190Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2callout.3 2025-10-10T02:10:52.9093800Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_match_data_create.3 2025-10-10T02:10:52.9094360Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_get_byname.3 2025-10-10T02:10:52.9094980Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_copy_bynumber.3 2025-10-10T02:10:52.9095430Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2sample.3 2025-10-10T02:10:52.9096100Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_length_bynumber.3 2025-10-10T02:10:52.9096540Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2partial.3 2025-10-10T02:10:52.9097070Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2posix.3 2025-10-10T02:10:52.9097630Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_convert_context_create.3 2025-10-10T02:10:52.9098260Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_compile_context_copy.3 2025-10-10T02:10:52.9098660Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_config.3 2025-10-10T02:10:52.9099380Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_set_compile_recursion_guard.3 2025-10-10T02:10:52.9100030Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_serialize_get_number_of_codes.3 2025-10-10T02:10:52.9100610Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_general_context_create.3 2025-10-10T02:10:52.9101200Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_jit_free_unused_memory.3 2025-10-10T02:10:52.9101750Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_callout_enumerate.3 2025-10-10T02:10:52.9102330Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2_substring_free.3 2025-10-10T02:10:52.9102760Z /opt/homebrew/Caskroom/miniconda/base/man/man3/pcre2pattern.3 2025-10-10T02:10:52.9103160Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzegrep.1 2025-10-10T02:10:52.9103610Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzmore.1 2025-10-10T02:10:52.9104080Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzdiff.1 2025-10-10T02:10:52.9104510Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzfgrep.1 2025-10-10T02:10:52.9104940Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzip2.1 2025-10-10T02:10:52.9105420Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2grep.1 2025-10-10T02:10:52.9105810Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzcmp.1 2025-10-10T02:10:52.9106300Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2test.1 2025-10-10T02:10:52.9106710Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzgrep.1 2025-10-10T02:10:52.9107220Z /opt/homebrew/Caskroom/miniconda/base/man/man1/pcre2-config.1 2025-10-10T02:10:52.9107630Z /opt/homebrew/Caskroom/miniconda/base/man/man1/bzless.1 2025-10-10T02:10:52.9108540Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0.json 2025-10-10T02:10:52.9109120Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pygments-2.19.1-py313hca03da5_0.json 2025-10-10T02:10:52.9109800Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/nlohmann_json-3.11.2-h313beb8_0.json 2025-10-10T02:10:52.9110420Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pkce-1.0.3-py313hca03da5_0.json 2025-10-10T02:10:52.9111170Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python-dotenv-1.1.0-py313hca03da5_0.json 2025-10-10T02:10:52.9111700Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/fmt-9.1.0-h48ca7d4_1.json 2025-10-10T02:10:52.9112390Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jsonpointer-3.0.0-py313hca03da5_0.json 2025-10-10T02:10:52.9113000Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tzdata-2025b-h04d1e81_0.json 2025-10-10T02:10:52.9113680Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmamba-2.0.5-h15e39b3_1.json 2025-10-10T02:10:52.9114530Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tomli-2.2.1-py313hca03da5_0.json 2025-10-10T02:10:52.9114980Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/simdjson-3.10.1-h48ca7d4_0.json 2025-10-10T02:10:52.9115550Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/yaml-cpp-0.8.0-h313beb8_1.json 2025-10-10T02:10:52.9116150Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libffi-3.4.4-hca03da5_1.json 2025-10-10T02:10:52.9116820Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pysocks-1.7.1-py313hca03da5_0.json 2025-10-10T02:10:52.9117420Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libxml2-2.13.8-h0b34f26_0.json 2025-10-10T02:10:52.9118040Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/click-8.2.1-py313hca03da5_0.json 2025-10-10T02:10:52.9118670Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/mdurl-0.1.0-py313hca03da5_0.json 2025-10-10T02:10:52.9119300Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libsolv-0.7.30-h514c7bf_1.json 2025-10-10T02:10:52.9120020Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/markdown-it-py-2.2.0-py313hca03da5_1.json 2025-10-10T02:10:52.9120660Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/keyring-25.6.0-py313hca03da5_0.json 2025-10-10T02:10:52.9121270Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-25.7.0-py313hca03da5_0.json 2025-10-10T02:10:52.9121890Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pip-25.1-pyhc872135_2.json 2025-10-10T02:10:52.9122600Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zstandard-0.23.0-py313h1a4646a_1.json 2025-10-10T02:10:52.9123260Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cpp-expected-1.1.0-h48ca7d4_0.json 2025-10-10T02:10:52.9123940Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/colorama-0.4.6-py313hca03da5_0.json 2025-10-10T02:10:52.9124540Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zstd-1.5.6-hfb09047_0.json 2025-10-10T02:10:52.9125080Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/icu-73.1-h313beb8_0.json 2025-10-10T02:10:52.9125740Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cffi-1.17.1-py313h3eb5a62_1.json 2025-10-10T02:10:52.9126700Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/setuptools-78.1.1-py313hca03da5_0.json 2025-10-10T02:10:52.9127340Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/certifi-2025.8.3-py313hca03da5_0.json 2025-10-10T02:10:52.9128070Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python-3.13.5-h2eb94d5_100_cp313.json 2025-10-10T02:10:52.9128730Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/cryptography-45.0.5-py313hace6d20_0.json 2025-10-10T02:10:52.9129470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/annotated-types-0.6.0-py313hca03da5_0.json 2025-10-10T02:10:52.9130190Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/readchar-4.0.5-py313hca03da5_0.json 2025-10-10T02:10:52.9130720Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libnghttp2-1.57.0-h62f6fdd_0.json 2025-10-10T02:10:52.9131330Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pycparser-2.21-pyhd3eb1b0_0.json 2025-10-10T02:10:52.9132020Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmambapy-2.0.5-py313h48ca7d4_1.json 2025-10-10T02:10:52.9132750Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/more-itertools-10.3.0-py313hca03da5_0.json 2025-10-10T02:10:52.9133310Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python_abi-3.13-0_cp313.json 2025-10-10T02:10:52.9134120Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-anon-usage-0.7.2-py313hd6b623d_100.json 2025-10-10T02:10:52.9134630Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/bzip2-1.0.8-h80987f9_6.json 2025-10-10T02:10:52.9135230Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/xz-5.6.4-h80987f9_1.json 2025-10-10T02:10:52.9135890Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libarchive-3.7.7-h8f13d7a_0.json 2025-10-10T02:10:52.9136520Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/packaging-25.0-py313hca03da5_0.json 2025-10-10T02:10:52.9137250Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-auth-0.8.6-py313hca03da5_0.json 2025-10-10T02:10:52.9138020Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tk-8.6.15-hcd8a7d5_0.json 2025-10-10T02:10:52.9138600Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing-extensions-4.12.2-py313hca03da5_0.json 2025-10-10T02:10:52.9139220Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/semver-3.0.2-py313hca03da5_1.json 2025-10-10T02:10:52.9139790Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/c-ares-1.34.5-h2ca31fc_0.json 2025-10-10T02:10:52.9140380Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/reproc-14.2.4-h313beb8_2.json 2025-10-10T02:10:52.9141090Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ruamel.yaml-0.18.10-py313h80987f9_0.json 2025-10-10T02:10:52.9141720Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typer-0.9.0-py313hca03da5_0.json 2025-10-10T02:10:52.9142520Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-anaconda-tos-0.2.2-py313hca03da5_1.json 2025-10-10T02:10:52.9143140Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-2.11.7-py313hca03da5_0.json 2025-10-10T02:10:52.9143750Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/rich-13.9.4-py313hca03da5_0.json 2025-10-10T02:10:52.9144500Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ruamel.yaml.clib-0.2.12-py313h80987f9_0.json 2025-10-10T02:10:52.9145110Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/python.app-3-py313h80987f9_2.json 2025-10-10T02:10:52.9145870Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.functools-4.1.0-py313hca03da5_0.json 2025-10-10T02:10:52.9146660Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-package-handling-2.4.0-py313hca03da5_0.json 2025-10-10T02:10:52.9147350Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing-inspection-0.4.0-py313hca03da5_0.json 2025-10-10T02:10:52.9147940Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/tqdm-4.67.1-py313h7eb115d_0.json 2025-10-10T02:10:52.9148580Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pcre2-10.42-hb066dcc_1.json 2025-10-10T02:10:52.9149270Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/frozendict-2.4.2-py313hca03da5_0.json 2025-10-10T02:10:52.9149860Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/readline-8.3-h0b18652_0.json 2025-10-10T02:10:52.9150470Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libcxx-19.1.7-hb09ecce_3.json 2025-10-10T02:10:52.9151160Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/truststore-0.10.1-py313hca03da5_0.json 2025-10-10T02:10:52.9151900Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.classes-3.4.0-py313hca03da5_0.json 2025-10-10T02:10:52.9152500Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/menuinst-2.3.1-py313hca03da5_0.json 2025-10-10T02:10:52.9153150Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pluggy-1.5.0-py313hca03da5_0.json 2025-10-10T02:10:52.9153970Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-package-streaming-0.12.0-py313hca03da5_0.json 2025-10-10T02:10:52.9154610Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/reproc-cpp-14.2.4-h313beb8_2.json 2025-10-10T02:10:52.9155270Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/brotlicffi-1.0.9.2-py313h313beb8_1.json 2025-10-10T02:10:52.9155870Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/openssl-3.0.17-h4ee41c1_0.json 2025-10-10T02:10:52.9156550Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/wheel-0.45.1-py313hca03da5_0.json 2025-10-10T02:10:52.9157140Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libssh2-1.11.1-h3e2b118_0.json 2025-10-10T02:10:52.9157520Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/history 2025-10-10T02:10:52.9158280Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/boltons-25.0.0-py313hca03da5_0.json 2025-10-10T02:10:52.9159030Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/typing_extensions-4.12.2-py313hca03da5_0.json 2025-10-10T02:10:52.9159580Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/lz4-c-1.9.4-h313beb8_1.json 2025-10-10T02:10:52.9160290Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pycosat-0.6.6-py313h80987f9_2.json 2025-10-10T02:10:52.9161050Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-settings-2.6.1-py313hca03da5_0.json 2025-10-10T02:10:52.9161840Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/platformdirs-4.3.7-py313hca03da5_0.json 2025-10-10T02:10:52.9162460Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-content-trust-0.2.0-py313hca03da5_1.json 2025-10-10T02:10:52.9163000Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pybind11-abi-5-hd3eb1b0_0.json 2025-10-10T02:10:52.9163750Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ca-certificates-2025.7.15-hca03da5_0.json 2025-10-10T02:10:52.9164300Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/sqlite-3.50.2-h79febb2_1.json 2025-10-10T02:10:52.9164920Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libmpdec-4.0.0-h80987f9_0.json 2025-10-10T02:10:52.9165700Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/charset-normalizer-3.3.2-pyhd3eb1b0_0.json 2025-10-10T02:10:52.9166290Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libcurl-8.14.1-hcdd2897_1.json 2025-10-10T02:10:52.9166920Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/archspec-0.2.3-pyhd3eb1b0_0.json 2025-10-10T02:10:52.9167510Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/spdlog-1.11.0-h48ca7d4_0.json 2025-10-10T02:10:52.9168100Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/idna-3.7-py313hca03da5_0.json 2025-10-10T02:10:52.9168690Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/expat-2.7.1-h313beb8_0.json 2025-10-10T02:10:52.9169400Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jsonpatch-1.33-py313hca03da5_1.json 2025-10-10T02:10:52.9170080Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/requests-2.32.4-py313hca03da5_0.json 2025-10-10T02:10:52.9170640Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/ncurses-6.5-hee39554_0.json 2025-10-10T02:10:52.9171240Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libiconv-1.16-h80987f9_3.json 2025-10-10T02:10:52.9172000Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/anaconda-cli-base-0.5.2-py313hca03da5_0.json 2025-10-10T02:10:52.9172730Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/jaraco.context-6.0.0-py313hca03da5_0.json 2025-10-10T02:10:52.9173240Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/zlib-1.2.13-h18a0788_1.json 2025-10-10T02:10:52.9173860Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pyjwt-2.10.1-py313hca03da5_0.json 2025-10-10T02:10:52.9174600Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/pydantic-core-2.33.2-py313h5e3a92f_0.json 2025-10-10T02:10:52.9175250Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/shellingham-1.5.0-py313hca03da5_0.json 2025-10-10T02:10:52.9175900Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/distro-1.9.0-py313hca03da5_0.json 2025-10-10T02:10:52.9176690Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.json 2025-10-10T02:10:52.9177290Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/urllib3-2.5.0-py313hca03da5_0.json 2025-10-10T02:10:52.9450990Z /opt/homebrew/Caskroom/miniconda/base/conda-meta/libev-4.33-h1a28f6b_1.json 2025-10-10T02:10:52.9451320Z /opt/homebrew/Caskroom/miniconda/base/.condarc 2025-10-10T02:10:52.9451680Z /opt/homebrew/Caskroom/miniconda/base/condabin/conda 2025-10-10T02:10:52.9452050Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/tsget 2025-10-10T02:10:52.9452470Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/tsget.pl 2025-10-10T02:10:52.9452940Z /opt/homebrew/Caskroom/miniconda/base/ssl/misc/CA.pl 2025-10-10T02:10:52.9453380Z /opt/homebrew/Caskroom/miniconda/base/ssl/ct_log_list.cnf 2025-10-10T02:10:52.9453850Z /opt/homebrew/Caskroom/miniconda/base/ssl/openssl.cnf.dist 2025-10-10T02:10:52.9454210Z /opt/homebrew/Caskroom/miniconda/base/ssl/cert.pem 2025-10-10T02:10:52.9454660Z /opt/homebrew/Caskroom/miniconda/base/ssl/openssl.cnf 2025-10-10T02:10:52.9455160Z /opt/homebrew/Caskroom/miniconda/base/ssl/ct_log_list.cnf.dist 2025-10-10T02:10:52.9455580Z /opt/homebrew/Caskroom/miniconda/base/ssl/cacert.pem 2025-10-10T02:10:52.9456200Z /opt/homebrew/Caskroom/miniconda/base/cmake/pcre2-config-version.cmake 2025-10-10T02:10:52.9456650Z /opt/homebrew/Caskroom/miniconda/base/cmake/pcre2-config.cmake 2025-10-10T02:10:52.9457130Z /opt/homebrew/Caskroom/miniconda/base/bin/bzip2recover 2025-10-10T02:10:52.9457720Z /opt/homebrew/Caskroom/miniconda/base/bin/jsondiff 2025-10-10T02:10:52.9457960Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmainfo 2025-10-10T02:10:52.9458270Z /opt/homebrew/Caskroom/miniconda/base/bin/unzstd 2025-10-10T02:10:52.9458730Z /opt/homebrew/Caskroom/miniconda/base/bin/bzfgrep 2025-10-10T02:10:52.9459140Z /opt/homebrew/Caskroom/miniconda/base/bin/anaconda 2025-10-10T02:10:52.9459470Z /opt/homebrew/Caskroom/miniconda/base/bin/tabs 2025-10-10T02:10:52.9459840Z /opt/homebrew/Caskroom/miniconda/base/bin/bzmore 2025-10-10T02:10:52.9460290Z /opt/homebrew/Caskroom/miniconda/base/bin/bzgrep 2025-10-10T02:10:52.9460690Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc3.13 2025-10-10T02:10:52.9461040Z /opt/homebrew/Caskroom/miniconda/base/bin/makeconv 2025-10-10T02:10:52.9461400Z /opt/homebrew/Caskroom/miniconda/base/bin/toe 2025-10-10T02:10:52.9461890Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2grep 2025-10-10T02:10:52.9462550Z /opt/homebrew/Caskroom/miniconda/base/bin/.conda-anaconda-tos-pre-unlink.sh 2025-10-10T02:10:52.9463060Z /opt/homebrew/Caskroom/miniconda/base/bin/mamba-package 2025-10-10T02:10:52.9463400Z /opt/homebrew/Caskroom/miniconda/base/bin/bzegrep 2025-10-10T02:10:52.9463840Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttp 2025-10-10T02:10:52.9464230Z /opt/homebrew/Caskroom/miniconda/base/bin/c_rehash 2025-10-10T02:10:52.9464690Z /opt/homebrew/Caskroom/miniconda/base/bin/xzdec 2025-10-10T02:10:52.9465130Z /opt/homebrew/Caskroom/miniconda/base/bin/bzdiff 2025-10-10T02:10:52.9465580Z /opt/homebrew/Caskroom/miniconda/base/bin/repo2solv 2025-10-10T02:10:52.9466060Z /opt/homebrew/Caskroom/miniconda/base/bin/infotocap 2025-10-10T02:10:52.9466460Z /opt/homebrew/Caskroom/miniconda/base/bin/cph 2025-10-10T02:10:52.9466910Z /opt/homebrew/Caskroom/miniconda/base/bin/gencnval 2025-10-10T02:10:52.9467370Z /opt/homebrew/Caskroom/miniconda/base/bin/xmllint 2025-10-10T02:10:52.9480760Z /opt/homebrew/Caskroom/miniconda/base/bin/dotenv 2025-10-10T02:10:52.9481220Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdcpio 2025-10-10T02:10:52.9481460Z /opt/homebrew/Caskroom/miniconda/base/bin/icu-config 2025-10-10T02:10:52.9481690Z /opt/homebrew/Caskroom/miniconda/base/bin/python3 2025-10-10T02:10:52.9481900Z /opt/homebrew/Caskroom/miniconda/base/bin/gencfu 2025-10-10T02:10:52.9482110Z /opt/homebrew/Caskroom/miniconda/base/bin/wish8.6 2025-10-10T02:10:52.9482330Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdless 2025-10-10T02:10:52.9482540Z /opt/homebrew/Caskroom/miniconda/base/bin/iconv 2025-10-10T02:10:52.9482750Z /opt/homebrew/Caskroom/miniconda/base/bin/captoinfo 2025-10-10T02:10:52.9482970Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttpx 2025-10-10T02:10:52.9483200Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc 2025-10-10T02:10:52.9483430Z /opt/homebrew/Caskroom/miniconda/base/bin/python 2025-10-10T02:10:52.9483640Z /opt/homebrew/Caskroom/miniconda/base/bin/conda 2025-10-10T02:10:52.9483860Z /opt/homebrew/Caskroom/miniconda/base/bin/unxz 2025-10-10T02:10:52.9484120Z /opt/homebrew/Caskroom/miniconda/base/bin/bunzip2 2025-10-10T02:10:52.9484340Z /opt/homebrew/Caskroom/miniconda/base/bin/pythonw 2025-10-10T02:10:52.9484550Z /opt/homebrew/Caskroom/miniconda/base/bin/nghttpd 2025-10-10T02:10:52.9484770Z /opt/homebrew/Caskroom/miniconda/base/bin/pip3 2025-10-10T02:10:52.9484990Z /opt/homebrew/Caskroom/miniconda/base/bin/distro 2025-10-10T02:10:52.9485200Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdunzip 2025-10-10T02:10:52.9485440Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2test 2025-10-10T02:10:52.9485680Z /opt/homebrew/Caskroom/miniconda/base/bin/xzegrep 2025-10-10T02:10:52.9485900Z /opt/homebrew/Caskroom/miniconda/base/bin/bzcmp 2025-10-10T02:10:52.9486130Z /opt/homebrew/Caskroom/miniconda/base/bin/bzless 2025-10-10T02:10:52.9486360Z /opt/homebrew/Caskroom/miniconda/base/bin/tset 2025-10-10T02:10:52.9486560Z /opt/homebrew/Caskroom/miniconda/base/bin/wish 2025-10-10T02:10:52.9486770Z /opt/homebrew/Caskroom/miniconda/base/bin/unlzma 2025-10-10T02:10:52.9487510Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4cat 2025-10-10T02:10:52.9487750Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdtar 2025-10-10T02:10:52.9487980Z /opt/homebrew/Caskroom/miniconda/base/bin/reset 2025-10-10T02:10:52.9488200Z /opt/homebrew/Caskroom/miniconda/base/bin/bzcat 2025-10-10T02:10:52.9488410Z /opt/homebrew/Caskroom/miniconda/base/bin/pysemver 2025-10-10T02:10:52.9488620Z /opt/homebrew/Caskroom/miniconda/base/bin/xzfgrep 2025-10-10T02:10:52.9488890Z /opt/homebrew/Caskroom/miniconda/base/bin/.python.app-post-link.sh 2025-10-10T02:10:52.9489180Z /opt/homebrew/Caskroom/miniconda/base/bin/icuinfo 2025-10-10T02:10:52.9489410Z /opt/homebrew/Caskroom/miniconda/base/bin/xmlwf 2025-10-10T02:10:52.9489620Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4 2025-10-10T02:10:52.9489820Z /opt/homebrew/Caskroom/miniconda/base/bin/wheel 2025-10-10T02:10:52.9490050Z /opt/homebrew/Caskroom/miniconda/base/bin/tclsh8.6 2025-10-10T02:10:52.9490280Z /opt/homebrew/Caskroom/miniconda/base/bin/xml2-config 2025-10-10T02:10:52.9490540Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.1 2025-10-10T02:10:52.9490770Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdgrep 2025-10-10T02:10:52.9491010Z /opt/homebrew/Caskroom/miniconda/base/bin/gendict 2025-10-10T02:10:52.9491270Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-content-trust 2025-10-10T02:10:52.9491530Z /opt/homebrew/Caskroom/miniconda/base/bin/idle3 2025-10-10T02:10:52.9491740Z /opt/homebrew/Caskroom/miniconda/base/bin/xz 2025-10-10T02:10:52.9491980Z /opt/homebrew/Caskroom/miniconda/base/bin/python.app 2025-10-10T02:10:52.9492210Z /opt/homebrew/Caskroom/miniconda/base/bin/dumpsolv 2025-10-10T02:10:52.9492440Z /opt/homebrew/Caskroom/miniconda/base/bin/adig 2025-10-10T02:10:52.9492660Z /opt/homebrew/Caskroom/miniconda/base/bin/clear 2025-10-10T02:10:52.9492870Z /opt/homebrew/Caskroom/miniconda/base/bin/genrb 2025-10-10T02:10:52.9493140Z /opt/homebrew/Caskroom/miniconda/base/bin/python3-config 2025-10-10T02:10:52.9493380Z /opt/homebrew/Caskroom/miniconda/base/bin/curl-config 2025-10-10T02:10:52.9493600Z /opt/homebrew/Caskroom/miniconda/base/bin/tclsh 2025-10-10T02:10:52.9493840Z /opt/homebrew/Caskroom/miniconda/base/bin/pip 2025-10-10T02:10:52.9494070Z /opt/homebrew/Caskroom/miniconda/base/bin/ncursesw6-config 2025-10-10T02:10:52.9494310Z /opt/homebrew/Caskroom/miniconda/base/bin/tic 2025-10-10T02:10:52.9494500Z /opt/homebrew/Caskroom/miniconda/base/bin/lzless 2025-10-10T02:10:52.9494720Z /opt/homebrew/Caskroom/miniconda/base/bin/idle3.13 2025-10-10T02:10:52.9495000Z /opt/homebrew/Caskroom/miniconda/base/bin/.python.app-pre-unlink.sh 2025-10-10T02:10:52.9495280Z /opt/homebrew/Caskroom/miniconda/base/bin/tqdm 2025-10-10T02:10:52.9495510Z /opt/homebrew/Caskroom/miniconda/base/bin/keyring 2025-10-10T02:10:52.9495730Z /opt/homebrew/Caskroom/miniconda/base/bin/ahost 2025-10-10T02:10:52.9495950Z /opt/homebrew/Caskroom/miniconda/base/bin/sqlite3 2025-10-10T02:10:52.9496200Z /opt/homebrew/Caskroom/miniconda/base/bin/markdown-it 2025-10-10T02:10:52.9496440Z /opt/homebrew/Caskroom/miniconda/base/bin/infocmp 2025-10-10T02:10:52.9496670Z /opt/homebrew/Caskroom/miniconda/base/bin/xzless 2025-10-10T02:10:52.9496890Z /opt/homebrew/Caskroom/miniconda/base/bin/zstd 2025-10-10T02:10:52.9497100Z /opt/homebrew/Caskroom/miniconda/base/bin/lzcmp 2025-10-10T02:10:52.9497340Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2-config 2025-10-10T02:10:52.9497600Z /opt/homebrew/Caskroom/miniconda/base/bin/icuexportdata 2025-10-10T02:10:52.9497850Z /opt/homebrew/Caskroom/miniconda/base/bin/pygmentize 2025-10-10T02:10:52.9498090Z /opt/homebrew/Caskroom/miniconda/base/bin/xzcat 2025-10-10T02:10:52.9498340Z /opt/homebrew/Caskroom/miniconda/base/bin/pcre2posix_test 2025-10-10T02:10:52.9498690Z /opt/homebrew/Caskroom/miniconda/base/bin/archspec 2025-10-10T02:10:52.9499030Z /opt/homebrew/Caskroom/miniconda/base/bin/pkgdata 2025-10-10T02:10:52.9499550Z /opt/homebrew/Caskroom/miniconda/base/bin/conda2solv 2025-10-10T02:10:52.9500000Z /opt/homebrew/Caskroom/miniconda/base/bin/deactivate 2025-10-10T02:10:52.9500600Z /opt/homebrew/Caskroom/miniconda/base/bin/lz4c 2025-10-10T02:10:52.9500910Z /opt/homebrew/Caskroom/miniconda/base/bin/bsdcat 2025-10-10T02:10:52.9501350Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdcat 2025-10-10T02:10:52.9501790Z /opt/homebrew/Caskroom/miniconda/base/bin/xzcmp 2025-10-10T02:10:52.9502270Z /opt/homebrew/Caskroom/miniconda/base/bin/lzcat 2025-10-10T02:10:52.9502720Z /opt/homebrew/Caskroom/miniconda/base/bin/unlz4 2025-10-10T02:10:52.9503210Z /opt/homebrew/Caskroom/miniconda/base/bin/mergesolv 2025-10-10T02:10:52.9503870Z /opt/homebrew/Caskroom/miniconda/base/bin/zstdmt 2025-10-10T02:10:52.9504320Z /opt/homebrew/Caskroom/miniconda/base/bin/lzdiff 2025-10-10T02:10:52.9504800Z /opt/homebrew/Caskroom/miniconda/base/bin/activate 2025-10-10T02:10:52.9505370Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.13-config 2025-10-10T02:10:52.9505800Z /opt/homebrew/Caskroom/miniconda/base/bin/normalizer 2025-10-10T02:10:52.9506250Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmadec 2025-10-10T02:10:52.9506680Z /opt/homebrew/Caskroom/miniconda/base/bin/genbrk 2025-10-10T02:10:52.9507110Z /opt/homebrew/Caskroom/miniconda/base/bin/lzgrep 2025-10-10T02:10:52.9507580Z /opt/homebrew/Caskroom/miniconda/base/bin/lzmore 2025-10-10T02:10:52.9508060Z /opt/homebrew/Caskroom/miniconda/base/bin/jsonpointer 2025-10-10T02:10:52.9508520Z /opt/homebrew/Caskroom/miniconda/base/bin/jsonpatch 2025-10-10T02:10:52.9508970Z /opt/homebrew/Caskroom/miniconda/base/bin/testsolv 2025-10-10T02:10:52.9509390Z /opt/homebrew/Caskroom/miniconda/base/bin/tput 2025-10-10T02:10:52.9509950Z /opt/homebrew/Caskroom/miniconda/base/bin/sqlite3_analyzer 2025-10-10T02:10:52.9510440Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-token 2025-10-10T02:10:52.9510900Z /opt/homebrew/Caskroom/miniconda/base/bin/openssl 2025-10-10T02:10:52.9511320Z /opt/homebrew/Caskroom/miniconda/base/bin/derb 2025-10-10T02:10:52.9511810Z /opt/homebrew/Caskroom/miniconda/base/bin/xmlcatalog 2025-10-10T02:10:52.9512250Z /opt/homebrew/Caskroom/miniconda/base/bin/lzfgrep 2025-10-10T02:10:52.9512740Z /opt/homebrew/Caskroom/miniconda/base/bin/installcheck 2025-10-10T02:10:52.9513190Z /opt/homebrew/Caskroom/miniconda/base/bin/conda-env 2025-10-10T02:10:52.9513650Z /opt/homebrew/Caskroom/miniconda/base/bin/xzmore 2025-10-10T02:10:52.9514090Z /opt/homebrew/Caskroom/miniconda/base/bin/xzgrep 2025-10-10T02:10:52.9514550Z /opt/homebrew/Caskroom/miniconda/base/bin/pydoc3 2025-10-10T02:10:52.9514950Z /opt/homebrew/Caskroom/miniconda/base/bin/lzma 2025-10-10T02:10:52.9515410Z /opt/homebrew/Caskroom/miniconda/base/bin/lzegrep 2025-10-10T02:10:52.9515850Z /opt/homebrew/Caskroom/miniconda/base/bin/bzip2 2025-10-10T02:10:52.9516290Z /opt/homebrew/Caskroom/miniconda/base/bin/xzdiff 2025-10-10T02:10:52.9516790Z /opt/homebrew/Caskroom/miniconda/base/bin/python3.13 2025-10-10T02:10:52.9517190Z /opt/homebrew/Caskroom/miniconda/base/uninstall.sh 2025-10-10T02:10:52.9517800Z /opt/homebrew/Caskroom/miniconda/base/shell/condabin/conda-hook.ps1 2025-10-10T02:10:52.9518390Z /opt/homebrew/Caskroom/miniconda/base/shell/condabin/Conda.psm1 2025-10-10T02:10:52.9518850Z /opt/homebrew/Caskroom/miniconda/base/include/lzma.h 2025-10-10T02:10:52.9519340Z /opt/homebrew/Caskroom/miniconda/base/include/tkEntry.h 2025-10-10T02:10:52.9519900Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_solv.h 2025-10-10T02:10:52.9520420Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolarch.h 2025-10-10T02:10:52.9520980Z /opt/homebrew/Caskroom/miniconda/base/include/solv/tools_util.h 2025-10-10T02:10:52.9521450Z /opt/homebrew/Caskroom/miniconda/base/include/solv/evr.h 2025-10-10T02:10:52.9522000Z /opt/homebrew/Caskroom/miniconda/base/include/solv/pooltypes.h 2025-10-10T02:10:52.9522510Z /opt/homebrew/Caskroom/miniconda/base/include/solv/pool.h 2025-10-10T02:10:52.9523010Z /opt/homebrew/Caskroom/miniconda/base/include/solv/policy.h 2025-10-10T02:10:52.9523620Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solv_xfopen.h 2025-10-10T02:10:52.9524160Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_conda.h 2025-10-10T02:10:52.9524820Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solver.h 2025-10-10T02:10:52.9525230Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solvable.h 2025-10-10T02:10:52.9525740Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolid.h 2025-10-10T02:10:52.9526260Z /opt/homebrew/Caskroom/miniconda/base/include/solv/strpool.h 2025-10-10T02:10:52.9526820Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solverdebug.h 2025-10-10T02:10:52.9527340Z /opt/homebrew/Caskroom/miniconda/base/include/solv/testcase.h 2025-10-10T02:10:52.9527830Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo.h 2025-10-10T02:10:52.9528360Z /opt/homebrew/Caskroom/miniconda/base/include/solv/knownid.h 2025-10-10T02:10:52.9528920Z /opt/homebrew/Caskroom/miniconda/base/include/solv/solvversion.h 2025-10-10T02:10:52.9529540Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repo_write.h 2025-10-10T02:10:52.9530100Z /opt/homebrew/Caskroom/miniconda/base/include/solv/poolvendor.h 2025-10-10T02:10:52.9530590Z /opt/homebrew/Caskroom/miniconda/base/include/solv/util.h 2025-10-10T02:10:52.9531120Z /opt/homebrew/Caskroom/miniconda/base/include/solv/repodata.h 2025-10-10T02:10:52.9531630Z /opt/homebrew/Caskroom/miniconda/base/include/solv/rules.h 2025-10-10T02:10:52.9532180Z /opt/homebrew/Caskroom/miniconda/base/include/solv/problems.h 2025-10-10T02:10:52.9532680Z /opt/homebrew/Caskroom/miniconda/base/include/solv/bitmap.h 2025-10-10T02:10:52.9533210Z /opt/homebrew/Caskroom/miniconda/base/include/solv/dirpool.h 2025-10-10T02:10:52.9533710Z /opt/homebrew/Caskroom/miniconda/base/include/solv/chksum.h 2025-10-10T02:10:52.9534290Z /opt/homebrew/Caskroom/miniconda/base/include/solv/transaction.h 2025-10-10T02:10:52.9534780Z /opt/homebrew/Caskroom/miniconda/base/include/solv/conda.h 2025-10-10T02:10:52.9535400Z /opt/homebrew/Caskroom/miniconda/base/include/solv/dataiterator.h 2025-10-10T02:10:52.9535840Z /opt/homebrew/Caskroom/miniconda/base/include/solv/hash.h 2025-10-10T02:10:52.9536400Z /opt/homebrew/Caskroom/miniconda/base/include/solv/selection.h 2025-10-10T02:10:52.9536890Z /opt/homebrew/Caskroom/miniconda/base/include/solv/queue.h 2025-10-10T02:10:52.9537350Z /opt/homebrew/Caskroom/miniconda/base/include/tdbc.h 2025-10-10T02:10:52.9537900Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2_sftp.h 2025-10-10T02:10:52.9538430Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntXlibDecls.h 2025-10-10T02:10:52.9538950Z /opt/homebrew/Caskroom/miniconda/base/include/tkMenubutton.h 2025-10-10T02:10:52.9539410Z /opt/homebrew/Caskroom/miniconda/base/include/termcap.h 2025-10-10T02:10:52.9539970Z /opt/homebrew/Caskroom/miniconda/base/include/expat_config.h 2025-10-10T02:10:52.9540430Z /opt/homebrew/Caskroom/miniconda/base/include/tkUuid.h 2025-10-10T02:10:52.9540910Z /opt/homebrew/Caskroom/miniconda/base/include/tkText.h 2025-10-10T02:10:52.9541440Z /opt/homebrew/Caskroom/miniconda/base/include/tkColor.h 2025-10-10T02:10:52.9541920Z /opt/homebrew/Caskroom/miniconda/base/include/cursesp.h 2025-10-10T02:10:52.9542450Z /opt/homebrew/Caskroom/miniconda/base/include/mysqlStubs.h 2025-10-10T02:10:52.9542930Z /opt/homebrew/Caskroom/miniconda/base/include/archive.h 2025-10-10T02:10:52.9543430Z /opt/homebrew/Caskroom/miniconda/base/include/ffitarget.h 2025-10-10T02:10:52.9543970Z /opt/homebrew/Caskroom/miniconda/base/include/archive_entry.h 2025-10-10T02:10:52.9544490Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/export.h 2025-10-10T02:10:52.9545010Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/drain.h 2025-10-10T02:10:52.9545560Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/reproc.h 2025-10-10T02:10:52.9546070Z /opt/homebrew/Caskroom/miniconda/base/include/reproc/run.h 2025-10-10T02:10:52.9546570Z /opt/homebrew/Caskroom/miniconda/base/include/libcharset.h 2025-10-10T02:10:52.9547190Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXPrivate.h 2025-10-10T02:10:52.9547700Z /opt/homebrew/Caskroom/miniconda/base/include/tkPort.h 2025-10-10T02:10:52.9548340Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/chvalid.h 2025-10-10T02:10:52.9549110Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/parserInternals.h 2025-10-10T02:10:52.9549610Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpointer.h 2025-10-10T02:10:52.9550200Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/debugXML.h 2025-10-10T02:10:52.9550840Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/schematron.h 2025-10-10T02:10:52.9551380Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/uri.h 2025-10-10T02:10:52.9552040Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/parser.h 2025-10-10T02:10:52.9552640Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/encoding.h 2025-10-10T02:10:52.9553200Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/tree.h 2025-10-10T02:10:52.9553810Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/threads.h 2025-10-10T02:10:52.9554430Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlversion.h 2025-10-10T02:10:52.9555010Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/globals.h 2025-10-10T02:10:52.9555610Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/catalog.h 2025-10-10T02:10:52.9556200Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/pattern.h 2025-10-10T02:10:52.9556810Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlreader.h 2025-10-10T02:10:52.9557400Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/HTMLtree.h 2025-10-10T02:10:52.9557910Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/SAX2.h 2025-10-10T02:10:52.9558610Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlexports.h 2025-10-10T02:10:52.9559190Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xlink.h 2025-10-10T02:10:52.9559740Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/SAX.h 2025-10-10T02:10:52.9560360Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/entities.h 2025-10-10T02:10:52.9560970Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlregexp.h 2025-10-10T02:10:52.9561480Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/list.h 2025-10-10T02:10:52.9562120Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xinclude.h 2025-10-10T02:10:52.9562730Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlerror.h 2025-10-10T02:10:52.9563430Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/schemasInternals.h 2025-10-10T02:10:52.9563980Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/dict.h 2025-10-10T02:10:52.9564560Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlIO.h 2025-10-10T02:10:52.9565210Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/HTMLparser.h 2025-10-10T02:10:52.9565840Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlautomata.h 2025-10-10T02:10:52.9566410Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlsave.h 2025-10-10T02:10:52.9567020Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlstring.h 2025-10-10T02:10:52.9567600Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpath.h 2025-10-10T02:10:52.9568180Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/valid.h 2025-10-10T02:10:52.9568850Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlschemastypes.h 2025-10-10T02:10:52.9569390Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/c14n.h 2025-10-10T02:10:52.9570050Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlmodule.h 2025-10-10T02:10:52.9570630Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/relaxng.h 2025-10-10T02:10:52.9571230Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/nanohttp.h 2025-10-10T02:10:52.9571840Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlunicode.h 2025-10-10T02:10:52.9572460Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlwriter.h 2025-10-10T02:10:52.9573320Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlmemory.h 2025-10-10T02:10:52.9573940Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xpathInternals.h 2025-10-10T02:10:52.9574330Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/nanoftp.h 2025-10-10T02:10:52.9574890Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/hash.h 2025-10-10T02:10:52.9575560Z /opt/homebrew/Caskroom/miniconda/base/include/libxml2/libxml/xmlschemas.h 2025-10-10T02:10:52.9576110Z /opt/homebrew/Caskroom/miniconda/base/include/nghttp2/nghttp2ver.h 2025-10-10T02:10:52.9576650Z /opt/homebrew/Caskroom/miniconda/base/include/nghttp2/nghttp2.h 2025-10-10T02:10:52.9577110Z /opt/homebrew/Caskroom/miniconda/base/include/pqStubs.h 2025-10-10T02:10:52.9577630Z /opt/homebrew/Caskroom/miniconda/base/include/tclOODecls.h 2025-10-10T02:10:52.9578090Z /opt/homebrew/Caskroom/miniconda/base/include/zdict.h 2025-10-10T02:10:52.9578580Z /opt/homebrew/Caskroom/miniconda/base/include/cursesf.h 2025-10-10T02:10:52.9579190Z /opt/homebrew/Caskroom/miniconda/base/include/itclTclIntStubsFcn.h 2025-10-10T02:10:52.9579690Z /opt/homebrew/Caskroom/miniconda/base/include/ares_version.h 2025-10-10T02:10:52.9580250Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/termcap.h 2025-10-10T02:10:52.9580860Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesp.h 2025-10-10T02:10:52.9581480Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesf.h 2025-10-10T02:10:52.9581830Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/etip.h 2025-10-10T02:10:52.9582330Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/form.h 2025-10-10T02:10:52.9582810Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesw.h 2025-10-10T02:10:52.9583310Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/unctrl.h 2025-10-10T02:10:52.9583820Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesapp.h 2025-10-10T02:10:52.9584290Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/term.h 2025-10-10T02:10:52.9584790Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursslk.h 2025-10-10T02:10:52.9585290Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/panel.h 2025-10-10T02:10:52.9585760Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/ncurses.h 2025-10-10T02:10:52.9586260Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/eti.h 2025-10-10T02:10:52.9586800Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/ncurses_dll.h 2025-10-10T02:10:52.9587340Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/term_entry.h 2025-10-10T02:10:52.9587810Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/menu.h 2025-10-10T02:10:52.9588280Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/cursesm.h 2025-10-10T02:10:52.9588740Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses/curses.h 2025-10-10T02:10:52.9589180Z /opt/homebrew/Caskroom/miniconda/base/include/tclPort.h 2025-10-10T02:10:52.9706280Z /opt/homebrew/Caskroom/miniconda/base/include/etip.h 2025-10-10T02:10:52.9706710Z /opt/homebrew/Caskroom/miniconda/base/include/tkDList.h 2025-10-10T02:10:52.9707160Z /opt/homebrew/Caskroom/miniconda/base/include/itclIntDecls.h 2025-10-10T02:10:52.9707650Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXFont.h 2025-10-10T02:10:52.9708110Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixInt.h 2025-10-10T02:10:52.9708630Z /opt/homebrew/Caskroom/miniconda/base/include/test_data.hpp 2025-10-10T02:10:52.9709160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/translit.h 2025-10-10T02:10:52.9709690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustdio.h 2025-10-10T02:10:52.9710150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf_old.h 2025-10-10T02:10:52.9710650Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucsdet.h 2025-10-10T02:10:52.9711100Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tzfmt.h 2025-10-10T02:10:52.9711600Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubrk.h 2025-10-10T02:10:52.9712170Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ufieldpositer.h 2025-10-10T02:10:52.9712900Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localematcher.h 2025-10-10T02:10:52.9713280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringpiece.h 2025-10-10T02:10:52.9713680Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucat.h 2025-10-10T02:10:52.9714200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tblcoll.h 2025-10-10T02:10:52.9714750Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringoptions.h 2025-10-10T02:10:52.9715280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtfmtsym.h 2025-10-10T02:10:52.9715820Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unirepl.h 2025-10-10T02:10:52.9716260Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ptypes.h 2025-10-10T02:10:52.9716730Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fmtable.h 2025-10-10T02:10:52.9717240Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtitvfmt.h 2025-10-10T02:10:52.9717770Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/choicfmt.h 2025-10-10T02:10:52.9718390Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberrangeformatter.h 2025-10-10T02:10:52.9718980Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numberrangeformatter.h 2025-10-10T02:10:52.9719490Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usetiter.h 2025-10-10T02:10:52.9719990Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/errorcode.h 2025-10-10T02:10:52.9720480Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tznames.h 2025-10-10T02:10:52.9720960Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtintrv.h 2025-10-10T02:10:52.9721600Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usimplenumberformatter.h 2025-10-10T02:10:52.9722050Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucurr.h 2025-10-10T02:10:52.9722700Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/icuplug.h 2025-10-10T02:10:52.9723220Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uregion.h 2025-10-10T02:10:52.9723810Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utext.h 2025-10-10T02:10:52.9724190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/edits.h 2025-10-10T02:10:52.9724710Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/parsepos.h 2025-10-10T02:10:52.9725200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucal.h 2025-10-10T02:10:52.9725670Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fpositer.h 2025-10-10T02:10:52.9726220Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtitvinf.h 2025-10-10T02:10:52.9726660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbnf.h 2025-10-10T02:10:52.9727160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udat.h 2025-10-10T02:10:52.9727840Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/urep.h 2025-10-10T02:10:52.9728360Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf32.h 2025-10-10T02:10:52.9728920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/vtzone.h 2025-10-10T02:10:52.9729380Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustring.h 2025-10-10T02:10:52.9729970Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubiditransform.h 2025-10-10T02:10:52.9730410Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uenum.h 2025-10-10T02:10:52.9731020Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umutablecptrie.h 2025-10-10T02:10:52.9731500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/appendable.h 2025-10-10T02:10:52.9732020Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usearch.h 2025-10-10T02:10:52.9732510Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numsys.h 2025-10-10T02:10:52.9733020Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/timezone.h 2025-10-10T02:10:52.9733480Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uset.h 2025-10-10T02:10:52.9734000Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/casemap.h 2025-10-10T02:10:52.9734540Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/coleitr.h 2025-10-10T02:10:52.9735110Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/schriter.h 2025-10-10T02:10:52.9735500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/msgfmt.h 2025-10-10T02:10:52.9736010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/fieldpos.h 2025-10-10T02:10:52.9736580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simpletz.h 2025-10-10T02:10:52.9737090Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucpmap.h 2025-10-10T02:10:52.9737630Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uldnames.h 2025-10-10T02:10:52.9738230Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberformatter.h 2025-10-10T02:10:52.9738670Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uiter.h 2025-10-10T02:10:52.9739180Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umsg.h 2025-10-10T02:10:52.9739680Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/sortkey.h 2025-10-10T02:10:52.9740380Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simplenumberformatter.h 2025-10-10T02:10:52.9740850Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/docmain.h 2025-10-10T02:10:52.9741370Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uniset.h 2025-10-10T02:10:52.9741920Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/basictz.h 2025-10-10T02:10:52.9742680Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udata.h 2025-10-10T02:10:52.9743110Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stringtriebuilder.h 2025-10-10T02:10:52.9743550Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/chariter.h 2025-10-10T02:10:52.9744010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umisc.h 2025-10-10T02:10:52.9744580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/reldatefmt.h 2025-10-10T02:10:52.9745020Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uloc.h 2025-10-10T02:10:52.9745560Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/plurrule.h 2025-10-10T02:10:52.9746130Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattednumber.h 2025-10-10T02:10:52.9746710Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestriebuilder.h 2025-10-10T02:10:52.9747190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measunit.h 2025-10-10T02:10:52.9747660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utrace.h 2025-10-10T02:10:52.9748150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/locdspnm.h 2025-10-10T02:10:52.9748670Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/gregocal.h 2025-10-10T02:10:52.9749160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uchriter.h 2025-10-10T02:10:52.9749820Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/enumset.h 2025-10-10T02:10:52.9750230Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/nounit.h 2025-10-10T02:10:52.9750840Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf.h 2025-10-10T02:10:52.9751300Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measure.h 2025-10-10T02:10:52.9751740Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tzrule.h 2025-10-10T02:10:52.9752260Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/strenum.h 2025-10-10T02:10:52.9752720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/regex.h 2025-10-10T02:10:52.9753190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/gender.h 2025-10-10T02:10:52.9753720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dcfmtsym.h 2025-10-10T02:10:52.9754210Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv_err.h 2025-10-10T02:10:52.9754710Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/decimfmt.h 2025-10-10T02:10:52.9755250Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestrie.h 2025-10-10T02:10:52.9755690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udatpg.h 2025-10-10T02:10:52.9756260Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/listformatter.h 2025-10-10T02:10:52.9756760Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uobject.h 2025-10-10T02:10:52.9757340Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/calendar.h 2025-10-10T02:10:52.9757930Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ures.h 2025-10-10T02:10:52.9758270Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/normlzr.h 2025-10-10T02:10:52.9758800Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/usprep.h 2025-10-10T02:10:52.9759310Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/urename.h 2025-10-10T02:10:52.9759800Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/caniter.h 2025-10-10T02:10:52.9760230Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucol.h 2025-10-10T02:10:52.9760780Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/upluralrules.h 2025-10-10T02:10:52.9761290Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucharstrie.h 2025-10-10T02:10:52.9761800Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmunit.h 2025-10-10T02:10:52.9762280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unistr.h 2025-10-10T02:10:52.9762730Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbbi.h 2025-10-10T02:10:52.9763250Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ulocdata.h 2025-10-10T02:10:52.9763690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/idna.h 2025-10-10T02:10:52.9764190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unorm2.h 2025-10-10T02:10:52.9764750Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localebuilder.h 2025-10-10T02:10:52.9765290Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtptngen.h 2025-10-10T02:10:52.9765740Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dbbi.h 2025-10-10T02:10:52.9766330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/bytestream.h 2025-10-10T02:10:52.9766820Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uversion.h 2025-10-10T02:10:52.9767440Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/messagepattern.h 2025-10-10T02:10:52.9767950Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uidna.h 2025-10-10T02:10:52.9768550Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/filteredbrk.h 2025-10-10T02:10:52.9769130Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmutamt.h 2025-10-10T02:10:52.9769690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/char16ptr.h 2025-10-10T02:10:52.9770310Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattedvalue.h 2025-10-10T02:10:52.9770850Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/symtable.h 2025-10-10T02:10:52.9771440Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucasemap.h 2025-10-10T02:10:52.9771980Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucoleitr.h 2025-10-10T02:10:52.9772710Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/compactdecimalformat.h 2025-10-10T02:10:52.9773150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unum.h 2025-10-10T02:10:52.9773770Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udisplaycontext.h 2025-10-10T02:10:52.9774330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tztrans.h 2025-10-10T02:10:52.9785390Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/umachine.h 2025-10-10T02:10:52.9785880Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numberformatter.h 2025-10-10T02:10:52.9786200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/datefmt.h 2025-10-10T02:10:52.9786510Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utmscale.h 2025-10-10T02:10:52.9786790Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/coll.h 2025-10-10T02:10:52.9787080Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/currpinf.h 2025-10-10T02:10:52.9787380Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uregex.h 2025-10-10T02:10:52.9787670Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/tmutfmt.h 2025-10-10T02:10:52.9787960Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/plurfmt.h 2025-10-10T02:10:52.9788280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustringtrie.h 2025-10-10T02:10:52.9788580Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/smpdtfmt.h 2025-10-10T02:10:52.9789190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucptrie.h 2025-10-10T02:10:52.9789520Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udisplayoptions.h 2025-10-10T02:10:52.9789850Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/icudataver.h 2025-10-10T02:10:52.9790150Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uchar.h 2025-10-10T02:10:52.9790440Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unorm.h 2025-10-10T02:10:52.9790720Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ushape.h 2025-10-10T02:10:52.9791010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unifunct.h 2025-10-10T02:10:52.9791300Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ugender.h 2025-10-10T02:10:52.9791600Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/selfmt.h 2025-10-10T02:10:52.9791910Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uformattable.h 2025-10-10T02:10:52.9792210Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ustream.h 2025-10-10T02:10:52.9792550Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/simpleformatter.h 2025-10-10T02:10:52.9792870Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv_cb.h 2025-10-10T02:10:52.9793160Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/curramt.h 2025-10-10T02:10:52.9793460Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/locid.h 2025-10-10T02:10:52.9793790Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/udateintervalformat.h 2025-10-10T02:10:52.9794120Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/resbund.h 2025-10-10T02:10:52.9794410Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ubidi.h 2025-10-10T02:10:52.9794700Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/stsearch.h 2025-10-10T02:10:52.9795010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/alphaindex.h 2025-10-10T02:10:52.9795320Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uvernum.h 2025-10-10T02:10:52.9795610Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unimatch.h 2025-10-10T02:10:52.9795910Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rbtz.h 2025-10-10T02:10:52.9796200Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnvsel.h 2025-10-10T02:10:52.9796490Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uspoof.h 2025-10-10T02:10:52.9796790Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/region.h 2025-10-10T02:10:52.9797100Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ureldatefmt.h 2025-10-10T02:10:52.9797400Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utrans.h 2025-10-10T02:10:52.9797690Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/parseerr.h 2025-10-10T02:10:52.9797990Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/putil.h 2025-10-10T02:10:52.9798280Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/format.h 2025-10-10T02:10:52.9798630Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/scientificnumberformatter.h 2025-10-10T02:10:52.9799010Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/displayoptions.h 2025-10-10T02:10:52.9799350Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/normalizer2.h 2025-10-10T02:10:52.9799660Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/dtrule.h 2025-10-10T02:10:52.9799970Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumberoptions.h 2025-10-10T02:10:52.9800290Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucnv.h 2025-10-10T02:10:52.9800610Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ucharstriebuilder.h 2025-10-10T02:10:52.9800930Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/search.h 2025-10-10T02:10:52.9801240Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unumsys.h 2025-10-10T02:10:52.9801540Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uconfig.h 2025-10-10T02:10:52.9801820Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf16.h 2025-10-10T02:10:52.9802120Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/brkiter.h 2025-10-10T02:10:52.9802610Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/formattedvalue.h 2025-10-10T02:10:52.9803330Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/platform.h 2025-10-10T02:10:52.9803650Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/rep.h 2025-10-10T02:10:52.9804190Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/formattednumber.h 2025-10-10T02:10:52.9804740Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/std_string.h 2025-10-10T02:10:52.9805170Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utf8.h 2025-10-10T02:10:52.9805740Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/localpointer.h 2025-10-10T02:10:52.9806360Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uclean.h 2025-10-10T02:10:52.9806950Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/uscript.h 2025-10-10T02:10:52.9807500Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/numfmt.h 2025-10-10T02:10:52.9808080Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/currunit.h 2025-10-10T02:10:52.9808610Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/utypes.h 2025-10-10T02:10:52.9809260Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/ulistformatter.h 2025-10-10T02:10:52.9809770Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/measfmt.h 2025-10-10T02:10:52.9810320Z /opt/homebrew/Caskroom/miniconda/base/include/unicode/unifilt.h 2025-10-10T02:10:52.9810770Z /opt/homebrew/Caskroom/miniconda/base/include/form.h 2025-10-10T02:10:52.9811300Z /opt/homebrew/Caskroom/miniconda/base/include/tclUnixPort.h 2025-10-10T02:10:52.9811810Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/export.hpp 2025-10-10T02:10:52.9812380Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/reproc.hpp 2025-10-10T02:10:52.9812930Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/env.hpp 2025-10-10T02:10:52.9813550Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/detail/array.hpp 2025-10-10T02:10:52.9814200Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/detail/type_traits.hpp 2025-10-10T02:10:52.9814690Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/run.hpp 2025-10-10T02:10:52.9815270Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/input.hpp 2025-10-10T02:10:52.9815880Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/arguments.hpp 2025-10-10T02:10:52.9816400Z /opt/homebrew/Caskroom/miniconda/base/include/reproc++/drain.hpp 2025-10-10T02:10:52.9816840Z /opt/homebrew/Caskroom/miniconda/base/include/tcl.h 2025-10-10T02:10:52.9817460Z /opt/homebrew/Caskroom/miniconda/base/include/itclMigrate2TclCore.h 2025-10-10T02:10:52.9817950Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/ostream.h 2025-10-10T02:10:52.9818530Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/format-inl.h 2025-10-10T02:10:52.9818990Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/ranges.h 2025-10-10T02:10:52.9819440Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/xchar.h 2025-10-10T02:10:52.9819960Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/core.h 2025-10-10T02:10:52.9820470Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/chrono.h 2025-10-10T02:10:52.9820930Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/os.h 2025-10-10T02:10:52.9821450Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/color.h 2025-10-10T02:10:52.9821980Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/args.h 2025-10-10T02:10:52.9822480Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/printf.h 2025-10-10T02:10:52.9823030Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/compile.h 2025-10-10T02:10:52.9823530Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/format.h 2025-10-10T02:10:52.9824010Z /opt/homebrew/Caskroom/miniconda/base/include/fmt/std.h 2025-10-10T02:10:52.9824570Z /opt/homebrew/Caskroom/miniconda/base/include/pcre2posix.h 2025-10-10T02:10:52.9825010Z /opt/homebrew/Caskroom/miniconda/base/include/cursesw.h 2025-10-10T02:10:52.9825460Z /opt/homebrew/Caskroom/miniconda/base/include/itcl.h 2025-10-10T02:10:52.9826010Z /opt/homebrew/Caskroom/miniconda/base/include/ares_build.h 2025-10-10T02:10:52.9826540Z /opt/homebrew/Caskroom/miniconda/base/include/tclIntDecls.h 2025-10-10T02:10:52.9827140Z /opt/homebrew/Caskroom/miniconda/base/include/lz4.h 2025-10-10T02:10:52.9827600Z /opt/homebrew/Caskroom/miniconda/base/include/readline/readline.h 2025-10-10T02:10:52.9828150Z /opt/homebrew/Caskroom/miniconda/base/include/readline/keymaps.h 2025-10-10T02:10:52.9828680Z /opt/homebrew/Caskroom/miniconda/base/include/readline/tilde.h 2025-10-10T02:10:52.9829250Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rlconf.h 2025-10-10T02:10:52.9829840Z /opt/homebrew/Caskroom/miniconda/base/include/readline/chardefs.h 2025-10-10T02:10:52.9830350Z /opt/homebrew/Caskroom/miniconda/base/include/readline/history.h 2025-10-10T02:10:52.9830850Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rlstdc.h 2025-10-10T02:10:52.9831400Z /opt/homebrew/Caskroom/miniconda/base/include/readline/rltypedefs.h 2025-10-10T02:10:52.9831870Z /opt/homebrew/Caskroom/miniconda/base/include/tkImgPhoto.h 2025-10-10T02:10:52.9832380Z /opt/homebrew/Caskroom/miniconda/base/include/bzlib.h 2025-10-10T02:10:52.9832900Z /opt/homebrew/Caskroom/miniconda/base/include/localcharset.h 2025-10-10T02:10:52.9833360Z /opt/homebrew/Caskroom/miniconda/base/include/ares.h 2025-10-10T02:10:52.9834010Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/activation.hpp 2025-10-10T02:10:52.9834930Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/environments_manager.hpp 2025-10-10T02:10:52.9835540Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/transaction.hpp 2025-10-10T02:10:52.9836260Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_handling.hpp 2025-10-10T02:10:52.9836840Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/invoke.hpp 2025-10-10T02:10:52.9837460Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/prefix_data.hpp 2025-10-10T02:10:52.9838080Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/common_types.hpp 2025-10-10T02:10:52.9838700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/palette.hpp 2025-10-10T02:10:52.9839250Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/link.hpp 2025-10-10T02:10:52.9839910Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/error_handling.hpp 2025-10-10T02:10:52.9840600Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/repo_checker_store.hpp 2025-10-10T02:10:52.9841250Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_fetcher.hpp 2025-10-10T02:10:52.9841860Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/execution.hpp 2025-10-10T02:10:52.9842430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/subdirdata.hpp 2025-10-10T02:10:52.9843040Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/shell_init.hpp 2025-10-10T02:10:52.9843620Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/fsutil.hpp 2025-10-10T02:10:52.9844290Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/channel_context.hpp 2025-10-10T02:10:52.9844900Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/env_lockfile.hpp 2025-10-10T02:10:52.9845500Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util_scope.hpp 2025-10-10T02:10:52.9846210Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/transaction_context.hpp 2025-10-10T02:10:52.9846910Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/download_progress_bar.hpp 2025-10-10T02:10:52.9847450Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/context.hpp 2025-10-10T02:10:52.9848090Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/timeref.hpp 2025-10-10T02:10:52.9848620Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util_os.hpp 2025-10-10T02:10:52.9849230Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/tasksync.hpp 2025-10-10T02:10:52.9849840Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/history.hpp 2025-10-10T02:10:52.9850450Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/progress_bar.hpp 2025-10-10T02:10:52.9851070Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/run.hpp 2025-10-10T02:10:52.9851790Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_paths.hpp 2025-10-10T02:10:52.9852450Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_database_loader.hpp 2025-10-10T02:10:52.9853090Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/virtual_packages.hpp 2025-10-10T02:10:52.9853820Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/thread_utils.hpp 2025-10-10T02:10:52.9854340Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/output.hpp 2025-10-10T02:10:52.9854930Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/package_cache.hpp 2025-10-10T02:10:52.9855570Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/pinning.hpp 2025-10-10T02:10:52.9856140Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/query.hpp 2025-10-10T02:10:52.9856720Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/util.hpp 2025-10-10T02:10:52.9857310Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/core/menuinst.hpp 2025-10-10T02:10:52.9857850Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cast.hpp 2025-10-10T02:10:52.9858400Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_unix.hpp 2025-10-10T02:10:52.9859020Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cryptography.hpp 2025-10-10T02:10:52.9859600Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/build.hpp 2025-10-10T02:10:52.9860150Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/json.hpp 2025-10-10T02:10:52.9860740Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_osx.hpp 2025-10-10T02:10:52.9861430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/weakening_map.hpp 2025-10-10T02:10:52.9861980Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/path_manip.hpp 2025-10-10T02:10:52.9862590Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_binary_tree.hpp 2025-10-10T02:10:52.9863160Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/variant_cmp.hpp 2025-10-10T02:10:52.9863700Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/encoding.hpp 2025-10-10T02:10:52.9864250Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/functional.hpp 2025-10-10T02:10:52.9864960Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_bool_expr_tree.hpp 2025-10-10T02:10:52.9865570Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/type_traits.hpp 2025-10-10T02:10:52.9866120Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/random.hpp 2025-10-10T02:10:52.9866740Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_linux.hpp 2025-10-10T02:10:52.9867370Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/heap_optional.hpp 2025-10-10T02:10:52.9867920Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/graph.hpp 2025-10-10T02:10:52.9868550Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/loop_control.hpp 2025-10-10T02:10:52.9869120Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/url.hpp 2025-10-10T02:10:52.9869640Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os_win.hpp 2025-10-10T02:10:52.9870210Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/url_manip.hpp 2025-10-10T02:10:52.9870790Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/string.hpp 2025-10-10T02:10:52.9871390Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/deprecation.hpp 2025-10-10T02:10:52.9871980Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/parsers.hpp 2025-10-10T02:10:52.9872570Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/cfile.hpp 2025-10-10T02:10:52.9873100Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/os.hpp 2025-10-10T02:10:52.9873870Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/conditional.hpp 2025-10-10T02:10:52.9874380Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/flat_set.hpp 2025-10-10T02:10:52.9874960Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/compare.hpp 2025-10-10T02:10:52.9875490Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/iterator.hpp 2025-10-10T02:10:52.9876190Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/environment.hpp 2025-10-10T02:10:52.9876750Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/util/tuple_hash.hpp 2025-10-10T02:10:52.9877330Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/archive.hpp 2025-10-10T02:10:52.9877990Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/package_info.hpp 2025-10-10T02:10:52.9878600Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/match_spec.hpp 2025-10-10T02:10:52.9879200Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/glob_spec.hpp 2025-10-10T02:10:52.9879820Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/repo_data.hpp 2025-10-10T02:10:52.9880450Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/regex_spec.hpp 2025-10-10T02:10:52.9881190Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/chimera_string_spec.hpp 2025-10-10T02:10:52.9881780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/platform.hpp 2025-10-10T02:10:52.9882360Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/error.hpp 2025-10-10T02:10:52.9882950Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/version.hpp 2025-10-10T02:10:52.9883560Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/channel.hpp 2025-10-10T02:10:52.9884180Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/conda_url.hpp 2025-10-10T02:10:52.9884830Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/unresolved_channel.hpp 2025-10-10T02:10:52.9885490Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/build_number_spec.hpp 2025-10-10T02:10:52.9886260Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/authentication_info.hpp 2025-10-10T02:10:52.9886780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/specs/version_spec.hpp 2025-10-10T02:10:52.9887350Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/request.hpp 2025-10-10T02:10:52.9887880Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/solution.hpp 2025-10-10T02:10:52.9888530Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/problems_graph.hpp 2025-10-10T02:10:52.9889150Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/solver.hpp 2025-10-10T02:10:52.9889770Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/unsolvable.hpp 2025-10-10T02:10:52.9890480Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/database.hpp 2025-10-10T02:10:52.9891150Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/parameters.hpp 2025-10-10T02:10:52.9891710Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/solver/libsolv/repo_info.hpp 2025-10-10T02:10:52.9892230Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/version.hpp 2025-10-10T02:10:52.9892910Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/mirror_map.hpp 2025-10-10T02:10:52.9893550Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/downloader.hpp 2025-10-10T02:10:52.9894180Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/mirror.hpp 2025-10-10T02:10:52.9894900Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/download/request.hpp 2025-10-10T02:10:52.9895420Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/update.hpp 2025-10-10T02:10:52.9895940Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/info.hpp 2025-10-10T02:10:52.9896650Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/configuration_impl.hpp 2025-10-10T02:10:52.9897230Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/shell.hpp 2025-10-10T02:10:52.9897890Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/channel_loader.hpp 2025-10-10T02:10:52.9898460Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/install.hpp 2025-10-10T02:10:52.9899000Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/c_api.h 2025-10-10T02:10:52.9899610Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/repoquery.hpp 2025-10-10T02:10:52.9900180Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/config.hpp 2025-10-10T02:10:52.9900780Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/list.hpp 2025-10-10T02:10:52.9901390Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/configuration.hpp 2025-10-10T02:10:52.9901950Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/create.hpp 2025-10-10T02:10:52.9902550Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/clean.hpp 2025-10-10T02:10:52.9903230Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/constants.hpp 2025-10-10T02:10:52.9903790Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/api/remove.hpp 2025-10-10T02:10:52.9904400Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/fs/filesystem.hpp 2025-10-10T02:10:52.9905030Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/errors.hpp 2025-10-10T02:10:52.9905640Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/keys.hpp 2025-10-10T02:10:52.9906430Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework_v0_6.hpp 2025-10-10T02:10:52.9907050Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/repo_checker.hpp 2025-10-10T02:10:52.9907600Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/tools.hpp 2025-10-10T02:10:52.9908360Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework_v1.hpp 2025-10-10T02:10:52.9909080Z /opt/homebrew/Caskroom/miniconda/base/include/mamba/validation/update_framework.hpp 2025-10-10T02:10:52.9909520Z /opt/homebrew/Caskroom/miniconda/base/include/tclInt.h 2025-10-10T02:10:52.9910020Z /opt/homebrew/Caskroom/miniconda/base/include/tclThread.h 2025-10-10T02:10:52.9910520Z /opt/homebrew/Caskroom/miniconda/base/include/tkScale.h 2025-10-10T02:10:52.9911210Z /opt/homebrew/Caskroom/miniconda/base/include/tl/expected.hpp 2025-10-10T02:10:52.9911610Z /opt/homebrew/Caskroom/miniconda/base/include/tclIntPlatDecls.h 2025-10-10T02:10:52.9912000Z /opt/homebrew/Caskroom/miniconda/base/include/unctrl.h 2025-10-10T02:10:52.9912440Z /opt/homebrew/Caskroom/miniconda/base/include/tdbcInt.h 2025-10-10T02:10:52.9912910Z /opt/homebrew/Caskroom/miniconda/base/include/cursesapp.h 2025-10-10T02:10:52.9913280Z /opt/homebrew/Caskroom/miniconda/base/include/tk3d.h 2025-10-10T02:10:52.9913790Z /opt/homebrew/Caskroom/miniconda/base/include/expat_external.h 2025-10-10T02:10:52.9914280Z /opt/homebrew/Caskroom/miniconda/base/include/tdbcDecls.h 2025-10-10T02:10:52.9914660Z /opt/homebrew/Caskroom/miniconda/base/include/ev++.h 2025-10-10T02:10:52.9915140Z /opt/homebrew/Caskroom/miniconda/base/include/tclOOInt.h 2025-10-10T02:10:52.9915590Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixDefault.h 2025-10-10T02:10:52.9916040Z /opt/homebrew/Caskroom/miniconda/base/include/tclOO.h 2025-10-10T02:10:52.9916630Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/traits.h 2025-10-10T02:10:52.9917240Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/eventhandler.h 2025-10-10T02:10:52.9917780Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitter.h 2025-10-10T02:10:52.9918330Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/anchor.h 2025-10-10T02:10:52.9918880Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/mark.h 2025-10-10T02:10:52.9919470Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitterdef.h 2025-10-10T02:10:52.9920020Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/parser.h 2025-10-10T02:10:52.9920550Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/null.h 2025-10-10T02:10:52.9921160Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/exceptions.h 2025-10-10T02:10:52.9921720Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitterstyle.h 2025-10-10T02:10:52.9922280Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/noexcept.h 2025-10-10T02:10:52.9922860Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emittermanip.h 2025-10-10T02:10:52.9923470Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/emitfromevents.h 2025-10-10T02:10:52.9923960Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/dll.h 2025-10-10T02:10:52.9924740Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/contrib/graphbuilder.h 2025-10-10T02:10:52.9925310Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/contrib/anchordict.h 2025-10-10T02:10:52.9925830Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/yaml.h 2025-10-10T02:10:52.9926380Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/type.h 2025-10-10T02:10:52.9926910Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/parse.h 2025-10-10T02:10:52.9927510Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/node.h 2025-10-10T02:10:52.9928180Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_data.h 2025-10-10T02:10:52.9928820Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_ref.h 2025-10-10T02:10:52.9929400Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node.h 2025-10-10T02:10:52.9930010Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/memory.h 2025-10-10T02:10:52.9930740Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/node_iterator.h 2025-10-10T02:10:52.9931310Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/impl.h 2025-10-10T02:10:52.9932010Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/iterator_fwd.h 2025-10-10T02:10:52.9932620Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/detail/iterator.h 2025-10-10T02:10:52.9933230Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/ptr.h 2025-10-10T02:10:52.9933810Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/convert.h 2025-10-10T02:10:52.9934330Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/impl.h 2025-10-10T02:10:52.9935040Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/emit.h 2025-10-10T02:10:52.9935500Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/node/iterator.h 2025-10-10T02:10:52.9936060Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/ostream_wrapper.h 2025-10-10T02:10:52.9936580Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/stlemitter.h 2025-10-10T02:10:52.9937070Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/binary.h 2025-10-10T02:10:52.9937640Z /opt/homebrew/Caskroom/miniconda/base/include/yaml-cpp/depthguard.h 2025-10-10T02:10:52.9938080Z /opt/homebrew/Caskroom/miniconda/base/include/simdjson.h 2025-10-10T02:10:52.9938480Z /opt/homebrew/Caskroom/miniconda/base/include/term.h 2025-10-10T02:10:52.9938880Z /opt/homebrew/Caskroom/miniconda/base/include/cursslk.h 2025-10-10T02:10:52.9939420Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXColor.h 2025-10-10T02:10:52.9940100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/pattern_formatter-inl.h 2025-10-10T02:10:52.9940480Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fwd.h 2025-10-10T02:10:52.9940990Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/version.h 2025-10-10T02:10:52.9941480Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/spdlog.h 2025-10-10T02:10:52.9941990Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/ranges.h 2025-10-10T02:10:52.9942480Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/xchar.h 2025-10-10T02:10:52.9943010Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/chrono.h 2025-10-10T02:10:52.9943610Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/bin_to_hex.h 2025-10-10T02:10:52.9944070Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/fmt.h 2025-10-10T02:10:52.9944600Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/compile.h 2025-10-10T02:10:52.9945150Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/fmt/ostr.h 2025-10-10T02:10:52.9945710Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/logger-inl.h 2025-10-10T02:10:52.9946270Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/qt_sinks.h 2025-10-10T02:10:52.9946930Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ansicolor_sink-inl.h 2025-10-10T02:10:52.9947520Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/hourly_file_sink.h 2025-10-10T02:10:52.9948150Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_sinks.h 2025-10-10T02:10:52.9948700Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/basic_file_sink.h 2025-10-10T02:10:52.9949350Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/rotating_file_sink.h 2025-10-10T02:10:52.9949900Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/daily_file_sink.h 2025-10-10T02:10:52.9950510Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ringbuffer_sink.h 2025-10-10T02:10:52.9951120Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ansicolor_sink.h 2025-10-10T02:10:52.9951690Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/systemd_sink.h 2025-10-10T02:10:52.9952470Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/base_sink.h 2025-10-10T02:10:52.9953130Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_color_sinks.h 2025-10-10T02:10:52.9953660Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/dist_sink.h 2025-10-10T02:10:52.9954190Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/msvc_sink.h 2025-10-10T02:10:52.9954770Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/tcp_sink.h 2025-10-10T02:10:52.9955610Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/mongo_sink.h 2025-10-10T02:10:52.9956150Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/sink-inl.h 2025-10-10T02:10:52.9956790Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/wincolor_sink-inl.h 2025-10-10T02:10:52.9957340Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/android_sink.h 2025-10-10T02:10:52.9957960Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_sinks-inl.h 2025-10-10T02:10:52.9958420Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/sink.h 2025-10-10T02:10:52.9959000Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/syslog_sink.h 2025-10-10T02:10:52.9959600Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/dup_filter_sink.h 2025-10-10T02:10:52.9960230Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/win_eventlog_sink.h 2025-10-10T02:10:52.9960890Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/stdout_color_sinks-inl.h 2025-10-10T02:10:52.9961430Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/ostream_sink.h 2025-10-10T02:10:52.9961950Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/udp_sink.h 2025-10-10T02:10:52.9962610Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/rotating_file_sink-inl.h 2025-10-10T02:10:52.9963250Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/basic_file_sink-inl.h 2025-10-10T02:10:52.9963760Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/null_sink.h 2025-10-10T02:10:52.9964390Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/base_sink-inl.h 2025-10-10T02:10:52.9964940Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/sinks/wincolor_sink.h 2025-10-10T02:10:52.9965430Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/formatter.h 2025-10-10T02:10:52.9965970Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/common-inl.h 2025-10-10T02:10:52.9966640Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg_buffer-inl.h 2025-10-10T02:10:52.9967190Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg-inl.h 2025-10-10T02:10:52.9967770Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/udp_client.h 2025-10-10T02:10:52.9968340Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/file_helper.h 2025-10-10T02:10:52.9969070Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/periodic_worker-inl.h 2025-10-10T02:10:52.9969710Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/udp_client-windows.h 2025-10-10T02:10:52.9970310Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/periodic_worker.h 2025-10-10T02:10:52.9970930Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/mpmc_blocking_q.h 2025-10-10T02:10:52.9971480Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/os.h 2025-10-10T02:10:52.9972040Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/thread_pool-inl.h 2025-10-10T02:10:52.9972610Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/fmt_helper.h 2025-10-10T02:10:52.9973200Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/null_mutex.h 2025-10-10T02:10:52.9973750Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/registry.h 2025-10-10T02:10:52.9974330Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/backtracer.h 2025-10-10T02:10:52.9974930Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/registry-inl.h 2025-10-10T02:10:52.9975510Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/thread_pool.h 2025-10-10T02:10:52.9976110Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/circular_q.h 2025-10-10T02:10:52.9976780Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/synchronous_factory.h 2025-10-10T02:10:52.9977270Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/os-inl.h 2025-10-10T02:10:52.9977820Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg.h 2025-10-10T02:10:52.9978470Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/backtracer-inl.h 2025-10-10T02:10:52.9979100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/file_helper-inl.h 2025-10-10T02:10:52.9979700Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/log_msg_buffer.h 2025-10-10T02:10:52.9980260Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/tcp_client.h 2025-10-10T02:10:52.9980880Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/console_globals.h 2025-10-10T02:10:52.9981470Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/windows_include.h 2025-10-10T02:10:52.9982120Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/details/tcp_client-windows.h 2025-10-10T02:10:52.9982660Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async_logger.h 2025-10-10T02:10:52.9983100Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/env.h 2025-10-10T02:10:52.9983590Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/argv.h 2025-10-10T02:10:52.9984190Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/helpers-inl.h 2025-10-10T02:10:52.9984700Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/cfg/helpers.h 2025-10-10T02:10:52.9985190Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/tweakme.h 2025-10-10T02:10:52.9985650Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async.h 2025-10-10T02:10:52.9986160Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/common.h 2025-10-10T02:10:52.9986720Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/async_logger-inl.h 2025-10-10T02:10:52.9987300Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/stopwatch.h 2025-10-10T02:10:52.9987860Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/pattern_formatter.h 2025-10-10T02:10:52.9988300Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/logger.h 2025-10-10T02:10:52.9994780Z /opt/homebrew/Caskroom/miniconda/base/include/spdlog/spdlog-inl.h 2025-10-10T02:10:52.9995170Z /opt/homebrew/Caskroom/miniconda/base/include/itcl2TclOO.h 2025-10-10T02:10:52.9995430Z /opt/homebrew/Caskroom/miniconda/base/include/tkUndo.h 2025-10-10T02:10:52.9995740Z /opt/homebrew/Caskroom/miniconda/base/include/curl/stdcheaders.h 2025-10-10T02:10:52.9996020Z /opt/homebrew/Caskroom/miniconda/base/include/curl/header.h 2025-10-10T02:10:52.9996290Z /opt/homebrew/Caskroom/miniconda/base/include/curl/options.h 2025-10-10T02:10:52.9996560Z /opt/homebrew/Caskroom/miniconda/base/include/curl/mprintf.h 2025-10-10T02:10:52.9996850Z /opt/homebrew/Caskroom/miniconda/base/include/curl/easy.h 2025-10-10T02:10:52.9997100Z /opt/homebrew/Caskroom/miniconda/base/include/curl/curl.h 2025-10-10T02:10:52.9997370Z /opt/homebrew/Caskroom/miniconda/base/include/curl/websockets.h 2025-10-10T02:10:52.9997650Z /opt/homebrew/Caskroom/miniconda/base/include/curl/curlver.h 2025-10-10T02:10:52.9998100Z /opt/homebrew/Caskroom/miniconda/base/include/curl/system.h 2025-10-10T02:10:52.9998400Z /opt/homebrew/Caskroom/miniconda/base/include/curl/typecheck-gcc.h 2025-10-10T02:10:52.9998680Z /opt/homebrew/Caskroom/miniconda/base/include/curl/multi.h 2025-10-10T02:10:52.9998950Z /opt/homebrew/Caskroom/miniconda/base/include/curl/urlapi.h 2025-10-10T02:10:52.9999220Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXDefault.h 2025-10-10T02:10:52.9999500Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXWm.h 2025-10-10T02:10:52.9999750Z /opt/homebrew/Caskroom/miniconda/base/include/tkInt.h 2025-10-10T02:10:53.0000030Z /opt/homebrew/Caskroom/miniconda/base/include/tkFileFilter.h 2025-10-10T02:10:53.0000120Z /opt/homebrew/Caskroom/miniconda/base/include/tkMenu.h 2025-10-10T02:10:53.0000200Z /opt/homebrew/Caskroom/miniconda/base/include/tk.h 2025-10-10T02:10:53.0000320Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntDecls.h 2025-10-10T02:10:53.0000440Z /opt/homebrew/Caskroom/miniconda/base/include/odbcStubs.h 2025-10-10T02:10:53.0000540Z /opt/homebrew/Caskroom/miniconda/base/include/iconv.h 2025-10-10T02:10:53.0000630Z /opt/homebrew/Caskroom/miniconda/base/include/fakepq.h 2025-10-10T02:10:53.0000760Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-matchers.h 2025-10-10T02:10:53.0001050Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-death-test.h 2025-10-10T02:10:53.0001540Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-spi.h 2025-10-10T02:10:53.0002190Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-string.h 2025-10-10T02:10:53.0002960Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-death-test-internal.h 2025-10-10T02:10:53.0003570Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-port.h 2025-10-10T02:10:53.0004190Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-port-arch.h 2025-10-10T02:10:53.0004840Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-internal.h 2025-10-10T02:10:53.0005530Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-param-util.h 2025-10-10T02:10:53.0006190Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-type-util.h 2025-10-10T02:10:53.0006840Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/gtest-filepath.h 2025-10-10T02:10:53.0007530Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest-port.h 2025-10-10T02:10:53.0008180Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/README.md 2025-10-10T02:10:53.0008810Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest.h 2025-10-10T02:10:53.0009550Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/internal/custom/gtest-printers.h 2025-10-10T02:10:53.0010120Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-message.h 2025-10-10T02:10:53.0010690Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-param-test.h 2025-10-10T02:10:53.0011260Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-typed-test.h 2025-10-10T02:10:53.0011870Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest_pred_impl.h 2025-10-10T02:10:53.0012400Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest_prod.h 2025-10-10T02:10:53.0013010Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-test-part.h 2025-10-10T02:10:53.0013530Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest.h 2025-10-10T02:10:53.0014120Z /opt/homebrew/Caskroom/miniconda/base/include/gtest/gtest-printers.h 2025-10-10T02:10:53.0014500Z /opt/homebrew/Caskroom/miniconda/base/include/panel.h 2025-10-10T02:10:53.0015080Z /opt/homebrew/Caskroom/miniconda/base/include/lz4frame_static.h 2025-10-10T02:10:53.0015530Z /opt/homebrew/Caskroom/miniconda/base/include/expat.h 2025-10-10T02:10:53.0016060Z /opt/homebrew/Caskroom/miniconda/base/include/itclInt.h 2025-10-10T02:10:53.0016520Z /opt/homebrew/Caskroom/miniconda/base/include/ks_names.h 2025-10-10T02:10:53.0016940Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses.h 2025-10-10T02:10:53.0017610Z /opt/homebrew/Caskroom/miniconda/base/include/tkPlatDecls.h 2025-10-10T02:10:53.0017940Z /opt/homebrew/Caskroom/miniconda/base/include/lz4hc.h 2025-10-10T02:10:53.0018640Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/ordered_map.hpp 2025-10-10T02:10:53.0019080Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/json.hpp 2025-10-10T02:10:53.0019690Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/adl_serializer.hpp 2025-10-10T02:10:53.0020420Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/byte_container_with_subtype.hpp 2025-10-10T02:10:53.0020910Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/hash.hpp 2025-10-10T02:10:53.0021530Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/string_escape.hpp 2025-10-10T02:10:53.0022130Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/json_ref.hpp 2025-10-10T02:10:53.0022840Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/to_chars.hpp 2025-10-10T02:10:53.0023520Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/from_json.hpp 2025-10-10T02:10:53.0024210Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/conversions/to_json.hpp 2025-10-10T02:10:53.0024790Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/value_t.hpp 2025-10-10T02:10:53.0025510Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/position_t.hpp 2025-10-10T02:10:53.0026080Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/parser.hpp 2025-10-10T02:10:53.0026760Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/json_sax.hpp 2025-10-10T02:10:53.0027460Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/binary_reader.hpp 2025-10-10T02:10:53.0028160Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/input_adapters.hpp 2025-10-10T02:10:53.0028730Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/input/lexer.hpp 2025-10-10T02:10:53.0029430Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/string_concat.hpp 2025-10-10T02:10:53.0030050Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/macro_scope.hpp 2025-10-10T02:10:53.0030840Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/output_adapters.hpp 2025-10-10T02:10:53.0031520Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/serializer.hpp 2025-10-10T02:10:53.0032240Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/output/binary_writer.hpp 2025-10-10T02:10:53.0032870Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/is_sax.hpp 2025-10-10T02:10:53.0033670Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/call_std/end.hpp 2025-10-10T02:10:53.0034310Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/call_std/begin.hpp 2025-10-10T02:10:53.0034930Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/identity_tag.hpp 2025-10-10T02:10:53.0035590Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/type_traits.hpp 2025-10-10T02:10:53.0036220Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/cpp_future.hpp 2025-10-10T02:10:53.0036890Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/detected.hpp 2025-10-10T02:10:53.0037540Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/void_t.hpp 2025-10-10T02:10:53.0038190Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/meta/std_fs.hpp 2025-10-10T02:10:53.0038860Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/json_pointer.hpp 2025-10-10T02:10:53.0039490Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/exceptions.hpp 2025-10-10T02:10:53.0040130Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/abi_macros.hpp 2025-10-10T02:10:53.0040900Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/macro_unscope.hpp 2025-10-10T02:10:53.0041570Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iter_impl.hpp 2025-10-10T02:10:53.0042430Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/json_reverse_iterator.hpp 2025-10-10T02:10:53.0043100Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iteration_proxy.hpp 2025-10-10T02:10:53.0043840Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/iterator_traits.hpp 2025-10-10T02:10:53.0044620Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/internal_iterator.hpp 2025-10-10T02:10:53.0045400Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/detail/iterators/primitive_iterator.hpp 2025-10-10T02:10:53.0046060Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/thirdparty/hedley/hedley.hpp 2025-10-10T02:10:53.0046810Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/thirdparty/hedley/hedley_undef.hpp 2025-10-10T02:10:53.0047440Z /opt/homebrew/Caskroom/miniconda/base/include/nlohmann/json_fwd.hpp 2025-10-10T02:10:53.0047830Z /opt/homebrew/Caskroom/miniconda/base/include/eti.h 2025-10-10T02:10:53.0048230Z /opt/homebrew/Caskroom/miniconda/base/include/ncurses_dll.h 2025-10-10T02:10:53.0048670Z /opt/homebrew/Caskroom/miniconda/base/include/zlib.h 2025-10-10T02:10:53.0049090Z /opt/homebrew/Caskroom/miniconda/base/include/tkButton.h 2025-10-10T02:10:53.0049550Z /opt/homebrew/Caskroom/miniconda/base/include/tkScrollbar.h 2025-10-10T02:10:53.0050030Z /opt/homebrew/Caskroom/miniconda/base/include/term_entry.h 2025-10-10T02:10:53.0050420Z /opt/homebrew/Caskroom/miniconda/base/include/menu.h 2025-10-10T02:10:53.0050900Z /opt/homebrew/Caskroom/miniconda/base/include/pcre2.h 2025-10-10T02:10:53.0051300Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSX.h 2025-10-10T02:10:53.0051740Z /opt/homebrew/Caskroom/miniconda/base/include/sqlite3.h 2025-10-10T02:10:53.0052260Z /opt/homebrew/Caskroom/miniconda/base/include/tclOOIntDecls.h 2025-10-10T02:10:53.0052730Z /opt/homebrew/Caskroom/miniconda/base/include/zstd_errors.h 2025-10-10T02:10:53.0053170Z /opt/homebrew/Caskroom/miniconda/base/include/sqlite3ext.h 2025-10-10T02:10:53.0053610Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2.h 2025-10-10T02:10:53.0054120Z /opt/homebrew/Caskroom/miniconda/base/include/X11/DECkeysym.h 2025-10-10T02:10:53.0054590Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xutil.h 2025-10-10T02:10:53.0055090Z /opt/homebrew/Caskroom/miniconda/base/include/X11/ap_keysym.h 2025-10-10T02:10:53.0055520Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xatom.h 2025-10-10T02:10:53.0055980Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xlib.h 2025-10-10T02:10:53.0056480Z /opt/homebrew/Caskroom/miniconda/base/include/X11/cursorfont.h 2025-10-10T02:10:53.0056950Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Sunkeysym.h 2025-10-10T02:10:53.0057460Z /opt/homebrew/Caskroom/miniconda/base/include/X11/Xfuncproto.h 2025-10-10T02:10:53.0057940Z /opt/homebrew/Caskroom/miniconda/base/include/X11/keysymdef.h 2025-10-10T02:10:53.0058400Z /opt/homebrew/Caskroom/miniconda/base/include/X11/HPkeysym.h 2025-10-10T02:10:53.0058880Z /opt/homebrew/Caskroom/miniconda/base/include/X11/keysym.h 2025-10-10T02:10:53.0059370Z /opt/homebrew/Caskroom/miniconda/base/include/X11/XF86keysym.h 2025-10-10T02:10:53.0059840Z /opt/homebrew/Caskroom/miniconda/base/include/X11/X.h 2025-10-10T02:10:53.0060260Z /opt/homebrew/Caskroom/miniconda/base/include/X11/xbytes.h 2025-10-10T02:10:53.0060770Z /opt/homebrew/Caskroom/miniconda/base/include/tclTomMathDecls.h 2025-10-10T02:10:53.0061200Z /opt/homebrew/Caskroom/miniconda/base/include/tclTomMath.h 2025-10-10T02:10:53.0061690Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXInt.h 2025-10-10T02:10:53.0062210Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXCursors.h 2025-10-10T02:10:53.0062760Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXConstants.h 2025-10-10T02:10:53.0063110Z /opt/homebrew/Caskroom/miniconda/base/include/ev.h 2025-10-10T02:10:53.0063590Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXEvent.h 2025-10-10T02:10:53.0064090Z /opt/homebrew/Caskroom/miniconda/base/include/lz4frame.h 2025-10-10T02:10:53.0064630Z /opt/homebrew/Caskroom/miniconda/base/include/ares_nameser.h 2025-10-10T02:10:53.0065100Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXPort.h 2025-10-10T02:10:53.0065580Z /opt/homebrew/Caskroom/miniconda/base/include/tkCanvas.h 2025-10-10T02:10:53.0066080Z /opt/homebrew/Caskroom/miniconda/base/include/tkArray.h 2025-10-10T02:10:53.0066550Z /opt/homebrew/Caskroom/miniconda/base/include/zstd.h 2025-10-10T02:10:53.0067080Z /opt/homebrew/Caskroom/miniconda/base/include/fakemysql.h 2025-10-10T02:10:53.0067600Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pem2.h 2025-10-10T02:10:53.0068120Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/kdf.h 2025-10-10T02:10:53.0068650Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pem.h 2025-10-10T02:10:53.0069220Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asyncerr.h 2025-10-10T02:10:53.0069730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md2.h 2025-10-10T02:10:53.0070450Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl3.h 2025-10-10T02:10:53.0071020Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ossl_typ.h 2025-10-10T02:10:53.0071520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dtls1.h 2025-10-10T02:10:53.0071990Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/err.h 2025-10-10T02:10:53.0072500Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bn.h 2025-10-10T02:10:53.0073070Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/blowfish.h 2025-10-10T02:10:53.0073580Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cms.h 2025-10-10T02:10:53.0074120Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/engine.h 2025-10-10T02:10:53.0074620Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conf_api.h 2025-10-10T02:10:53.0075190Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/esserr.h 2025-10-10T02:10:53.0075680Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core.h 2025-10-10T02:10:53.0076200Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509.h 2025-10-10T02:10:53.0076780Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1_mac.h 2025-10-10T02:10:53.0077370Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/objectserr.h 2025-10-10T02:10:53.0077890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/params.h 2025-10-10T02:10:53.0078430Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmserr.h 2025-10-10T02:10:53.0078960Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/http.h 2025-10-10T02:10:53.0079480Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ui.h 2025-10-10T02:10:53.0080000Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sha.h 2025-10-10T02:10:53.0080590Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/symhacks.h 2025-10-10T02:10:53.0081110Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1.h 2025-10-10T02:10:53.0081690Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bioerr.h 2025-10-10T02:10:53.0082220Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/opensslconf.h 2025-10-10T02:10:53.0082730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bio.h 2025-10-10T02:10:53.0083240Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc2.h 2025-10-10T02:10:53.0083880Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/types.h 2025-10-10T02:10:53.0084270Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dh.h 2025-10-10T02:10:53.0084860Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cryptoerr_legacy.h 2025-10-10T02:10:53.0085320Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/proverr.h 2025-10-10T02:10:53.0085820Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509v3.h 2025-10-10T02:10:53.0086390Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_object.h 2025-10-10T02:10:53.0086940Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/decodererr.h 2025-10-10T02:10:53.0087450Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/param_build.h 2025-10-10T02:10:53.0087930Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conf.h 2025-10-10T02:10:53.0088510Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conftypes.h 2025-10-10T02:10:53.0088900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md5.h 2025-10-10T02:10:53.0089410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/decoder.h 2025-10-10T02:10:53.0089910Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pemerr.h 2025-10-10T02:10:53.0090430Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crmferr.h 2025-10-10T02:10:53.0090920Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509_vfy.h 2025-10-10T02:10:53.0091400Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/txt_db.h 2025-10-10T02:10:53.0091870Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmp.h 2025-10-10T02:10:53.0092400Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/comperr.h 2025-10-10T02:10:53.0092890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cterr.h 2025-10-10T02:10:53.0093440Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/self_test.h 2025-10-10T02:10:53.0093970Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/safestack.h 2025-10-10T02:10:53.0094520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/configuration.h 2025-10-10T02:10:53.0095080Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/fips_names.h 2025-10-10T02:10:53.0095580Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecdsa.h 2025-10-10T02:10:53.0096070Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sslerr.h 2025-10-10T02:10:53.0096560Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/prov_ssl.h 2025-10-10T02:10:53.0097060Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/fipskey.h 2025-10-10T02:10:53.0097520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc5.h 2025-10-10T02:10:53.0098040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/uierr.h 2025-10-10T02:10:53.0098550Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509v3err.h 2025-10-10T02:10:53.0099040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/objects.h 2025-10-10T02:10:53.0099570Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs12.h 2025-10-10T02:10:53.0100050Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crypto.h 2025-10-10T02:10:53.0100540Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/crmf.h 2025-10-10T02:10:53.0101040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmp_util.h 2025-10-10T02:10:53.0101520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/opensslv.h 2025-10-10T02:10:53.0102070Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/evperr.h 2025-10-10T02:10:53.0102560Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs7.h 2025-10-10T02:10:53.0103040Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/obj_mac.h 2025-10-10T02:10:53.0103490Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ct.h 2025-10-10T02:10:53.0104010Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/async.h 2025-10-10T02:10:53.0104520Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/buffer.h 2025-10-10T02:10:53.0105000Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl.h 2025-10-10T02:10:53.0105410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/srp.h 2025-10-10T02:10:53.0105990Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/camellia.h 2025-10-10T02:10:53.0106490Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/httperr.h 2025-10-10T02:10:53.0106950Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dherr.h 2025-10-10T02:10:53.0107430Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/evp.h 2025-10-10T02:10:53.0107900Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/e_os2.h 2025-10-10T02:10:53.0108390Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/trace.h 2025-10-10T02:10:53.0108880Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/md4.h 2025-10-10T02:10:53.0109390Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_names.h 2025-10-10T02:10:53.0109890Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/hmac.h 2025-10-10T02:10:53.0110470Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/provider.h 2025-10-10T02:10:53.0110850Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/aes.h 2025-10-10T02:10:53.0111390Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/engineerr.h 2025-10-10T02:10:53.0111860Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/comp.h 2025-10-10T02:10:53.0112360Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/macros.h 2025-10-10T02:10:53.0112850Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs12err.h 2025-10-10T02:10:53.0113390Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/encoder.h 2025-10-10T02:10:53.0113820Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cast.h 2025-10-10T02:10:53.0114410Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/sslerr_legacy.h 2025-10-10T02:10:53.0114840Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rc4.h 2025-10-10T02:10:53.0115350Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/stack.h 2025-10-10T02:10:53.0115840Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/des.h 2025-10-10T02:10:53.0116310Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ocsp.h 2025-10-10T02:10:53.0116780Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ec.h 2025-10-10T02:10:53.0117210Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecdh.h 2025-10-10T02:10:53.0117720Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rand.h 2025-10-10T02:10:53.0118230Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ecerr.h 2025-10-10T02:10:53.0118640Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ts.h 2025-10-10T02:10:53.0119250Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/core_dispatch.h 2025-10-10T02:10:53.0119730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cryptoerr.h 2025-10-10T02:10:53.0120250Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/storeerr.h 2025-10-10T02:10:53.0120760Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/buffererr.h 2025-10-10T02:10:53.0121210Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/seed.h 2025-10-10T02:10:53.0121730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/modes.h 2025-10-10T02:10:53.0122210Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ssl2.h 2025-10-10T02:10:53.0122690Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/tserr.h 2025-10-10T02:10:53.0123140Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rsa.h 2025-10-10T02:10:53.0123630Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ripemd.h 2025-10-10T02:10:53.0124170Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/whrlpool.h 2025-10-10T02:10:53.0124770Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/encodererr.h 2025-10-10T02:10:53.0125270Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmperr.h 2025-10-10T02:10:53.0125750Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/tls1.h 2025-10-10T02:10:53.0126240Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/rsaerr.h 2025-10-10T02:10:53.0126730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/randerr.h 2025-10-10T02:10:53.0127220Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/mdc2.h 2025-10-10T02:10:53.0127730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ocsperr.h 2025-10-10T02:10:53.0128220Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/x509err.h 2025-10-10T02:10:53.0128730Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/pkcs7err.h 2025-10-10T02:10:53.0129200Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dsa.h 2025-10-10T02:10:53.0129690Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/kdferr.h 2025-10-10T02:10:53.0130190Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/srtp.h 2025-10-10T02:10:53.0130670Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1t.h 2025-10-10T02:10:53.0131190Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/dsaerr.h 2025-10-10T02:10:53.0131660Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/bnerr.h 2025-10-10T02:10:53.0132190Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/conferr.h 2025-10-10T02:10:53.0132700Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/cmac.h 2025-10-10T02:10:53.0133170Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ebcdic.h 2025-10-10T02:10:53.0133650Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/store.h 2025-10-10T02:10:53.0134130Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/idea.h 2025-10-10T02:10:53.0134660Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/lhash.h 2025-10-10T02:10:53.0135120Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/ess.h 2025-10-10T02:10:53.0135620Z /opt/homebrew/Caskroom/miniconda/base/include/openssl/asn1err.h 2025-10-10T02:10:53.0136110Z /opt/homebrew/Caskroom/miniconda/base/include/libssh2_publickey.h 2025-10-10T02:10:53.0136600Z /opt/homebrew/Caskroom/miniconda/base/include/ares_dns_record.h 2025-10-10T02:10:53.0137040Z /opt/homebrew/Caskroom/miniconda/base/include/tclDecls.h 2025-10-10T02:10:53.0137550Z /opt/homebrew/Caskroom/miniconda/base/include/tkIntPlatDecls.h 2025-10-10T02:10:53.0137980Z /opt/homebrew/Caskroom/miniconda/base/include/cursesm.h 2025-10-10T02:10:53.0138440Z /opt/homebrew/Caskroom/miniconda/base/include/tkDecls.h 2025-10-10T02:10:53.0138930Z /opt/homebrew/Caskroom/miniconda/base/include/tkBusy.h 2025-10-10T02:10:53.0139350Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/index.h 2025-10-10T02:10:53.0139820Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/version.h 2025-10-10T02:10:53.0140340Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/index_hash.h 2025-10-10T02:10:53.0140800Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/lzma12.h 2025-10-10T02:10:53.0141310Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/container.h 2025-10-10T02:10:53.0141760Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/delta.h 2025-10-10T02:10:53.0142190Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/vli.h 2025-10-10T02:10:53.0142660Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/check.h 2025-10-10T02:10:53.0143120Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/bcj.h 2025-10-10T02:10:53.0143650Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/stream_flags.h 2025-10-10T02:10:53.0144100Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/block.h 2025-10-10T02:10:53.0144600Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/hardware.h 2025-10-10T02:10:53.0145170Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/filter.h 2025-10-10T02:10:53.0145620Z /opt/homebrew/Caskroom/miniconda/base/include/lzma/base.h 2025-10-10T02:10:53.0146030Z /opt/homebrew/Caskroom/miniconda/base/include/fakesql.h 2025-10-10T02:10:53.0146520Z /opt/homebrew/Caskroom/miniconda/base/include/itclDecls.h 2025-10-10T02:10:53.0147000Z /opt/homebrew/Caskroom/miniconda/base/include/tclPlatDecls.h 2025-10-10T02:10:53.0147520Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXXCursors.h 2025-10-10T02:10:53.0147870Z /opt/homebrew/Caskroom/miniconda/base/include/ffi.h 2025-10-10T02:10:53.0148340Z /opt/homebrew/Caskroom/miniconda/base/include/default.h 2025-10-10T02:10:53.0148790Z /opt/homebrew/Caskroom/miniconda/base/include/tkUnixPort.h 2025-10-10T02:10:53.0149280Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXDebug.h 2025-10-10T02:10:53.0149680Z /opt/homebrew/Caskroom/miniconda/base/include/zconf.h 2025-10-10T02:10:53.0150140Z /opt/homebrew/Caskroom/miniconda/base/include/ares_dns.h 2025-10-10T02:10:53.0150670Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/termcap.h 2025-10-10T02:10:53.0151350Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesp.h 2025-10-10T02:10:53.0151810Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesf.h 2025-10-10T02:10:53.0152240Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/etip.h 2025-10-10T02:10:53.0152710Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/form.h 2025-10-10T02:10:53.0153220Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesw.h 2025-10-10T02:10:53.0153740Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/unctrl.h 2025-10-10T02:10:53.0154310Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesapp.h 2025-10-10T02:10:53.0154740Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/term.h 2025-10-10T02:10:53.0155310Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursslk.h 2025-10-10T02:10:53.0155730Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/panel.h 2025-10-10T02:10:53.0156280Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/ncurses.h 2025-10-10T02:10:53.0156850Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/eti.h 2025-10-10T02:10:53.0157400Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/ncurses_dll.h 2025-10-10T02:10:53.0157930Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/term_entry.h 2025-10-10T02:10:53.0158370Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/menu.h 2025-10-10T02:10:53.0158860Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/cursesm.h 2025-10-10T02:10:53.0159380Z /opt/homebrew/Caskroom/miniconda/base/include/ncursesw/curses.h 2025-10-10T02:10:53.0159920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystats.h 2025-10-10T02:10:53.0160450Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/intrcheck.h 2025-10-10T02:10:53.0161030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/sliceobject.h 2025-10-10T02:10:53.0161570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bltinmodule.h 2025-10-10T02:10:53.0162150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/tupleobject.h 2025-10-10T02:10:53.0162600Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/marshal.h 2025-10-10T02:10:53.0163310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/py_curses.h 2025-10-10T02:10:53.0163810Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/errcode.h 2025-10-10T02:10:53.0164350Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/iterobject.h 2025-10-10T02:10:53.0164940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/rangeobject.h 2025-10-10T02:10:53.0165460Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystrtod.h 2025-10-10T02:10:53.0165990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/warnings.h 2025-10-10T02:10:53.0166530Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/opcode_ids.h 2025-10-10T02:10:53.0167010Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyhash.h 2025-10-10T02:10:53.0167550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pycapsule.h 2025-10-10T02:10:53.0168070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyerrors.h 2025-10-10T02:10:53.0168640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/fileutils.h 2025-10-10T02:10:53.0169190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/dictobject.h 2025-10-10T02:10:53.0169650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/ceval.h 2025-10-10T02:10:53.0170180Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystate.h 2025-10-10T02:10:53.0170750Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/floatobject.h 2025-10-10T02:10:53.0171290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/exports.h 2025-10-10T02:10:53.0171880Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/structmember.h 2025-10-10T02:10:53.0172410Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/monitoring.h 2025-10-10T02:10:53.0172930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/lock.h 2025-10-10T02:10:53.0173670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/patchlevel.h 2025-10-10T02:10:53.0174250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/frameobject.h 2025-10-10T02:10:53.0174770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/abstract.h 2025-10-10T02:10:53.0175300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/modsupport.h 2025-10-10T02:10:53.0175870Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pylifecycle.h 2025-10-10T02:10:53.0176570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_stackref.h 2025-10-10T02:10:53.0177380Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyerrors.h 2025-10-10T02:10:53.0177980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_warnings.h 2025-10-10T02:10:53.0178680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_identifier.h 2025-10-10T02:10:53.0179330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_importdl.h 2025-10-10T02:10:53.0179930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_time.h 2025-10-10T02:10:53.0180620Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_alloc.h 2025-10-10T02:10:53.0181260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_capsule.h 2025-10-10T02:10:53.0181980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_strings.h 2025-10-10T02:10:53.0182660Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_uop_metadata.h 2025-10-10T02:10:53.0183260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_asdl.h 2025-10-10T02:10:53.0184130Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_instruction_sequence.h 2025-10-10T02:10:53.0184700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_getopt.h 2025-10-10T02:10:53.0185350Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_intrinsics.h 2025-10-10T02:10:53.0185930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_hamt.h 2025-10-10T02:10:53.0186570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymath.h 2025-10-10T02:10:53.0187260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_freelist.h 2025-10-10T02:10:53.0187880Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_parser.h 2025-10-10T02:10:53.0188550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime_init.h 2025-10-10T02:10:53.0189340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_emscripten_trampoline.h 2025-10-10T02:10:53.0189960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pylifecycle.h 2025-10-10T02:10:53.0190580Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime.h 2025-10-10T02:10:53.0191400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_modsupport.h 2025-10-10T02:10:53.0192100Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_emscripten_signal.h 2025-10-10T02:10:53.0192710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_backoff.h 2025-10-10T02:10:53.0193340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_namespace.h 2025-10-10T02:10:53.0194000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_genobject.h 2025-10-10T02:10:53.0194630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_brc.h 2025-10-10T02:10:53.0195340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_opcode_utils.h 2025-10-10T02:10:53.0195950Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_gil.h 2025-10-10T02:10:53.0196670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_exceptions.h 2025-10-10T02:10:53.0197230Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_token.h 2025-10-10T02:10:53.0197890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_compile.h 2025-10-10T02:10:53.0198610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_atexit.h 2025-10-10T02:10:53.0199210Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_mimalloc.h 2025-10-10T02:10:53.0199840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_signal.h 2025-10-10T02:10:53.0200490Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_state.h 2025-10-10T02:10:53.0201280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_lock.h 2025-10-10T02:10:53.0201740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_cell.h 2025-10-10T02:10:53.0202390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_semaphore.h 2025-10-10T02:10:53.0203080Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_sliceobject.h 2025-10-10T02:10:53.0203700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_code.h 2025-10-10T02:10:53.0204470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unionobject.h 2025-10-10T02:10:53.0204980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyhash.h 2025-10-10T02:10:53.0205670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object_stack.h 2025-10-10T02:10:53.0206260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tuple.h 2025-10-10T02:10:53.0206880Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_long.h 2025-10-10T02:10:53.0207570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_faulthandler.h 2025-10-10T02:10:53.0208240Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ucnhash.h 2025-10-10T02:10:53.0208930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_weakref.h 2025-10-10T02:10:53.0209640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_fileutils.h 2025-10-10T02:10:53.0210470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyatomic_ft_wrappers.h 2025-10-10T02:10:53.0211100Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_llist.h 2025-10-10T02:10:53.0211820Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc.h 2025-10-10T02:10:53.0212640Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/internal.h 2025-10-10T02:10:53.0213370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/types.h 2025-10-10T02:10:53.0214070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/track.h 2025-10-10T02:10:53.0214780Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/prim.h 2025-10-10T02:10:53.0215510Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/mimalloc/mimalloc/atomic.h 2025-10-10T02:10:53.0216220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_floatobject.h 2025-10-10T02:10:53.0217000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_critical_section.h 2025-10-10T02:10:53.0217650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_call.h 2025-10-10T02:10:53.0218350Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_hashtable.h 2025-10-10T02:10:53.0219060Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_abstract.h 2025-10-10T02:10:53.0219720Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_list.h 2025-10-10T02:10:53.0220420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymem.h 2025-10-10T02:10:53.0221110Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_structseq.h 2025-10-10T02:10:53.0221850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bitutils.h 2025-10-10T02:10:53.0222550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_complexobject.h 2025-10-10T02:10:53.0223340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unicodeobject_generated.h 2025-10-10T02:10:53.0224050Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_memoryobject.h 2025-10-10T02:10:53.0224960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_runtime_init_generated.h 2025-10-10T02:10:53.0225530Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pystate.h 2025-10-10T02:10:53.0226260Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pythonrun.h 2025-10-10T02:10:53.0226790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_gc.h 2025-10-10T02:10:53.0227470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_traceback.h 2025-10-10T02:10:53.0228090Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dict.h 2025-10-10T02:10:53.0228700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_strhex.h 2025-10-10T02:10:53.0229670Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_objects_fini_generated.h 2025-10-10T02:10:53.0230360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_descrobject.h 2025-10-10T02:10:53.0230990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_obmalloc_init.h 2025-10-10T02:10:53.0231560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_import.h 2025-10-10T02:10:53.0232250Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_symtable.h 2025-10-10T02:10:53.0232890Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pystats.h 2025-10-10T02:10:53.0233550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_sysmodule.h 2025-10-10T02:10:53.0234190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ast_state.h 2025-10-10T02:10:53.0234860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pymem_init.h 2025-10-10T02:10:53.0235500Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pyarena.h 2025-10-10T02:10:53.0236170Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_initconfig.h 2025-10-10T02:10:53.0236870Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bytesobject.h 2025-10-10T02:10:53.0237480Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_frame.h 2025-10-10T02:10:53.0238130Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_interp.h 2025-10-10T02:10:53.0238780Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dtoa.h 2025-10-10T02:10:53.0239480Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_format.h 2025-10-10T02:10:53.0240150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_function.h 2025-10-10T02:10:53.0240770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_qsbr.h 2025-10-10T02:10:53.0241410Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_condvar.h 2025-10-10T02:10:53.0242070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ceval_state.h 2025-10-10T02:10:53.0242740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_flowgraph.h 2025-10-10T02:10:53.0243360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_optimizer.h 2025-10-10T02:10:53.0244050Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_dict_state.h 2025-10-10T02:10:53.0244800Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_fileutils_windows.h 2025-10-10T02:10:53.0245650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_typeobject.h 2025-10-10T02:10:53.0246230Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_setobject.h 2025-10-10T02:10:53.0246840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tracemalloc.h 2025-10-10T02:10:53.0247540Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_bytes_methods.h 2025-10-10T02:10:53.0248120Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_object.h 2025-10-10T02:10:53.0248900Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_instruments.h 2025-10-10T02:10:53.0249460Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ceval.h 2025-10-10T02:10:53.0250230Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pathconfig.h 2025-10-10T02:10:53.0250860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_moduleobject.h 2025-10-10T02:10:53.0251540Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_global_objects.h 2025-10-10T02:10:53.0252220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_typevarobject.h 2025-10-10T02:10:53.0252860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_tstate.h 2025-10-10T02:10:53.0253510Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pybuffer.h 2025-10-10T02:10:53.0254180Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_parking_lot.h 2025-10-10T02:10:53.0254840Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_uop_ids.h 2025-10-10T02:10:53.0255510Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_unicodeobject.h 2025-10-10T02:10:53.0256220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_crossinterp.h 2025-10-10T02:10:53.0256800Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_range.h 2025-10-10T02:10:53.0257500Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_pythread.h 2025-10-10T02:10:53.0258400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_blocks_output_buffer.h 2025-10-10T02:10:53.0258930Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_obmalloc.h 2025-10-10T02:10:53.0259580Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_context.h 2025-10-10T02:10:53.0260320Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_opcode_metadata.h 2025-10-10T02:10:53.0260920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_codecs.h 2025-10-10T02:10:53.0261610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_jit.h 2025-10-10T02:10:53.0262220Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/internal/pycore_ast.h 2025-10-10T02:10:53.0262710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/datetime.h 2025-10-10T02:10:53.0263320Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/methodobject.h 2025-10-10T02:10:53.0263790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymem.h 2025-10-10T02:10:53.0264330Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/boolobject.h 2025-10-10T02:10:53.0264860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/fileobject.h 2025-10-10T02:10:53.0265400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyexpat.h 2025-10-10T02:10:53.0265920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pystrcmp.h 2025-10-10T02:10:53.0266420Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymath.h 2025-10-10T02:10:53.0266960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyconfig.h 2025-10-10T02:10:53.0267560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/weakrefobject.h 2025-10-10T02:10:53.0268100Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymacconfig.h 2025-10-10T02:10:53.0268740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/critical_section.h 2025-10-10T02:10:53.0269360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pymacro.h 2025-10-10T02:10:53.0269860Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/enumobject.h 2025-10-10T02:10:53.0270400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/moduleobject.h 2025-10-10T02:10:53.0270940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/typeslots.h 2025-10-10T02:10:53.0271460Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/compile.h 2025-10-10T02:10:53.0272010Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/setobject.h 2025-10-10T02:10:53.0272510Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/codecs.h 2025-10-10T02:10:53.0273190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/classobject.h 2025-10-10T02:10:53.0273730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pystats.h 2025-10-10T02:10:53.0274360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/cellobject.h 2025-10-10T02:10:53.0274960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/tupleobject.h 2025-10-10T02:10:53.0275590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/warnings.h 2025-10-10T02:10:53.0276290Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyhash.h 2025-10-10T02:10:53.0276760Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyerrors.h 2025-10-10T02:10:53.0277380Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/fileutils.h 2025-10-10T02:10:53.0278020Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/dictobject.h 2025-10-10T02:10:53.0278590Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/ceval.h 2025-10-10T02:10:53.0279150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pystate.h 2025-10-10T02:10:53.0279790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/floatobject.h 2025-10-10T02:10:53.0280390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/longintrepr.h 2025-10-10T02:10:53.0280920Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/code.h 2025-10-10T02:10:53.0281570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pthread_stubs.h 2025-10-10T02:10:53.0282150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyctype.h 2025-10-10T02:10:53.0282830Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/monitoring.h 2025-10-10T02:10:53.0283300Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/lock.h 2025-10-10T02:10:53.0283940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/frameobject.h 2025-10-10T02:10:53.0284560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/abstract.h 2025-10-10T02:10:53.0285190Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/context.h 2025-10-10T02:10:53.0285830Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/modsupport.h 2025-10-10T02:10:53.0286480Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pylifecycle.h 2025-10-10T02:10:53.0287150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/methodobject.h 2025-10-10T02:10:53.0287790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/genobject.h 2025-10-10T02:10:53.0288390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pymem.h 2025-10-10T02:10:53.0289060Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/fileobject.h 2025-10-10T02:10:53.0289770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/weakrefobject.h 2025-10-10T02:10:53.0290390Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_gcc.h 2025-10-10T02:10:53.0291000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyfpe.h 2025-10-10T02:10:53.0291720Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/critical_section.h 2025-10-10T02:10:53.0292370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/odictobject.h 2025-10-10T02:10:53.0292990Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/compile.h 2025-10-10T02:10:53.0293700Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/tracemalloc.h 2025-10-10T02:10:53.0294340Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/setobject.h 2025-10-10T02:10:53.0295030Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_std.h 2025-10-10T02:10:53.0295730Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/complexobject.h 2025-10-10T02:10:53.0296310Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic.h 2025-10-10T02:10:53.0296940Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyframe.h 2025-10-10T02:10:53.0297770Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/picklebufobject.h 2025-10-10T02:10:53.0298280Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/object.h 2025-10-10T02:10:53.0299000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/bytearrayobject.h 2025-10-10T02:10:53.0299610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pytime.h 2025-10-10T02:10:53.0300210Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/import.h 2025-10-10T02:10:53.0300850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pyatomic_msc.h 2025-10-10T02:10:53.0301470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pythonrun.h 2025-10-10T02:10:53.0302110Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/unicodeobject.h 2025-10-10T02:10:53.0302810Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/traceback.h 2025-10-10T02:10:53.0303360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/funcobject.h 2025-10-10T02:10:53.0303960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/initconfig.h 2025-10-10T02:10:53.0304570Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pythread.h 2025-10-10T02:10:53.0305160Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/memoryobject.h 2025-10-10T02:10:53.0305790Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/descrobject.h 2025-10-10T02:10:53.0306550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/objimpl.h 2025-10-10T02:10:53.0307140Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/sysmodule.h 2025-10-10T02:10:53.0307740Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/longobject.h 2025-10-10T02:10:53.0308360Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/bytesobject.h 2025-10-10T02:10:53.0308960Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/listobject.h 2025-10-10T02:10:53.0309560Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/cpython/pydebug.h 2025-10-10T02:10:53.0310130Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/complexobject.h 2025-10-10T02:10:53.0310630Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyatomic.h 2025-10-10T02:10:53.0311140Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyframe.h 2025-10-10T02:10:53.0311650Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/object.h 2025-10-10T02:10:53.0312200Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/structseq.h 2025-10-10T02:10:53.0312760Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pybuffer.h 2025-10-10T02:10:53.0313370Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bytearrayobject.h 2025-10-10T02:10:53.0313850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/import.h 2025-10-10T02:10:53.0314400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/osdefs.h 2025-10-10T02:10:53.0314910Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pythonrun.h 2025-10-10T02:10:53.0315470Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/unicodeobject.h 2025-10-10T02:10:53.0316000Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/traceback.h 2025-10-10T02:10:53.0316530Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pythread.h 2025-10-10T02:10:53.0317070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/Python.h 2025-10-10T02:10:53.0317680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/memoryobject.h 2025-10-10T02:10:53.0318150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/opcode.h 2025-10-10T02:10:53.0318710Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/descrobject.h 2025-10-10T02:10:53.0319400Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/objimpl.h 2025-10-10T02:10:53.0319850Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pyport.h 2025-10-10T02:10:53.0320380Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pydtrace.h 2025-10-10T02:10:53.0321070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/sysmodule.h 2025-10-10T02:10:53.0321550Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/longobject.h 2025-10-10T02:10:53.0322070Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/osmodule.h 2025-10-10T02:10:53.0322610Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/pytypedefs.h 2025-10-10T02:10:53.0323150Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/bytesobject.h 2025-10-10T02:10:53.0323680Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/listobject.h 2025-10-10T02:10:53.0324320Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/genericaliasobject.h 2025-10-10T02:10:53.0324980Z /opt/homebrew/Caskroom/miniconda/base/include/python3.13/dynamic_annotations.h 2025-10-10T02:10:53.0325330Z /opt/homebrew/Caskroom/miniconda/base/include/tkFont.h 2025-10-10T02:10:53.0325900Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-matchers.h 2025-10-10T02:10:53.0326480Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-more-actions.h 2025-10-10T02:10:53.0327140Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-port.h 2025-10-10T02:10:53.0327820Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-internal-utils.h 2025-10-10T02:10:53.0328330Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/gmock-pp.h 2025-10-10T02:10:53.0328960Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-port.h 2025-10-10T02:10:53.0329670Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-matchers.h 2025-10-10T02:10:53.0330390Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/gmock-generated-actions.h 2025-10-10T02:10:53.0330940Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/internal/custom/README.md 2025-10-10T02:10:53.0331550Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-function-mocker.h 2025-10-10T02:10:53.0332120Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-more-matchers.h 2025-10-10T02:10:53.0332690Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-cardinalities.h 2025-10-10T02:10:53.0333260Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-spec-builders.h 2025-10-10T02:10:53.0333980Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-nice-strict.h 2025-10-10T02:10:53.0334320Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock.h 2025-10-10T02:10:53.0334850Z /opt/homebrew/Caskroom/miniconda/base/include/gmock/gmock-actions.h 2025-10-10T02:10:53.0335340Z /opt/homebrew/Caskroom/miniconda/base/include/tkMacOSXKeysyms.h 2025-10-10T02:10:53.0335760Z /opt/homebrew/Caskroom/miniconda/base/include/tkSelect.h 2025-10-10T02:10:53.0336190Z /opt/homebrew/Caskroom/miniconda/base/include/curses.h 2025-10-10T02:10:53.0336530Z /opt/homebrew/Caskroom/miniconda/base/_conda 2025-10-10T02:10:53.0337080Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.csh 2025-10-10T02:10:53.0337530Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh 2025-10-10T02:10:53.0338020Z /opt/homebrew/Caskroom/miniconda/base/etc/profile.d/mamba.sh 2025-10-10T02:10:53.0338540Z /opt/homebrew/Caskroom/miniconda/base/etc/fish/conf.d/conda.fish 2025-10-10T02:10:53.0339100Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/MacOS/python 2025-10-10T02:10:53.0339890Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/classes.nib 2025-10-10T02:10:53.0340660Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/info.nib 2025-10-10T02:10:53.0341420Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-10-10T02:10:53.0341970Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Resources/empty.lproj 2025-10-10T02:10:53.0342410Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/lib 2025-10-10T02:10:53.0342960Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/Info.plist 2025-10-10T02:10:53.0343470Z /opt/homebrew/Caskroom/miniconda/base/python.app/Contents/PkgInfo 2025-10-10T02:10:53.0344440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/bin/markdown-it 2025-10-10T02:10:53.0345240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/repodata_record.json 2025-10-10T02:10:53.0346050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:53.0346890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/run_test.py 2025-10-10T02:10:53.0347870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0348660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/licenses/LICENSE 2025-10-10T02:10:53.0349630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0350420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/meta.yaml 2025-10-10T02:10:53.0351390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0352150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/paths.json 2025-10-10T02:10:53.0352990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/hash_input.json 2025-10-10T02:10:53.0353730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/files 2025-10-10T02:10:53.0354530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/about.json 2025-10-10T02:10:53.0355330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/has_prefix 2025-10-10T02:10:53.0356130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/index.json 2025-10-10T02:10:53.0356850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/info/git 2025-10-10T02:10:53.0358100Z /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-10-10T02:10:53.0359070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/tree.py 2025-10-10T02:10:53.0360120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/token.py 2025-10-10T02:10:53.0361320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/_punycode.py 2025-10-10T02:10:53.0362290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/renderer.py 2025-10-10T02:10:53.0363460Z /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-10-10T02:10:53.0364610Z /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-10-10T02:10:53.0365630Z /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-10-10T02:10:53.0366740Z /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-10-10T02:10:53.0367840Z /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-10-10T02:10:53.0368930Z /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-10-10T02:10:53.0370540Z /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-10-10T02:10:53.0371620Z /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-10-10T02:10:53.0372930Z /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-10-10T02:10:53.0374370Z /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-10-10T02:10:53.0375560Z /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-10-10T02:10:53.0376800Z /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-10-10T02:10:53.0378120Z /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-10-10T02:10:53.0379420Z /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-10-10T02:10:53.0380790Z /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-10-10T02:10:53.0382100Z /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-10-10T02:10:53.0383380Z /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-10-10T02:10:53.0384840Z /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-10-10T02:10:53.0386030Z /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-10-10T02:10:53.0387050Z /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-10-10T02:10:53.0388130Z /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-10-10T02:10:53.0389250Z /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-10-10T02:10:53.0390360Z /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-10-10T02:10:53.0391490Z /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-10-10T02:10:53.0392540Z /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-10-10T02:10:53.0393680Z /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-10-10T02:10:53.0394640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/ruler.py 2025-10-10T02:10:53.0395880Z /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-10-10T02:10:53.0397030Z /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-10-10T02:10:53.0398070Z /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-10-10T02:10:53.0399130Z /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-10-10T02:10:53.0400500Z /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-10-10T02:10:53.0401810Z /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-10-10T02:10:53.0403070Z /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-10-10T02:10:53.0404390Z /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-10-10T02:10:53.0405580Z /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-10-10T02:10:53.0407000Z /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-10-10T02:10:53.0408260Z /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-10-10T02:10:53.0409540Z /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-10-10T02:10:53.0410580Z /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-10-10T02:10:53.0411650Z /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-10-10T02:10:53.0412770Z /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-10-10T02:10:53.0413860Z /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-10-10T02:10:53.0414870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/__init__.py 2025-10-10T02:10:53.0416140Z /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-10-10T02:10:53.0417350Z /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-10-10T02:10:53.0418570Z /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-10-10T02:10:53.0419780Z /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-10-10T02:10:53.0421110Z /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-10-10T02:10:53.0422260Z /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-10-10T02:10:53.0423440Z /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-10-10T02:10:53.0424690Z /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-10-10T02:10:53.0425770Z /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-10-10T02:10:53.0426990Z /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-10-10T02:10:53.0428240Z /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-10-10T02:10:53.0429420Z /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-10-10T02:10:53.0430640Z /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-10-10T02:10:53.0431660Z /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-10-10T02:10:53.0432900Z /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-10-10T02:10:53.0434150Z /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-10-10T02:10:53.0435100Z /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-10-10T02:10:53.0439890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/port.yaml 2025-10-10T02:10:53.0440340Z /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-10-10T02:10:53.0440740Z /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-10-10T02:10:53.0441130Z /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-10-10T02:10:53.0441540Z /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-10-10T02:10:53.0442380Z /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-10-10T02:10:53.0443770Z /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-10-10T02:10:53.0445000Z /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-10-10T02:10:53.0446000Z /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-10-10T02:10:53.0447050Z /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-10-10T02:10:53.0448060Z /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-10-10T02:10:53.0449180Z /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-10-10T02:10:53.0450350Z /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-10-10T02:10:53.0451200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/utils.py 2025-10-10T02:10:53.0452240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/py.typed 2025-10-10T02:10:53.0453330Z /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-10-10T02:10:53.0454440Z /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-10-10T02:10:53.0455590Z /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-10-10T02:10:53.0456730Z /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-10-10T02:10:53.0457890Z /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-10-10T02:10:53.0459020Z /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-10-10T02:10:53.0460170Z /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-10-10T02:10:53.0461530Z /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-10-10T02:10:53.0462770Z /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-10-10T02:10:53.0464200Z /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-10-10T02:10:53.0465450Z /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-10-10T02:10:53.0466750Z /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-10-10T02:10:53.0468020Z /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-10-10T02:10:53.0469310Z /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-10-10T02:10:53.0470670Z /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-10-10T02:10:53.0471950Z /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-10-10T02:10:53.0473270Z /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-10-10T02:10:53.0474660Z /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-10-10T02:10:53.0475870Z /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-10-10T02:10:53.0477350Z /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-10-10T02:10:53.0478600Z /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-10-10T02:10:53.0480000Z /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-10-10T02:10:53.0481010Z /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-10-10T02:10:53.0482050Z /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-10-10T02:10:53.0483240Z /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-10-10T02:10:53.0484350Z /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-10-10T02:10:53.0485450Z /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-10-10T02:10:53.0486520Z /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-10-10T02:10:53.0487690Z /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-10-10T02:10:53.0488850Z /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-10-10T02:10:53.0489790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/_compat.py 2025-10-10T02:10:53.0490890Z /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-10-10T02:10:53.0492000Z /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-10-10T02:10:53.0493030Z /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-10-10T02:10:53.0494340Z /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-10-10T02:10:53.0495810Z /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-10-10T02:10:53.0496930Z /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-10-10T02:10:53.0498200Z /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-10-10T02:10:53.0499110Z /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-10-10T02:10:53.0500210Z /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-10-10T02:10:53.0501150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1/lib/python3.13/site-packages/markdown_it/main.py 2025-10-10T02:10:53.0502460Z /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-10-10T02:10:53.0504080Z /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-10-10T02:10:53.0505320Z /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-10-10T02:10:53.0506720Z /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-10-10T02:10:53.0507890Z /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-10-10T02:10:53.0509060Z /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-10-10T02:10:53.0510130Z /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-10-10T02:10:53.0511310Z /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-10-10T02:10:53.0512380Z /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-10-10T02:10:53.0513470Z /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-10-10T02:10:53.0514900Z /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-10-10T02:10:53.0515920Z /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-10-10T02:10:53.0517110Z /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-10-10T02:10:53.0518330Z /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-10-10T02:10:53.0519430Z /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-10-10T02:10:53.0520700Z /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-10-10T02:10:53.0521800Z /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-10-10T02:10:53.0522180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1.conda 2025-10-10T02:10:53.0522880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/markdown-it-py-2.2.0-py313hca03da5_1.conda 2025-10-10T02:10:53.0523590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1.conda 2025-10-10T02:10:53.0524180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0.conda 2025-10-10T02:10:53.0524830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1.conda 2025-10-10T02:10:53.0525590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/readline.h 2025-10-10T02:10:53.0526290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/keymaps.h 2025-10-10T02:10:53.0527000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/tilde.h 2025-10-10T02:10:53.0527780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rlconf.h 2025-10-10T02:10:53.0528530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/chardefs.h 2025-10-10T02:10:53.0529300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/history.h 2025-10-10T02:10:53.0529970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rlstdc.h 2025-10-10T02:10:53.0530760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/include/readline/rltypedefs.h 2025-10-10T02:10:53.0531450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/repodata_record.json 2025-10-10T02:10:53.0532150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/test/run_test.sh 2025-10-10T02:10:53.0533000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0533600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/licenses/COPYING 2025-10-10T02:10:53.0534510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/patches/readline83-001.patch 2025-10-10T02:10:53.0535140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/build.sh 2025-10-10T02:10:53.0535950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0536770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/meta.yaml 2025-10-10T02:10:53.0537450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0538090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/run_exports.json 2025-10-10T02:10:53.0538740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/paths.json 2025-10-10T02:10:53.0539430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/hash_input.json 2025-10-10T02:10:53.0540020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/files 2025-10-10T02:10:53.0540660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/about.json 2025-10-10T02:10:53.0541310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/has_prefix 2025-10-10T02:10:53.0541970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/index.json 2025-10-10T02:10:53.0542520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/info/git 2025-10-10T02:10:53.0543360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/pkgconfig/readline.pc 2025-10-10T02:10:53.0544100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/pkgconfig/history.pc 2025-10-10T02:10:53.0544840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.8.3.dylib 2025-10-10T02:10:53.0545450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.a 2025-10-10T02:10:53.0546150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.8.dylib 2025-10-10T02:10:53.0546850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.8.3.dylib 2025-10-10T02:10:53.0547520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.dylib 2025-10-10T02:10:53.0548220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.8.dylib 2025-10-10T02:10:53.0548850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libhistory.a 2025-10-10T02:10:53.0549540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/lib/libreadline.dylib 2025-10-10T02:10:53.0550270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/man/man3/history.3 2025-10-10T02:10:53.0550980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/man/man3/readline.3 2025-10-10T02:10:53.0551700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/readline.info 2025-10-10T02:10:53.0552410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/rluserman.info 2025-10-10T02:10:53.0553170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/info/history.info 2025-10-10T02:10:53.0553840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/INSTALL 2025-10-10T02:10:53.0554580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/CHANGES 2025-10-10T02:10:53.0555290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/README 2025-10-10T02:10:53.0556120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/rluserman.html 2025-10-10T02:10:53.0556940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/history.html 2025-10-10T02:10:53.0557720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0/share/doc/readline/readline.html 2025-10-10T02:10:53.0558440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0.conda 2025-10-10T02:10:53.0559280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/repodata_record.json 2025-10-10T02:10:53.0560050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/run_test.sh 2025-10-10T02:10:53.0560810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/run_test.py 2025-10-10T02:10:53.0561750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0562450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/licenses/LICENSE 2025-10-10T02:10:53.0563360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0564140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/meta.yaml 2025-10-10T02:10:53.0564950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0565670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/paths.json 2025-10-10T02:10:53.0566480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/hash_input.json 2025-10-10T02:10:53.0567170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/files 2025-10-10T02:10:53.0567990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/about.json 2025-10-10T02:10:53.0568750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/index.json 2025-10-10T02:10:53.0569460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/info/git 2025-10-10T02:10:53.0570600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_api.py 2025-10-10T02:10:53.0571660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/__init__.py 2025-10-10T02:10:53.0572670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_build.py 2025-10-10T02:10:53.0573930Z /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-10-10T02:10:53.0575160Z /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-10-10T02:10:53.0576330Z /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-10-10T02:10:53.0577380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1/lib/python3.13/site-packages/brotlicffi/_brotlicffi.abi3.so 2025-10-10T02:10:53.0578600Z /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-10-10T02:10:53.0579680Z /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-10-10T02:10:53.0580890Z /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-10-10T02:10:53.0582020Z /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-10-10T02:10:53.0583280Z /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-10-10T02:10:53.0584360Z /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-10-10T02:10:53.0585520Z /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-10-10T02:10:53.0586540Z /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-10-10T02:10:53.0587280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.0588130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.0588930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.0590040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0590700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.0591650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.0592560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0593330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.0594100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.0594900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.0595610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/files 2025-10-10T02:10:53.0596480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.0597180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.0597930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0/info/git 2025-10-10T02:10:53.0598690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.0599500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.0600410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_queue_monkeypatch.py 2025-10-10T02:10:53.0601210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_retry.py 2025-10-10T02:10:53.0602080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/port_helpers.py 2025-10-10T02:10:53.0602910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/conftest.py 2025-10-10T02:10:53.0603770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_response.py 2025-10-10T02:10:53.0604990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_connectionpool.py 2025-10-10T02:10:53.0605580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_compatibility.py 2025-10-10T02:10:53.0606440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_poolmanager.py 2025-10-10T02:10:53.0607250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_no_ssl.py 2025-10-10T02:10:53.0608370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_connectionpool.py 2025-10-10T02:10:53.0609310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_poolmanager.py 2025-10-10T02:10:53.0610240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_no_ssl.py 2025-10-10T02:10:53.0611250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_connection.py 2025-10-10T02:10:53.0612160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/__init__.py 2025-10-10T02:10:53.0613280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_proxy_poolmanager.py 2025-10-10T02:10:53.0614270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_chunked_transfer.py 2025-10-10T02:10:53.0615190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_https.py 2025-10-10T02:10:53.0616410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/with_dummyserver/test_socketlevel.py 2025-10-10T02:10:53.0617140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_connection.py 2025-10-10T02:10:53.0617910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_filepost.py 2025-10-10T02:10:53.0618710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_exceptions.py 2025-10-10T02:10:53.0619480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/__init__.py 2025-10-10T02:10:53.0620280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_wait.py 2025-10-10T02:10:53.0621020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_util.py 2025-10-10T02:10:53.0621900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_socks.py 2025-10-10T02:10:53.0622780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/duplicate_san.pem 2025-10-10T02:10:53.0623590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/__init__.py 2025-10-10T02:10:53.0624520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_pyopenssl.py 2025-10-10T02:10:53.0625430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/conftest.py 2025-10-10T02:10:53.0626340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/__init__.py 2025-10-10T02:10:53.0627300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/test_emscripten.py 2025-10-10T02:10:53.0628430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/emscripten/templates/pyodide-console.html 2025-10-10T02:10:53.0629400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/contrib/test_pyopenssl_dependencies.py 2025-10-10T02:10:53.0630200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_ssl.py 2025-10-10T02:10:53.0631080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_proxymanager.py 2025-10-10T02:10:53.0631860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_fields.py 2025-10-10T02:10:53.0632710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/tz_stub.py 2025-10-10T02:10:53.0633660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_http2_connection.py 2025-10-10T02:10:53.0634520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_collections.py 2025-10-10T02:10:53.0635400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test/test_ssltransport.py 2025-10-10T02:10:53.0636140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.0637080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0637930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/testcase.py 2025-10-10T02:10:53.0638930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/hypercornserver.py 2025-10-10T02:10:53.0639790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/asgi_proxy.py 2025-10-10T02:10:53.0640660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/__init__.py 2025-10-10T02:10:53.0641590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/socketserver.py 2025-10-10T02:10:53.0642470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/server.key 2025-10-10T02:10:53.0643370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/server.crt 2025-10-10T02:10:53.0644410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/cacert.pem 2025-10-10T02:10:53.0645260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/cacert.key 2025-10-10T02:10:53.0646160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/certs/README.rst 2025-10-10T02:10:53.0646910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/test/dummyserver/app.py 2025-10-10T02:10:53.0647650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:53.0648800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/patches/0001-remove-dummyserver-usage-in-tests.patch 2025-10-10T02:10:53.0649580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0650210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.0651130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0651780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.0652470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.0653090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/files 2025-10-10T02:10:53.0653800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.0654470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.0655080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/info/git 2025-10-10T02:10:53.0656430Z /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-10-10T02:10:53.0657470Z /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-10-10T02:10:53.0658540Z /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-10-10T02:10:53.0659500Z /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-10-10T02:10:53.0660560Z /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-10-10T02:10:53.0661600Z /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-10-10T02:10:53.0662620Z /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-10-10T02:10:53.0663550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/filepost.py 2025-10-10T02:10:53.0664710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/fields.py 2025-10-10T02:10:53.0665590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssltransport.py 2025-10-10T02:10:53.0666500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/util.py 2025-10-10T02:10:53.0667430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/proxy.py 2025-10-10T02:10:53.0668400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/wait.py 2025-10-10T02:10:53.0669410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/request.py 2025-10-10T02:10:53.0670470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/timeout.py 2025-10-10T02:10:53.0671390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/__init__.py 2025-10-10T02:10:53.0672340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/response.py 2025-10-10T02:10:53.0673260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssl_.py 2025-10-10T02:10:53.0674500Z /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-10-10T02:10:53.0675710Z /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-10-10T02:10:53.0676990Z /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-10-10T02:10:53.0678110Z /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-10-10T02:10:53.0679270Z /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-10-10T02:10:53.0680390Z /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-10-10T02:10:53.0681520Z /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-10-10T02:10:53.0682740Z /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-10-10T02:10:53.0684170Z /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-10-10T02:10:53.0685240Z /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-10-10T02:10:53.0686400Z /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-10-10T02:10:53.0687520Z /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-10-10T02:10:53.0688630Z /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-10-10T02:10:53.0689510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/retry.py 2025-10-10T02:10:53.0690440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/url.py 2025-10-10T02:10:53.0691440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/connection.py 2025-10-10T02:10:53.0692610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/util/ssl_match_hostname.py 2025-10-10T02:10:53.0693460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_version.py 2025-10-10T02:10:53.0694450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_base_connection.py 2025-10-10T02:10:53.0695410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__init__.py 2025-10-10T02:10:53.0696340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/poolmanager.py 2025-10-10T02:10:53.0697260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/response.py 2025-10-10T02:10:53.0698480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-10-10T02:10:53.0699690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-10-10T02:10:53.0700790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:53.0701900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.pyc 2025-10-10T02:10:53.0703100Z /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-10-10T02:10:53.0704210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:53.0705380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:53.0706480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:53.0707610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:53.0708950Z /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-10-10T02:10:53.0709940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.0711110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:53.0712010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/__init__.py 2025-10-10T02:10:53.0713320Z /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-10-10T02:10:53.0714400Z /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-10-10T02:10:53.0715590Z /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-10-10T02:10:53.0716610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/fetch.py 2025-10-10T02:10:53.0717710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/request.py 2025-10-10T02:10:53.0718810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/__init__.py 2025-10-10T02:10:53.0719880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/response.py 2025-10-10T02:10:53.0721180Z /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-10-10T02:10:53.0722530Z /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-10-10T02:10:53.0723790Z /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-10-10T02:10:53.0725040Z /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-10-10T02:10:53.0726280Z /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-10-10T02:10:53.0727280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/emscripten/connection.py 2025-10-10T02:10:53.0728490Z /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-10-10T02:10:53.0729470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/socks.py 2025-10-10T02:10:53.0730390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/contrib/pyopenssl.py 2025-10-10T02:10:53.0731400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/__init__.py 2025-10-10T02:10:53.0732640Z /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-10-10T02:10:53.0733850Z /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-10-10T02:10:53.0735120Z /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-10-10T02:10:53.0736060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/connection.py 2025-10-10T02:10:53.0736990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/http2/probe.py 2025-10-10T02:10:53.0737980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/connection.py 2025-10-10T02:10:53.0738990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_collections.py 2025-10-10T02:10:53.0739930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/py.typed 2025-10-10T02:10:53.0740930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/exceptions.py 2025-10-10T02:10:53.0741980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/_request_methods.py 2025-10-10T02:10:53.0742990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0/lib/python3.13/site-packages/urllib3/connectionpool.py 2025-10-10T02:10:53.0743710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0.conda 2025-10-10T02:10:53.0744270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4cat 2025-10-10T02:10:53.0744800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4 2025-10-10T02:10:53.0745430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/lz4c 2025-10-10T02:10:53.0746070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/bin/unlz4 2025-10-10T02:10:53.0746760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4.h 2025-10-10T02:10:53.0747540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4frame_static.h 2025-10-10T02:10:53.0748190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4hc.h 2025-10-10T02:10:53.0748920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/include/lz4frame.h 2025-10-10T02:10:53.0749780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/repodata_record.json 2025-10-10T02:10:53.0750470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/licenses/lib/LICENSE 2025-10-10T02:10:53.0751300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/bld_static.bat 2025-10-10T02:10:53.0751910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/bld.bat 2025-10-10T02:10:53.0752590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/build.sh 2025-10-10T02:10:53.0753400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0754120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/build_static.sh 2025-10-10T02:10:53.0754740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/meta.yaml 2025-10-10T02:10:53.0755560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0756300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/run_exports.json 2025-10-10T02:10:53.0756860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/paths.json 2025-10-10T02:10:53.0757540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/hash_input.json 2025-10-10T02:10:53.0758120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/files 2025-10-10T02:10:53.0758750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/about.json 2025-10-10T02:10:53.0759480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/has_prefix 2025-10-10T02:10:53.0760030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/index.json 2025-10-10T02:10:53.0760580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/info/git 2025-10-10T02:10:53.0761340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/pkgconfig/liblz4.pc 2025-10-10T02:10:53.0762070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.1.9.4.dylib 2025-10-10T02:10:53.0762860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.dylib 2025-10-10T02:10:53.0763460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/lib/liblz4.1.dylib 2025-10-10T02:10:53.0764140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4cat.1 2025-10-10T02:10:53.0764810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/unlz4.1 2025-10-10T02:10:53.0765500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4.1 2025-10-10T02:10:53.0766170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1/share/man/man1/lz4c.1 2025-10-10T02:10:53.0766800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/include/ffitarget.h 2025-10-10T02:10:53.0767410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/include/ffi.h 2025-10-10T02:10:53.0768190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/repodata_record.json 2025-10-10T02:10:53.0768850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:53.0769850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/err_bad_typedef.c 2025-10-10T02:10:53.0770610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float3.c 2025-10-10T02:10:53.0771490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen4.c 2025-10-10T02:10:53.0772470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_3.c 2025-10-10T02:10:53.0773340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/pyobjc_tc.c 2025-10-10T02:10:53.0774100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/call.exp 2025-10-10T02:10:53.0774940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/bpo-38748.c 2025-10-10T02:10:53.0775750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many2.c 2025-10-10T02:10:53.0776640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl3.c 2025-10-10T02:10:53.0777470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct5.c 2025-10-10T02:10:53.0778380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct1.c 2025-10-10T02:10:53.0779180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct10.c 2025-10-10T02:10:53.0780140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/align_stdcall.c 2025-10-10T02:10:53.0781050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_4.c 2025-10-10T02:10:53.0781820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_3.c 2025-10-10T02:10:53.0782690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/align_mixed.c 2025-10-10T02:10:53.0783510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/ffitest.h 2025-10-10T02:10:53.0784450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen3.c 2025-10-10T02:10:53.0785260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct3.c 2025-10-10T02:10:53.0786130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float4.c 2025-10-10T02:10:53.0786990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct6.c 2025-10-10T02:10:53.0787820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_uc.c 2025-10-10T02:10:53.0788810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_small.c 2025-10-10T02:10:53.0789600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen.c 2025-10-10T02:10:53.0790440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_sl.c 2025-10-10T02:10:53.0791290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct8.c 2025-10-10T02:10:53.0792290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct2.c 2025-10-10T02:10:53.0793050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ll1.c 2025-10-10T02:10:53.0793900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ldl.c 2025-10-10T02:10:53.0794710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float1.c 2025-10-10T02:10:53.0795590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ll.c 2025-10-10T02:10:53.0796420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl.c 2025-10-10T02:10:53.0797260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_2.c 2025-10-10T02:10:53.0798280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl2.c 2025-10-10T02:10:53.0799040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many.c 2025-10-10T02:10:53.0799890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many_mixed.c 2025-10-10T02:10:53.0800760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct2.c 2025-10-10T02:10:53.0801630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/strlen2.c 2025-10-10T02:10:53.0802450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/offsets.c 2025-10-10T02:10:53.0803300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct7.c 2025-10-10T02:10:53.0804180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/negint.c 2025-10-10T02:10:53.0805040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_sc.c 2025-10-10T02:10:53.0805860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float_va.c 2025-10-10T02:10:53.0806750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/pr1172638.c 2025-10-10T02:10:53.0807620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl1.c 2025-10-10T02:10:53.0808440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float.c 2025-10-10T02:10:53.0809320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct3.c 2025-10-10T02:10:53.0810090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_ul.c 2025-10-10T02:10:53.0810970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct9.c 2025-10-10T02:10:53.0811740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/s55.c 2025-10-10T02:10:53.0812630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl.c 2025-10-10T02:10:53.0813410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_1.c 2025-10-10T02:10:53.0814270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/float2.c 2025-10-10T02:10:53.0815120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/va_struct1.c 2025-10-10T02:10:53.0816090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_2.c 2025-10-10T02:10:53.0817000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct_by_value_big.c 2025-10-10T02:10:53.0817810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_dbl1.c 2025-10-10T02:10:53.0818720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/return_fl2.c 2025-10-10T02:10:53.0819550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/promotion.c 2025-10-10T02:10:53.0820410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/struct4.c 2025-10-10T02:10:53.0821280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/uninitialized.c 2025-10-10T02:10:53.0822170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.call/many_double.c 2025-10-10T02:10:53.0822970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/config/default.exp 2025-10-10T02:10:53.0823990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_float.inc 2025-10-10T02:10:53.0824930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_float.c 2025-10-10T02:10:53.0825910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_float.c 2025-10-10T02:10:53.0826850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_double.inc 2025-10-10T02:10:53.0827670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex.inc 2025-10-10T02:10:53.0828760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_double.c 2025-10-10T02:10:53.0829780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_longdouble.c 2025-10-10T02:10:53.0830770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_longdouble.c 2025-10-10T02:10:53.0831700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_float.c 2025-10-10T02:10:53.0832620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex.inc 2025-10-10T02:10:53.0833450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/ffitest.h 2025-10-10T02:10:53.0834470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_double.c 2025-10-10T02:10:53.0835560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_longdouble.c 2025-10-10T02:10:53.0836610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_longdouble.c 2025-10-10T02:10:53.0837640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_double.c 2025-10-10T02:10:53.0838560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_float.c 2025-10-10T02:10:53.0839500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_double.c 2025-10-10T02:10:53.0840420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_float.c 2025-10-10T02:10:53.0841300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_int.c 2025-10-10T02:10:53.0842330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex_float.c 2025-10-10T02:10:53.0843240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex.inc 2025-10-10T02:10:53.0844200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_longdouble.c 2025-10-10T02:10:53.0845160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_align_complex.inc 2025-10-10T02:10:53.0846180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct_float.c 2025-10-10T02:10:53.0847150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_double.c 2025-10-10T02:10:53.0848100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_double.c 2025-10-10T02:10:53.0849060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_longdouble.c 2025-10-10T02:10:53.0850080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va.inc 2025-10-10T02:10:53.0851090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_struct.inc 2025-10-10T02:10:53.0852130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex_defs_longdouble.inc 2025-10-10T02:10:53.0853140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_longdouble.c 2025-10-10T02:10:53.0854110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1.inc 2025-10-10T02:10:53.0855090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/many_complex_float.c 2025-10-10T02:10:53.0856120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_va_float.c 2025-10-10T02:10:53.0857100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_double.c 2025-10-10T02:10:53.0858050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2.inc 2025-10-10T02:10:53.0859040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex_double.c 2025-10-10T02:10:53.0860090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex_longdouble.c 2025-10-10T02:10:53.0861210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex2_double.c 2025-10-10T02:10:53.0862040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/complex.exp 2025-10-10T02:10:53.0863230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/return_complex1_longdouble.c 2025-10-10T02:10:53.0863980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.complex/cls_complex.inc 2025-10-10T02:10:53.0864690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/Makefile.am 2025-10-10T02:10:53.0865690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct9.c 2025-10-10T02:10:53.0866600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct13.c 2025-10-10T02:10:53.0867560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_struct_va1.c 2025-10-10T02:10:53.0868400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_4byte.c 2025-10-10T02:10:53.0869340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint32.c 2025-10-10T02:10:53.0870210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_20byte.c 2025-10-10T02:10:53.0871370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3float.c 2025-10-10T02:10:53.0872270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct3.c 2025-10-10T02:10:53.0873180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_7_1_byte.c 2025-10-10T02:10:53.0874070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/err_bad_abi.c 2025-10-10T02:10:53.0875160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_6_1_byte.c 2025-10-10T02:10:53.0875980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ulong_va.c 2025-10-10T02:10:53.0876860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ushort.c 2025-10-10T02:10:53.0877760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_4_1byte.c 2025-10-10T02:10:53.0878660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct7.c 2025-10-10T02:10:53.0879550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_schar.c 2025-10-10T02:10:53.0880400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_6byte.c 2025-10-10T02:10:53.0881280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_sint.c 2025-10-10T02:10:53.0882210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_2byte.c 2025-10-10T02:10:53.0883090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn2.c 2025-10-10T02:10:53.0883970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn6.c 2025-10-10T02:10:53.0884940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_sshortchar.c 2025-10-10T02:10:53.0885830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_float.c 2025-10-10T02:10:53.0886890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct.c 2025-10-10T02:10:53.0887630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_24byte.c 2025-10-10T02:10:53.0888540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uchar.c 2025-10-10T02:10:53.0889380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_19byte.c 2025-10-10T02:10:53.0890330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct10.c 2025-10-10T02:10:53.0891180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_7byte.c 2025-10-10T02:10:53.0892100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_sshort.c 2025-10-10T02:10:53.0893080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_double.c 2025-10-10T02:10:53.0893940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/ffitest.h 2025-10-10T02:10:53.0894840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct4.c 2025-10-10T02:10:53.0895750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_5byte.c 2025-10-10T02:10:53.0896730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs3.c 2025-10-10T02:10:53.0897570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_64byte.c 2025-10-10T02:10:53.0898600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/unwindtest_ffi_call.cc 2025-10-10T02:10:53.0899490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint32.c 2025-10-10T02:10:53.0900400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/huge_struct.c 2025-10-10T02:10:53.0901250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/problem1.c 2025-10-10T02:10:53.0902170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_large2.c 2025-10-10T02:10:53.0903040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn1.c 2025-10-10T02:10:53.0903930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_18byte.c 2025-10-10T02:10:53.0904900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_pointer.c 2025-10-10T02:10:53.0905730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uint.c 2025-10-10T02:10:53.0906730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/unwindtest.cc 2025-10-10T02:10:53.0907690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn5.c 2025-10-10T02:10:53.0908570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_20byte1.c 2025-10-10T02:10:53.0909480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_9byte2.c 2025-10-10T02:10:53.0910380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_loc_fn0.c 2025-10-10T02:10:53.0911340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_longdouble.c 2025-10-10T02:10:53.0912320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_double_va.c 2025-10-10T02:10:53.0913100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_16byte.c 2025-10-10T02:10:53.0914020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3_1byte.c 2025-10-10T02:10:53.0915140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct1.c 2025-10-10T02:10:53.0915980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct11.c 2025-10-10T02:10:53.0917020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble_split.c 2025-10-10T02:10:53.0918000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs2.c 2025-10-10T02:10:53.0918910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint16.c 2025-10-10T02:10:53.0919810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3byte1.c 2025-10-10T02:10:53.0920710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct5.c 2025-10-10T02:10:53.0921750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_sshort.c 2025-10-10T02:10:53.0922600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure.exp 2025-10-10T02:10:53.0923470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_medium2.c 2025-10-10T02:10:53.0924350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn0.c 2025-10-10T02:10:53.0925280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_float.c 2025-10-10T02:10:53.0926200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_longdouble_va.c 2025-10-10T02:10:53.0927100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_medium.c 2025-10-10T02:10:53.0928020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint64.c 2025-10-10T02:10:53.0928880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_12byte.c 2025-10-10T02:10:53.0929840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_5_1_byte.c 2025-10-10T02:10:53.0930810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_dbls_struct.c 2025-10-10T02:10:53.0931910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble_split2.c 2025-10-10T02:10:53.0932860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/testclosure.c 2025-10-10T02:10:53.0933750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn4.c 2025-10-10T02:10:53.0934880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct2.c 2025-10-10T02:10:53.0935830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct12.c 2025-10-10T02:10:53.0936730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct8.c 2025-10-10T02:10:53.0937760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/stret_large.c 2025-10-10T02:10:53.0938640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_uchar.c 2025-10-10T02:10:53.0939520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_9byte1.c 2025-10-10T02:10:53.0940510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_ushort.c 2025-10-10T02:10:53.0941660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_uint16.c 2025-10-10T02:10:53.0942720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_many_mixed_float_double.c 2025-10-10T02:10:53.0943650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/single_entry_structs1.c 2025-10-10T02:10:53.0944660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_longdouble.c 2025-10-10T02:10:53.0945500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/nested_struct6.c 2025-10-10T02:10:53.0946440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_3byte2.c 2025-10-10T02:10:53.0947300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_uint_va.c 2025-10-10T02:10:53.0948340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_many_mixed_args.c 2025-10-10T02:10:53.0949310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_ushortchar.c 2025-10-10T02:10:53.0950260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_sint64.c 2025-10-10T02:10:53.0951160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_fn3.c 2025-10-10T02:10:53.0952120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_pointer_stack.c 2025-10-10T02:10:53.0953050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_multi_schar.c 2025-10-10T02:10:53.0954000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_1_1byte.c 2025-10-10T02:10:53.0954910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/closure_simple.c 2025-10-10T02:10:53.0955870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_align_double.c 2025-10-10T02:10:53.0956770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_pointer.c 2025-10-10T02:10:53.0957700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_ulonglong.c 2025-10-10T02:10:53.0958590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.closures/cls_8byte.c 2025-10-10T02:10:53.0959380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/wrapper.exp 2025-10-10T02:10:53.0960310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/target-libpath.exp 2025-10-10T02:10:53.0961140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/lib/libffi.exp 2025-10-10T02:10:53.0962060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/static-chain.h 2025-10-10T02:10:53.0962850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/go.exp 2025-10-10T02:10:53.0963780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/closure1.c 2025-10-10T02:10:53.0964560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/ffitest.h 2025-10-10T02:10:53.0965430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.go/aa-direct.c 2025-10-10T02:10:53.0966260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/test-call.c 2025-10-10T02:10:53.0967320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/alignof.h 2025-10-10T02:10:53.0968140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/bhaible.exp 2025-10-10T02:10:53.0968940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/Makefile 2025-10-10T02:10:53.0969810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/test-callback.c 2025-10-10T02:10:53.0970670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/README 2025-10-10T02:10:53.0971530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/libffi.bhaible/testcases.c 2025-10-10T02:10:53.0972230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/testsuite/Makefile.in 2025-10-10T02:10:53.0973080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:53.0973880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/licenses/LICENSE 2025-10-10T02:10:53.0974510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/run_test.sh 2025-10-10T02:10:53.0975260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/win_cmake.patch 2025-10-10T02:10:53.0976060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/0004-LIBFFI_CLOSURE.patch 2025-10-10T02:10:53.0976690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/bld.bat 2025-10-10T02:10:53.0977520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/fix_w3264_masm.patch 2025-10-10T02:10:53.0978150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/build.sh 2025-10-10T02:10:53.0979180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/0001-arm64-changes-from-v3.3-patch.patch 2025-10-10T02:10:53.0980130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.0981250Z /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-10-10T02:10:53.0981810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/meta.yaml 2025-10-10T02:10:53.0982520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/run_test.bat 2025-10-10T02:10:53.0983300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.0983950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/run_exports.json 2025-10-10T02:10:53.0984590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/paths.json 2025-10-10T02:10:53.0985280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/hash_input.json 2025-10-10T02:10:53.0985870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/files 2025-10-10T02:10:53.0986710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/about.json 2025-10-10T02:10:53.0987200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/has_prefix 2025-10-10T02:10:53.0987820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/index.json 2025-10-10T02:10:53.0988530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/info/git 2025-10-10T02:10:53.0989090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.8.dylib 2025-10-10T02:10:53.0989870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/pkgconfig/libffi.pc 2025-10-10T02:10:53.0990480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.dylib 2025-10-10T02:10:53.0991140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.7.dylib 2025-10-10T02:10:53.0991760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/lib/libffi.a 2025-10-10T02:10:53.0992500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_call.3 2025-10-10T02:10:53.0997340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_prep_cif_var.3 2025-10-10T02:10:53.0997900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi_prep_cif.3 2025-10-10T02:10:53.0998340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/man/man3/ffi.3 2025-10-10T02:10:53.0998750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libffi-3.4.4-hca03da5_1/share/info/libffi.info 2025-10-10T02:10:53.0999130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313.conda 2025-10-10T02:10:53.0999550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.1000040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.1000510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.1001030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.1001550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.1002170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/patches/0002-disable-downloads-inside-conda-build.patch 2025-10-10T02:10:53.1002960Z /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-10-10T02:10:53.1003600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/bld.bat 2025-10-10T02:10:53.1004070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/build.sh 2025-10-10T02:10:53.1004720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.1005540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.1006330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.1007020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.1007780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.1008410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/files 2025-10-10T02:10:53.1009150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.1009840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.1010470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/info/git 2025-10-10T02:10:53.1011600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/distutils-precedence.pth 2025-10-10T02:10:53.1012580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_path.py 2025-10-10T02:10:53.1013870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-arm64.exe 2025-10-10T02:10:53.1014530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/logging.py 2025-10-10T02:10:53.1015600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/windows_support.py 2025-10-10T02:10:53.1016630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_normalization.py 2025-10-10T02:10:53.1017660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/package_index.py 2025-10-10T02:10:53.1018690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py39.py 2025-10-10T02:10:53.1019790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/__init__.py 2025-10-10T02:10:53.1020720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py312.py 2025-10-10T02:10:53.1022000Z /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-10-10T02:10:53.1023180Z /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-10-10T02:10:53.1024370Z /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-10-10T02:10:53.1025590Z /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-10-10T02:10:53.1026960Z /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-10-10T02:10:53.1027830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py311.py 2025-10-10T02:10:53.1028800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/compat/py310.py 2025-10-10T02:10:53.1029850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/archive_util.py 2025-10-10T02:10:53.1030780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_imp.py 2025-10-10T02:10:53.1031800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/version.py 2025-10-10T02:10:53.1032760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/modified.py 2025-10-10T02:10:53.1033940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/tags.py 2025-10-10T02:10:53.1035080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_musllinux.py 2025-10-10T02:10:53.1036240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/metadata.py 2025-10-10T02:10:53.1037340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/version.py 2025-10-10T02:10:53.1038550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__init__.py 2025-10-10T02:10:53.1039770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py 2025-10-10T02:10:53.1041280Z /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-10-10T02:10:53.1042740Z /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-10-10T02:10:53.1043700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/__init__.py 2025-10-10T02:10:53.1045160Z /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-10-10T02:10:53.1046610Z /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-10-10T02:10:53.1047980Z /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-10-10T02:10:53.1049210Z /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-10-10T02:10:53.1050460Z /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-10-10T02:10:53.1051880Z /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-10-10T02:10:53.1053320Z /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-10-10T02:10:53.1054620Z /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-10-10T02:10:53.1055970Z /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-10-10T02:10:53.1057250Z /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-10-10T02:10:53.1058680Z /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-10-10T02:10:53.1059920Z /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-10-10T02:10:53.1061290Z /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-10-10T02:10:53.1062800Z /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-10-10T02:10:53.1063880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_parser.py 2025-10-10T02:10:53.1064970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/utils.py 2025-10-10T02:10:53.1066120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/requirements.py 2025-10-10T02:10:53.1067410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_structures.py 2025-10-10T02:10:53.1068360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/markers.py 2025-10-10T02:10:53.1069470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/py.typed 2025-10-10T02:10:53.1070670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_manylinux.py 2025-10-10T02:10:53.1071780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_tokenizer.py 2025-10-10T02:10:53.1072970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/specifiers.py 2025-10-10T02:10:53.1074040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/packaging/_elffile.py 2025-10-10T02:10:53.1075360Z /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-10-10T02:10:53.1076530Z /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-10-10T02:10:53.1077730Z /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-10-10T02:10:53.1079070Z /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-10-10T02:10:53.1080300Z /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-10-10T02:10:53.1081530Z /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-10-10T02:10:53.1082820Z /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-10-10T02:10:53.1084060Z /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-10-10T02:10:53.1085460Z /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-10-10T02:10:53.1086710Z /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-10-10T02:10:53.1088030Z /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-10-10T02:10:53.1089280Z /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-10-10T02:10:53.1090600Z /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-10-10T02:10:53.1091860Z /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-10-10T02:10:53.1093240Z /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-10-10T02:10:53.1094450Z /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-10-10T02:10:53.1095670Z /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-10-10T02:10:53.1097220Z /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-10-10T02:10:53.1098380Z /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-10-10T02:10:53.1099730Z /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-10-10T02:10:53.1100940Z /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-10-10T02:10:53.1102000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/py38.py 2025-10-10T02:10:53.1103160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__init__.py 2025-10-10T02:10:53.1104610Z /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-10-10T02:10:53.1105990Z /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-10-10T02:10:53.1107000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/__init__.py 2025-10-10T02:10:53.1108430Z /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-10-10T02:10:53.1109420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/inflect/py.typed 2025-10-10T02:10:53.1110780Z /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-10-10T02:10:53.1111820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/context.py 2025-10-10T02:10:53.1112990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi 2025-10-10T02:10:53.1114200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.py 2025-10-10T02:10:53.1115780Z /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-10-10T02:10:53.1116810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/py.typed 2025-10-10T02:10:53.1117970Z /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-10-10T02:10:53.1119170Z /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-10-10T02:10:53.1120360Z /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-10-10T02:10:53.1121400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__init__.py 2025-10-10T02:10:53.1122890Z /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-10-10T02:10:53.1124220Z /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-10-10T02:10:53.1125670Z /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-10-10T02:10:53.1127010Z /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-10-10T02:10:53.1128380Z /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-10-10T02:10:53.1129660Z /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-10-10T02:10:53.1130760Z /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-10-10T02:10:53.1131960Z /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-10-10T02:10:53.1133070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/layouts.py 2025-10-10T02:10:53.1134280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__init__.py 2025-10-10T02:10:53.1135790Z /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-10-10T02:10:53.1136830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/py.typed 2025-10-10T02:10:53.1138150Z /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-10-10T02:10:53.1139400Z /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-10-10T02:10:53.1140640Z /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-10-10T02:10:53.1142050Z /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-10-10T02:10:53.1143400Z /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-10-10T02:10:53.1144610Z /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-10-10T02:10:53.1145850Z /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-10-10T02:10:53.1147750Z /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-10-10T02:10:53.1148610Z /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-10-10T02:10:53.1149720Z /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-10-10T02:10:53.1150930Z /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-10-10T02:10:53.1152250Z /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-10-10T02:10:53.1153410Z /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-10-10T02:10:53.1154640Z /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-10-10T02:10:53.1155840Z /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-10-10T02:10:53.1157130Z /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-10-10T02:10:53.1158370Z /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-10-10T02:10:53.1159640Z /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-10-10T02:10:53.1160830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_meta.py 2025-10-10T02:10:53.1162080Z /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-10-10T02:10:53.1163360Z /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-10-10T02:10:53.1164950Z /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-10-10T02:10:53.1166360Z /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-10-10T02:10:53.1167930Z /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-10-10T02:10:53.1168990Z /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-10-10T02:10:53.1170090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_text.py 2025-10-10T02:10:53.1171310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__init__.py 2025-10-10T02:10:53.1172530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_functools.py 2025-10-10T02:10:53.1174160Z /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-10-10T02:10:53.1175500Z /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-10-10T02:10:53.1176890Z /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-10-10T02:10:53.1178290Z /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-10-10T02:10:53.1179890Z /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-10-10T02:10:53.1181170Z /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-10-10T02:10:53.1182480Z /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-10-10T02:10:53.1184010Z /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-10-10T02:10:53.1185350Z /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-10-10T02:10:53.1186460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py 2025-10-10T02:10:53.1187690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_collections.py 2025-10-10T02:10:53.1188920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py 2025-10-10T02:10:53.1190100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/py.typed 2025-10-10T02:10:53.1191360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py 2025-10-10T02:10:53.1192600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_compat.py 2025-10-10T02:10:53.1193690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/metadata.py 2025-10-10T02:10:53.1194890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/macosx_libfile.py 2025-10-10T02:10:53.1195960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/util.py 2025-10-10T02:10:53.1197190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py 2025-10-10T02:10:53.1198340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__init__.py 2025-10-10T02:10:53.1199730Z /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-10-10T02:10:53.1201080Z /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-10-10T02:10:53.1202400Z /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-10-10T02:10:53.1203560Z /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-10-10T02:10:53.1205040Z /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-10-10T02:10:53.1206300Z /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-10-10T02:10:53.1207780Z /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-10-10T02:10:53.1208950Z /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-10-10T02:10:53.1210310Z /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-10-10T02:10:53.1211340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/pack.py 2025-10-10T02:10:53.1212460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/tags.py 2025-10-10T02:10:53.1213700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/convert.py 2025-10-10T02:10:53.1214850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__init__.py 2025-10-10T02:10:53.1216250Z /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-10-10T02:10:53.1217530Z /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-10-10T02:10:53.1218880Z /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-10-10T02:10:53.1220110Z /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-10-10T02:10:53.1221510Z /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-10-10T02:10:53.1222490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/unpack.py 2025-10-10T02:10:53.1223690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/bdist_wheel.py 2025-10-10T02:10:53.1224950Z /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-10-10T02:10:53.1226240Z /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-10-10T02:10:53.1227500Z /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-10-10T02:10:53.1228800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE 2025-10-10T02:10:53.1230100Z /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-10-10T02:10:53.1231350Z /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-10-10T02:10:53.1232920Z /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-10-10T02:10:53.1234390Z /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-10-10T02:10:53.1235860Z /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-10-10T02:10:53.1237270Z /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-10-10T02:10:53.1238690Z /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-10-10T02:10:53.1240160Z /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-10-10T02:10:53.1241650Z /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-10-10T02:10:53.1243130Z /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-10-10T02:10:53.1244640Z /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-10-10T02:10:53.1246130Z /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-10-10T02:10:53.1247540Z /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-10-10T02:10:53.1249010Z /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-10-10T02:10:53.1250520Z /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-10-10T02:10:53.1251640Z /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-10-10T02:10:53.1252890Z /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-10-10T02:10:53.1254130Z /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-10-10T02:10:53.1255530Z /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-10-10T02:10:53.1256860Z /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-10-10T02:10:53.1258100Z /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-10-10T02:10:53.1259370Z /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-10-10T02:10:53.1260660Z /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-10-10T02:10:53.1261950Z /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-10-10T02:10:53.1263250Z /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-10-10T02:10:53.1264390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt 2025-10-10T02:10:53.1265580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__init__.py 2025-10-10T02:10:53.1267080Z /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-10-10T02:10:53.1268140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py 2025-10-10T02:10:53.1269280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/wheelfile.py 2025-10-10T02:10:53.1270360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/wheel/__main__.py 2025-10-10T02:10:53.1271550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__init__.py 2025-10-10T02:10:53.1272960Z /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-10-10T02:10:53.1274330Z /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-10-10T02:10:53.1275340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/py310.py 2025-10-10T02:10:53.1276450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/__init__.py 2025-10-10T02:10:53.1277760Z /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-10-10T02:10:53.1279130Z /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-10-10T02:10:53.1280080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/zipp/glob.py 2025-10-10T02:10:53.1281450Z /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-10-10T02:10:53.1282690Z /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-10-10T02:10:53.1284000Z /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-10-10T02:10:53.1285430Z /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-10-10T02:10:53.1286550Z /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-10-10T02:10:53.1287790Z /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-10-10T02:10:53.1289120Z /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-10-10T02:10:53.1290230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.pyi 2025-10-10T02:10:53.1291370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.pyi 2025-10-10T02:10:53.1292580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.py 2025-10-10T02:10:53.1293920Z /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-10-10T02:10:53.1295380Z /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-10-10T02:10:53.1296810Z /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-10-10T02:10:53.1297790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.py 2025-10-10T02:10:53.1298940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.py 2025-10-10T02:10:53.1300120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/py.typed 2025-10-10T02:10:53.1301250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.pyi 2025-10-10T02:10:53.1302450Z /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-10-10T02:10:53.1303750Z /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-10-10T02:10:53.1305250Z /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-10-10T02:10:53.1306730Z /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-10-10T02:10:53.1307790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__init__.py 2025-10-10T02:10:53.1309310Z /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-10-10T02:10:53.1310790Z /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-10-10T02:10:53.1311840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__main__.py 2025-10-10T02:10:53.1312910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/backports/__init__.py 2025-10-10T02:10:53.1314290Z /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-10-10T02:10:53.1315380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__init__.py 2025-10-10T02:10:53.1316890Z /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-10-10T02:10:53.1318200Z /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-10-10T02:10:53.1319520Z /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-10-10T02:10:53.1320870Z /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-10-10T02:10:53.1322360Z /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-10-10T02:10:53.1323680Z /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-10-10T02:10:53.1324680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/automain.py 2025-10-10T02:10:53.1325790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/errors.py 2025-10-10T02:10:53.1326970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autocommand.py 2025-10-10T02:10:53.1328110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoasync.py 2025-10-10T02:10:53.1329230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoparse.py 2025-10-10T02:10:53.1330340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_types.py 2025-10-10T02:10:53.1331410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/__init__.py 2025-10-10T02:10:53.1332740Z /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-10-10T02:10:53.1333930Z /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-10-10T02:10:53.1335270Z /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-10-10T02:10:53.1336670Z /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-10-10T02:10:53.1337560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_parser.py 2025-10-10T02:10:53.1338600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/_re.py 2025-10-10T02:10:53.1339650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/tomli/py.typed 2025-10-10T02:10:53.1341020Z /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-10-10T02:10:53.1342290Z /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-10-10T02:10:53.1343640Z /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-10-10T02:10:53.1344960Z /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-10-10T02:10:53.1346290Z /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-10-10T02:10:53.1347560Z /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-10-10T02:10:53.1348830Z /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-10-10T02:10:53.1350070Z /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-10-10T02:10:53.1351260Z /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-10-10T02:10:53.1352480Z /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-10-10T02:10:53.1353770Z /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-10-10T02:10:53.1354990Z /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-10-10T02:10:53.1356250Z /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-10-10T02:10:53.1357470Z /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-10-10T02:10:53.1358630Z /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-10-10T02:10:53.1359800Z /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-10-10T02:10:53.1361160Z /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-10-10T02:10:53.1362250Z /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-10-10T02:10:53.1363590Z /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-10-10T02:10:53.1364690Z /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-10-10T02:10:53.1365870Z /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-10-10T02:10:53.1367110Z /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-10-10T02:10:53.1368270Z /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-10-10T02:10:53.1369420Z /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-10-10T02:10:53.1370740Z /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-10-10T02:10:53.1371970Z /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-10-10T02:10:53.1373160Z /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-10-10T02:10:53.1374460Z /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-10-10T02:10:53.1375840Z /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-10-10T02:10:53.1377330Z /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-10-10T02:10:53.1378960Z /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-10-10T02:10:53.1380480Z /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-10-10T02:10:53.1382210Z /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-10-10T02:10:53.1383570Z /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-10-10T02:10:53.1385180Z /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-10-10T02:10:53.1386700Z /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-10-10T02:10:53.1388190Z /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-10-10T02:10:53.1389740Z /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-10-10T02:10:53.1390890Z /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-10-10T02:10:53.1392130Z /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-10-10T02:10:53.1393470Z /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-10-10T02:10:53.1394600Z /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-10-10T02:10:53.1395910Z /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-10-10T02:10:53.1397260Z /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-10-10T02:10:53.1398560Z /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-10-10T02:10:53.1399930Z /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-10-10T02:10:53.1401160Z /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-10-10T02:10:53.1402570Z /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-10-10T02:10:53.1403840Z /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-10-10T02:10:53.1405000Z /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-10-10T02:10:53.1406280Z /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-10-10T02:10:53.1407550Z /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-10-10T02:10:53.1408860Z /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-10-10T02:10:53.1410050Z /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-10-10T02:10:53.1411630Z /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-10-10T02:10:53.1412710Z /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-10-10T02:10:53.1413800Z /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-10-10T02:10:53.1415070Z /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-10-10T02:10:53.1416280Z /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-10-10T02:10:53.1417380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_checkers.py 2025-10-10T02:10:53.1418520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_suppression.py 2025-10-10T02:10:53.1419790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_importhook.py 2025-10-10T02:10:53.1420820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py 2025-10-10T02:10:53.1421960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_functions.py 2025-10-10T02:10:53.1423150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__init__.py 2025-10-10T02:10:53.1424550Z /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-10-10T02:10:53.1425890Z /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-10-10T02:10:53.1427150Z /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-10-10T02:10:53.1428640Z /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-10-10T02:10:53.1429910Z /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-10-10T02:10:53.1431240Z /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-10-10T02:10:53.1432580Z /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-10-10T02:10:53.1433860Z /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-10-10T02:10:53.1435310Z /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-10-10T02:10:53.1436710Z /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-10-10T02:10:53.1437960Z /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-10-10T02:10:53.1439410Z /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-10-10T02:10:53.1440770Z /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-10-10T02:10:53.1441780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_decorators.py 2025-10-10T02:10:53.1442850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_memo.py 2025-10-10T02:10:53.1447890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_transformer.py 2025-10-10T02:10:53.1448630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/py.typed 2025-10-10T02:10:53.1449360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_union_transformer.py 2025-10-10T02:10:53.1450320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_config.py 2025-10-10T02:10:53.1451060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_exceptions.py 2025-10-10T02:10:53.1451850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_utils.py 2025-10-10T02:10:53.1452770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions.py 2025-10-10T02:10:53.1454260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/macos.py 2025-10-10T02:10:53.1455580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/unix.py 2025-10-10T02:10:53.1456890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/version.py 2025-10-10T02:10:53.1458510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__init__.py 2025-10-10T02:10:53.1460120Z /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-10-10T02:10:53.1462090Z /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-10-10T02:10:53.1463820Z /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-10-10T02:10:53.1465580Z /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-10-10T02:10:53.1467300Z /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-10-10T02:10:53.1469020Z /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-10-10T02:10:53.1470570Z /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-10-10T02:10:53.1472180Z /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-10-10T02:10:53.1473390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/api.py 2025-10-10T02:10:53.1474760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/android.py 2025-10-10T02:10:53.1476250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/py.typed 2025-10-10T02:10:53.1477650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/windows.py 2025-10-10T02:10:53.1479090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__main__.py 2025-10-10T02:10:53.1480260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/discovery.py 2025-10-10T02:10:53.1481700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/__init__.py 2025-10-10T02:10:53.1483130Z /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-10-10T02:10:53.1484760Z /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-10-10T02:10:53.1486490Z /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-10-10T02:10:53.1488020Z /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-10-10T02:10:53.1489450Z /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-10-10T02:10:53.1491090Z /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-10-10T02:10:53.1492850Z /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-10-10T02:10:53.1494410Z /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-10-10T02:10:53.1495950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__init__.py 2025-10-10T02:10:53.1497770Z /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-10-10T02:10:53.1499640Z /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-10-10T02:10:53.1501450Z /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-10-10T02:10:53.1503440Z /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-10-10T02:10:53.1505620Z /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-10-10T02:10:53.1507320Z /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-10-10T02:10:53.1508690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/NOTICE 2025-10-10T02:10:53.1510530Z /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-10-10T02:10:53.1511940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/formats.py 2025-10-10T02:10:53.1513110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/NOTICE 2025-10-10T02:10:53.1514410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/setupcfg.py 2025-10-10T02:10:53.1516060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/setuptools.schema.json 2025-10-10T02:10:53.1517410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py 2025-10-10T02:10:53.1518830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/distutils.schema.json 2025-10-10T02:10:53.1520120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py 2025-10-10T02:10:53.1521380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/config/expand.py 2025-10-10T02:10:53.1522680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_static.py 2025-10-10T02:10:53.1524000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/warnings.py 2025-10-10T02:10:53.1525260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-64.exe 2025-10-10T02:10:53.1526440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_reqs.py 2025-10-10T02:10:53.1528140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_deprecations.py 2025-10-10T02:10:53.1529520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_py.py 2025-10-10T02:10:53.1531070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_meta.py 2025-10-10T02:10:53.1532350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/server.py 2025-10-10T02:10:53.1533840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_warnings.py 2025-10-10T02:10:53.1535130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/py39.py 2025-10-10T02:10:53.1536160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/compat/__init__.py 2025-10-10T02:10:53.1537690Z /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-10-10T02:10:53.1538810Z /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-10-10T02:10:53.1539820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/textwrap.py 2025-10-10T02:10:53.1540880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_logging.py 2025-10-10T02:10:53.1541970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_virtualenv.py 2025-10-10T02:10:53.1543080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_namespaces.py 2025-10-10T02:10:53.1544180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_shutil_wrapper.py 2025-10-10T02:10:53.1545320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/script-with-bom.py 2025-10-10T02:10:53.1546530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_distutils_adoption.py 2025-10-10T02:10:53.1547770Z /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-10-10T02:10:53.1548770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/__init__.py 2025-10-10T02:10:53.1549930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_expand.py 2025-10-10T02:10:53.1551350Z /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-10-10T02:10:53.1552930Z /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-10-10T02:10:53.1554120Z /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-10-10T02:10:53.1555430Z /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-10-10T02:10:53.1557020Z /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-10-10T02:10:53.1558130Z /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-10-10T02:10:53.1559350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/setupcfg_examples.txt 2025-10-10T02:10:53.1560360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_setupcfg.py 2025-10-10T02:10:53.1561520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml.py 2025-10-10T02:10:53.1562640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/preload.py 2025-10-10T02:10:53.1563810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/config/downloads/__init__.py 2025-10-10T02:10:53.1565300Z /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-10-10T02:10:53.1566690Z /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-10-10T02:10:53.1567960Z /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-10-10T02:10:53.1568880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_depends.py 2025-10-10T02:10:53.1570000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/__init__.py 2025-10-10T02:10:53.1571420Z /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-10-10T02:10:53.1573010Z /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-10-10T02:10:53.1574190Z /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-10-10T02:10:53.1575420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/integration/helpers.py 2025-10-10T02:10:53.1576560Z /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-10-10T02:10:53.1577580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_core_metadata.py 2025-10-10T02:10:53.1578630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_extern.py 2025-10-10T02:10:53.1579660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/__init__.py 2025-10-10T02:10:53.1581050Z /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-10-10T02:10:53.1582410Z /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-10-10T02:10:53.1583650Z /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-10-10T02:10:53.1585010Z /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-10-10T02:10:53.1586310Z /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-10-10T02:10:53.1587620Z /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-10-10T02:10:53.1589110Z /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-10-10T02:10:53.1590180Z /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-10-10T02:10:53.1591430Z /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-10-10T02:10:53.1592730Z /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-10-10T02:10:53.1593960Z /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-10-10T02:10:53.1595500Z /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-10-10T02:10:53.1596640Z /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-10-10T02:10:53.1598070Z /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-10-10T02:10:53.1599250Z /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-10-10T02:10:53.1600540Z /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-10-10T02:10:53.1601690Z /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-10-10T02:10:53.1603140Z /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-10-10T02:10:53.1604250Z /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-10-10T02:10:53.1605520Z /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-10-10T02:10:53.1606760Z /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-10-10T02:10:53.1608090Z /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-10-10T02:10:53.1609260Z /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-10-10T02:10:53.1610530Z /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-10-10T02:10:53.1611660Z /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-10-10T02:10:53.1612940Z /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-10-10T02:10:53.1614300Z /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-10-10T02:10:53.1615630Z /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-10-10T02:10:53.1616900Z /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-10-10T02:10:53.1618060Z /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-10-10T02:10:53.1619380Z /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-10-10T02:10:53.1620630Z /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-10-10T02:10:53.1621800Z /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-10-10T02:10:53.1623230Z /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-10-10T02:10:53.1624430Z /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-10-10T02:10:53.1625660Z /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-10-10T02:10:53.1626960Z /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-10-10T02:10:53.1628160Z /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-10-10T02:10:53.1629470Z /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-10-10T02:10:53.1630640Z /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-10-10T02:10:53.1632020Z /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-10-10T02:10:53.1633410Z /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-10-10T02:10:53.1634640Z /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-10-10T02:10:53.1635960Z /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-10-10T02:10:53.1637320Z /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-10-10T02:10:53.1638430Z /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-10-10T02:10:53.1639780Z /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-10-10T02:10:53.1641050Z /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-10-10T02:10:53.1641980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_manifest.py 2025-10-10T02:10:53.1643050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_clib.py 2025-10-10T02:10:53.1644100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_setopt.py 2025-10-10T02:10:53.1645150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_wheel.py 2025-10-10T02:10:53.1646240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_egg_info.py 2025-10-10T02:10:53.1647260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build.py 2025-10-10T02:10:53.1648460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_install_scripts.py 2025-10-10T02:10:53.1649530Z /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-10-10T02:10:53.1650620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_build_ext.py 2025-10-10T02:10:53.1651730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_unicode_utils.py 2025-10-10T02:10:53.1652730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/text.py 2025-10-10T02:10:53.1653780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_egg.py 2025-10-10T02:10:53.1654900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_sandbox.py 2025-10-10T02:10:53.1655910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_glob.py 2025-10-10T02:10:53.1656960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/environment.py 2025-10-10T02:10:53.1658080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_config_discovery.py 2025-10-10T02:10:53.1659230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_windows_wrappers.py 2025-10-10T02:10:53.1660300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/mod_with_constant.py 2025-10-10T02:10:53.1661470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_find_packages.py 2025-10-10T02:10:53.1662480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/contexts.py 2025-10-10T02:10:53.1663600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_packageindex.py 2025-10-10T02:10:53.1664670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_setuptools.py 2025-10-10T02:10:53.1665680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_dist.py 2025-10-10T02:10:53.1666790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_bdist_wheel.py 2025-10-10T02:10:53.1667830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_develop.py 2025-10-10T02:10:53.1668980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_editable_install.py 2025-10-10T02:10:53.1670070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_easy_install.py 2025-10-10T02:10:53.1671100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/fixtures.py 2025-10-10T02:10:53.1672150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/namespaces.py 2025-10-10T02:10:53.1673170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_sdist.py 2025-10-10T02:10:53.1674310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_archive_util.py 2025-10-10T02:10:53.1675600Z /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-10-10T02:10:53.1677100Z /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-10-10T02:10:53.1678040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/tests/test_dist_info.py 2025-10-10T02:10:53.1679110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-64.exe 2025-10-10T02:10:53.1679970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/depends.py 2025-10-10T02:10:53.1680950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__init__.py 2025-10-10T02:10:53.1682120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/dist.cpython-313.pyc 2025-10-10T02:10:53.1683320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/modified.cpython-313.pyc 2025-10-10T02:10:53.1684560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/sandbox.cpython-313.pyc 2025-10-10T02:10:53.1685810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/discovery.cpython-313.pyc 2025-10-10T02:10:53.1687010Z /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-10-10T02:10:53.1688180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/launch.cpython-313.pyc 2025-10-10T02:10:53.1689420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/namespaces.cpython-313.pyc 2025-10-10T02:10:53.1690610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/msvc.cpython-313.pyc 2025-10-10T02:10:53.1691860Z /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-10-10T02:10:53.1693080Z /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-10-10T02:10:53.1694340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_normalization.cpython-313.pyc 2025-10-10T02:10:53.1695510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:53.1696730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:53.1698020Z /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-10-10T02:10:53.1699180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_path.cpython-313.pyc 2025-10-10T02:10:53.1700370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:53.1701670Z /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-10-10T02:10:53.1702780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_reqs.cpython-313.pyc 2025-10-10T02:10:53.1703960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:53.1705450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_importlib.cpython-313.pyc 2025-10-10T02:10:53.1706460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:53.1707550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_imp.cpython-313.pyc 2025-10-10T02:10:53.1708730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_static.cpython-313.pyc 2025-10-10T02:10:53.1709920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/extension.cpython-313.pyc 2025-10-10T02:10:53.1711080Z /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-10-10T02:10:53.1712310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/depends.cpython-313.pyc 2025-10-10T02:10:53.1713450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/monkey.cpython-313.pyc 2025-10-10T02:10:53.1714620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/installer.cpython-313.pyc 2025-10-10T02:10:53.1715790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.1716940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:53.1718150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_shutil.cpython-313.pyc 2025-10-10T02:10:53.1719380Z /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-10-10T02:10:53.1720540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:53.1721430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/installer.py 2025-10-10T02:10:53.1722340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/glob.py 2025-10-10T02:10:53.1723360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/sandbox.py 2025-10-10T02:10:53.1724370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/script.tmpl 2025-10-10T02:10:53.1725300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/launch.py 2025-10-10T02:10:53.1726320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/extension.py 2025-10-10T02:10:53.1727360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_core_metadata.py 2025-10-10T02:10:53.1728370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/unicode_utils.py 2025-10-10T02:10:53.1729360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_itertools.py 2025-10-10T02:10:53.1730310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/monkey.py 2025-10-10T02:10:53.1731400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/build_meta.py 2025-10-10T02:10:53.1732250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli.exe 2025-10-10T02:10:53.1733230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/errors.py 2025-10-10T02:10:53.1734270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build.py 2025-10-10T02:10:53.1735330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_egg.py 2025-10-10T02:10:53.1736360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/alias.py 2025-10-10T02:10:53.1737400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_ext.py 2025-10-10T02:10:53.1738550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/easy_install.py 2025-10-10T02:10:53.1739640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/editable_wheel.py 2025-10-10T02:10:53.1740800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/launcher manifest.xml 2025-10-10T02:10:53.1741940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_scripts.py 2025-10-10T02:10:53.1743010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/dist_info.py 2025-10-10T02:10:53.1744160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_lib.py 2025-10-10T02:10:53.1745190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_py.py 2025-10-10T02:10:53.1746270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/__init__.py 2025-10-10T02:10:53.1747610Z /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-10-10T02:10:53.1748860Z /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-10-10T02:10:53.1750150Z /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-10-10T02:10:53.1751470Z /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-10-10T02:10:53.1752630Z /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-10-10T02:10:53.1753910Z /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-10-10T02:10:53.1755190Z /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-10-10T02:10:53.1756530Z /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-10-10T02:10:53.1757970Z /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-10-10T02:10:53.1759290Z /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-10-10T02:10:53.1760480Z /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-10-10T02:10:53.1761690Z /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-10-10T02:10:53.1762940Z /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-10-10T02:10:53.1764090Z /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-10-10T02:10:53.1765250Z /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-10-10T02:10:53.1766630Z /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-10-10T02:10:53.1767750Z /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-10-10T02:10:53.1769020Z /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-10-10T02:10:53.1770330Z /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-10-10T02:10:53.1771630Z /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-10-10T02:10:53.1772850Z /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-10-10T02:10:53.1774070Z /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-10-10T02:10:53.1775270Z /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-10-10T02:10:53.1776500Z /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-10-10T02:10:53.1777430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/sdist.py 2025-10-10T02:10:53.1778440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/test.py 2025-10-10T02:10:53.1779680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/saveopts.py 2025-10-10T02:10:53.1780630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_rpm.py 2025-10-10T02:10:53.1781720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/build_clib.py 2025-10-10T02:10:53.1782820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/bdist_wheel.py 2025-10-10T02:10:53.1783810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/egg_info.py 2025-10-10T02:10:53.1785060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/_requirestxt.py 2025-10-10T02:10:53.1785980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install.py 2025-10-10T02:10:53.1787020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/develop.py 2025-10-10T02:10:53.1788030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/rotate.py 2025-10-10T02:10:53.1789200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/install_egg_info.py 2025-10-10T02:10:53.1790180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/command/setopt.py 2025-10-10T02:10:53.1791110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/msvc.py 2025-10-10T02:10:53.1792140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_importlib.py 2025-10-10T02:10:53.1793210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_entry_points.py 2025-10-10T02:10:53.1794130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/cli-32.exe 2025-10-10T02:10:53.1795170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-32.exe 2025-10-10T02:10:53.1796030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui.exe 2025-10-10T02:10:53.1797020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/dist.py 2025-10-10T02:10:53.1798230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_msvccompiler.py 2025-10-10T02:10:53.1799250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_modified.py 2025-10-10T02:10:53.1800390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py 2025-10-10T02:10:53.1801420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/filelist.py 2025-10-10T02:10:53.1802450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py 2025-10-10T02:10:53.1803530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/py39.py 2025-10-10T02:10:53.1804690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/__init__.py 2025-10-10T02:10:53.1805770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compat/numpy.py 2025-10-10T02:10:53.1807170Z /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-10-10T02:10:53.1808550Z /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-10-10T02:10:53.1809800Z /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-10-10T02:10:53.1810880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/archive_util.py 2025-10-10T02:10:53.1811760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/cmd.py 2025-10-10T02:10:53.1812880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/version.py 2025-10-10T02:10:53.1813890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/log.py 2025-10-10T02:10:53.1814920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/util.py 2025-10-10T02:10:53.1816040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/fancy_getopt.py 2025-10-10T02:10:53.1817180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist.py 2025-10-10T02:10:53.1818410Z /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-10-10T02:10:53.1819620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_version.py 2025-10-10T02:10:53.1820750Z /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-10-10T02:10:53.1821900Z /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-10-10T02:10:53.1823030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_extension.py 2025-10-10T02:10:53.1824240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/py39.py 2025-10-10T02:10:53.1825440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__init__.py 2025-10-10T02:10:53.1826930Z /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-10-10T02:10:53.1828270Z /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-10-10T02:10:53.1829300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_spawn.py 2025-10-10T02:10:53.1830390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/support.py 2025-10-10T02:10:53.1831840Z /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-10-10T02:10:53.1833050Z /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-10-10T02:10:53.1834130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_filelist.py 2025-10-10T02:10:53.1835240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_core.py 2025-10-10T02:10:53.1836350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_cmd.py 2025-10-10T02:10:53.1837550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/__init__.py 2025-10-10T02:10:53.1838600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sysconfig.py 2025-10-10T02:10:53.1840020Z /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-10-10T02:10:53.1841400Z /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-10-10T02:10:53.1842880Z /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-10-10T02:10:53.1844260Z /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-10-10T02:10:53.1845470Z /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-10-10T02:10:53.1846810Z /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-10-10T02:10:53.1848250Z /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-10-10T02:10:53.1849740Z /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-10-10T02:10:53.1850970Z /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-10-10T02:10:53.1852450Z /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-10-10T02:10:53.1853710Z /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-10-10T02:10:53.1855130Z /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-10-10T02:10:53.1856680Z /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-10-10T02:10:53.1858100Z /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-10-10T02:10:53.1859510Z /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-10-10T02:10:53.1860760Z /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-10-10T02:10:53.1862180Z /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-10-10T02:10:53.1863450Z /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-10-10T02:10:53.1864980Z /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-10-10T02:10:53.1866240Z /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-10-10T02:10:53.1867530Z /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-10-10T02:10:53.1868980Z /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-10-10T02:10:53.1870250Z /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-10-10T02:10:53.1871680Z /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-10-10T02:10:53.1872930Z /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-10-10T02:10:53.1874470Z /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-10-10T02:10:53.1875820Z /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-10-10T02:10:53.1877080Z /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-10-10T02:10:53.1878510Z /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-10-10T02:10:53.1879800Z /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-10-10T02:10:53.1881230Z /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-10-10T02:10:53.1882450Z /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-10-10T02:10:53.1883860Z /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-10-10T02:10:53.1885270Z /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-10-10T02:10:53.1886790Z /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-10-10T02:10:53.1888040Z /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-10-10T02:10:53.1889060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_util.py 2025-10-10T02:10:53.1890220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_modified.py 2025-10-10T02:10:53.1891550Z /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-10-10T02:10:53.1892530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_log.py 2025-10-10T02:10:53.1893630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build.py 2025-10-10T02:10:53.1894870Z /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-10-10T02:10:53.1896000Z /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-10-10T02:10:53.1897180Z /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-10-10T02:10:53.1898330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/unix_compat.py 2025-10-10T02:10:53.1899540Z /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-10-10T02:10:53.1900670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_clean.py 2025-10-10T02:10:53.1901790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_check.py 2025-10-10T02:10:53.1903020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_versionpredicate.py 2025-10-10T02:10:53.1904200Z /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-10-10T02:10:53.1905400Z /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-10-10T02:10:53.1906570Z /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-10-10T02:10:53.1907740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dist.py 2025-10-10T02:10:53.1908970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install.py 2025-10-10T02:10:53.1910120Z /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-10-10T02:10:53.1911280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sdist.py 2025-10-10T02:10:53.1912520Z /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-10-10T02:10:53.1913650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/versionpredicate.py 2025-10-10T02:10:53.1914780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/__init__.py 2025-10-10T02:10:53.1915860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/file_util.py 2025-10-10T02:10:53.1916900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/core.py 2025-10-10T02:10:53.1918330Z /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-10-10T02:10:53.1919470Z /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-10-10T02:10:53.1920770Z /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-10-10T02:10:53.1922100Z /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-10-10T02:10:53.1923490Z /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-10-10T02:10:53.1924700Z /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-10-10T02:10:53.1925900Z /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-10-10T02:10:53.1927250Z /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-10-10T02:10:53.1928540Z /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-10-10T02:10:53.1929730Z /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-10-10T02:10:53.1931050Z /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-10-10T02:10:53.1932290Z /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-10-10T02:10:53.1933490Z /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-10-10T02:10:53.1934900Z /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-10-10T02:10:53.1935990Z /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-10-10T02:10:53.1937270Z /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-10-10T02:10:53.1938750Z /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-10-10T02:10:53.1940020Z /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-10-10T02:10:53.1941260Z /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-10-10T02:10:53.1942590Z /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-10-10T02:10:53.1943790Z /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-10-10T02:10:53.1945150Z /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-10-10T02:10:53.1946220Z /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-10-10T02:10:53.1947500Z /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-10-10T02:10:53.1948760Z /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-10-10T02:10:53.1950030Z /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-10-10T02:10:53.1951220Z /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-10-10T02:10:53.1952520Z /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-10-10T02:10:53.1953580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/cygwinccompiler.py 2025-10-10T02:10:53.1954650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/zosccompiler.py 2025-10-10T02:10:53.1955710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/extension.py 2025-10-10T02:10:53.1956720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/debug.py 2025-10-10T02:10:53.1957760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/spawn.py 2025-10-10T02:10:53.1958820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/text_file.py 2025-10-10T02:10:53.1959860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/errors.py 2025-10-10T02:10:53.1960940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dep_util.py 2025-10-10T02:10:53.1962050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build.py 2025-10-10T02:10:53.1963210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py 2025-10-10T02:10:53.1964320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/config.py 2025-10-10T02:10:53.1965400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/clean.py 2025-10-10T02:10:53.1966500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/check.py 2025-10-10T02:10:53.1967710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_scripts.py 2025-10-10T02:10:53.1968910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/_framework_compat.py 2025-10-10T02:10:53.1970090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_headers.py 2025-10-10T02:10:53.1971260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_lib.py 2025-10-10T02:10:53.1972350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_py.py 2025-10-10T02:10:53.1973530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_dumb.py 2025-10-10T02:10:53.1974680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/__init__.py 2025-10-10T02:10:53.1976230Z /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-10-10T02:10:53.1977480Z /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-10-10T02:10:53.1978820Z /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-10-10T02:10:53.1980080Z /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-10-10T02:10:53.1981590Z /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-10-10T02:10:53.1982870Z /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-10-10T02:10:53.1984330Z /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-10-10T02:10:53.1985600Z /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-10-10T02:10:53.1987050Z /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-10-10T02:10:53.1988280Z /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-10-10T02:10:53.1989680Z /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-10-10T02:10:53.1991060Z /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-10-10T02:10:53.1992560Z /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-10-10T02:10:53.1993830Z /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-10-10T02:10:53.1995170Z /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-10-10T02:10:53.1996570Z /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-10-10T02:10:53.1997880Z /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-10-10T02:10:53.1999220Z /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-10-10T02:10:53.2000480Z /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-10-10T02:10:53.2001720Z /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-10-10T02:10:53.2002760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/sdist.py 2025-10-10T02:10:53.2003860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist.py 2025-10-10T02:10:53.2005060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_scripts.py 2025-10-10T02:10:53.2006220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_rpm.py 2025-10-10T02:10:53.2007380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/build_clib.py 2025-10-10T02:10:53.2008500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install.py 2025-10-10T02:10:53.2009700Z /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-10-10T02:10:53.2010880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/command/install_data.py 2025-10-10T02:10:53.2011950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dir_util.py 2025-10-10T02:10:53.2013040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/unix.py 2025-10-10T02:10:53.2014150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/zos.py 2025-10-10T02:10:53.2015390Z /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-10-10T02:10:53.2016650Z /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-10-10T02:10:53.2018210Z /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-10-10T02:10:53.2019650Z /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-10-10T02:10:53.2021100Z /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-10-10T02:10:53.2022540Z /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-10-10T02:10:53.2023900Z /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-10-10T02:10:53.2025140Z /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-10-10T02:10:53.2026330Z /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-10-10T02:10:53.2027510Z /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-10-10T02:10:53.2028990Z /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-10-10T02:10:53.2030280Z /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-10-10T02:10:53.2031580Z /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-10-10T02:10:53.2032980Z /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-10-10T02:10:53.2034350Z /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-10-10T02:10:53.2035700Z /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-10-10T02:10:53.2036730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/cygwin.py 2025-10-10T02:10:53.2037850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/errors.py 2025-10-10T02:10:53.2038970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/msvc.py 2025-10-10T02:10:53.2040090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/base.py 2025-10-10T02:10:53.2041160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/sysconfig.py 2025-10-10T02:10:53.2042260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_macos_compat.py 2025-10-10T02:10:53.2043290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/dist.py 2025-10-10T02:10:53.2044320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_distutils/_log.py 2025-10-10T02:10:53.2045280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/wheel.py 2025-10-10T02:10:53.2046280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/gui-arm64.exe 2025-10-10T02:10:53.2047280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/namespaces.py 2025-10-10T02:10:53.2048380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/script (dev).tmpl 2025-10-10T02:10:53.2049420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/setuptools/_shutil.py 2025-10-10T02:10:53.2050510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_resources.py 2025-10-10T02:10:53.2051960Z /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-10-10T02:10:53.2052890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/__init__.py 2025-10-10T02:10:53.2054290Z /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-10-10T02:10:53.2055670Z /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-10-10T02:10:53.2056980Z /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-10-10T02:10:53.2058490Z /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-10-10T02:10:53.2059660Z /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-10-10T02:10:53.2060970Z /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-10-10T02:10:53.2062490Z /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-10-10T02:10:53.2063220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/tests/test_markers.py 2025-10-10T02:10:53.2064420Z /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-10-10T02:10:53.2065670Z /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-10-10T02:10:53.2067060Z /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-10-10T02:10:53.2068630Z /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-10-10T02:10:53.2070260Z /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-10-10T02:10:53.2071890Z /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-10-10T02:10:53.2073530Z /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-10-10T02:10:53.2075190Z /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-10-10T02:10:53.2077160Z /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-10-10T02:10:53.2078360Z /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-10-10T02:10:53.2079550Z /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-10-10T02:10:53.2080740Z /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-10-10T02:10:53.2081870Z /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-10-10T02:10:53.2082790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/__init__.py 2025-10-10T02:10:53.2084040Z /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-10-10T02:10:53.2084980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/py.typed 2025-10-10T02:10:53.2086020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/pkg_resources/api_tests.txt 2025-10-10T02:10:53.2087220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/__init__.py 2025-10-10T02:10:53.2088530Z /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-10-10T02:10:53.2089740Z /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-10-10T02:10:53.2090740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0/lib/python3.13/site-packages/_distutils_hack/override.py 2025-10-10T02:10:53.2091960Z /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-10-10T02:10:53.2093180Z /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-10-10T02:10:53.2094380Z /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-10-10T02:10:53.2095590Z /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-10-10T02:10:53.2096830Z /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-10-10T02:10:53.2098110Z /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-10-10T02:10:53.2098630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0.conda 2025-10-10T02:10:53.2099220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6.conda 2025-10-10T02:10:53.2100020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0.conda 2025-10-10T02:10:53.2100610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/unzstd 2025-10-10T02:10:53.2101280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdless 2025-10-10T02:10:53.2101930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdgrep 2025-10-10T02:10:53.2102550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstd 2025-10-10T02:10:53.2103230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdcat 2025-10-10T02:10:53.2103860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/bin/zstdmt 2025-10-10T02:10:53.2104560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zdict.h 2025-10-10T02:10:53.2105450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zstd_errors.h 2025-10-10T02:10:53.2106010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/include/zstd.h 2025-10-10T02:10:53.2106760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/repodata_record.json 2025-10-10T02:10:53.2107470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/test/run_test.sh 2025-10-10T02:10:53.2108490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.2109030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/licenses/LICENSE 2025-10-10T02:10:53.2109800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/patches/4019.patch 2025-10-10T02:10:53.2110420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/bld.bat 2025-10-10T02:10:53.2111090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/build.sh 2025-10-10T02:10:53.2112050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.2112590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/meta.yaml 2025-10-10T02:10:53.2113360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.2113990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/run_exports.json 2025-10-10T02:10:53.2114600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/paths.json 2025-10-10T02:10:53.2115290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/hash_input.json 2025-10-10T02:10:53.2115820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/files 2025-10-10T02:10:53.2116460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/about.json 2025-10-10T02:10:53.2117100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/has_prefix 2025-10-10T02:10:53.2117690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/index.json 2025-10-10T02:10:53.2118240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/info/git 2025-10-10T02:10:53.2119140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/pkgconfig/libzstd.pc 2025-10-10T02:10:53.2119880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdConfigVersion.cmake 2025-10-10T02:10:53.2120570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdTargets.cmake 2025-10-10T02:10:53.2121340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdConfig.cmake 2025-10-10T02:10:53.2122190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/cmake/zstd/zstdTargets-release.cmake 2025-10-10T02:10:53.2122840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.1.5.6.dylib 2025-10-10T02:10:53.2123440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.a 2025-10-10T02:10:53.2124140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.1.dylib 2025-10-10T02:10:53.2124790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/lib/libzstd.dylib 2025-10-10T02:10:53.2125440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/unzstd.1 2025-10-10T02:10:53.2126160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdcat.1 2025-10-10T02:10:53.2126850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdless.1 2025-10-10T02:10:53.2127570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstd.1 2025-10-10T02:10:53.2128240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0/share/man/man1/zstdgrep.1 2025-10-10T02:10:53.2128890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1.conda 2025-10-10T02:10:53.2129500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0.conda 2025-10-10T02:10:53.2130000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/wish8.6 2025-10-10T02:10:53.2130560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/wish 2025-10-10T02:10:53.2131170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/tclsh8.6 2025-10-10T02:10:53.2131740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/tclsh 2025-10-10T02:10:53.2132440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/bin/sqlite3_analyzer 2025-10-10T02:10:53.2133050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkEntry.h 2025-10-10T02:10:53.2133670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbc.h 2025-10-10T02:10:53.2134370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntXlibDecls.h 2025-10-10T02:10:53.2135050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMenubutton.h 2025-10-10T02:10:53.2135680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUuid.h 2025-10-10T02:10:53.2136300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkText.h 2025-10-10T02:10:53.2136930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkColor.h 2025-10-10T02:10:53.2137620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/mysqlStubs.h 2025-10-10T02:10:53.2138320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXPrivate.h 2025-10-10T02:10:53.2138930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkPort.h 2025-10-10T02:10:53.2139540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/pqStubs.h 2025-10-10T02:10:53.2140230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOODecls.h 2025-10-10T02:10:53.2140960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclTclIntStubsFcn.h 2025-10-10T02:10:53.2141560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclPort.h 2025-10-10T02:10:53.2142200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkDList.h 2025-10-10T02:10:53.2142890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclIntDecls.h 2025-10-10T02:10:53.2143560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXFont.h 2025-10-10T02:10:53.2144230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixInt.h 2025-10-10T02:10:53.2144880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclUnixPort.h 2025-10-10T02:10:53.2145470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tcl.h 2025-10-10T02:10:53.2146240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclMigrate2TclCore.h 2025-10-10T02:10:53.2146850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itcl.h 2025-10-10T02:10:53.2147540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclIntDecls.h 2025-10-10T02:10:53.2148210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkImgPhoto.h 2025-10-10T02:10:53.2148800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclInt.h 2025-10-10T02:10:53.2149460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclThread.h 2025-10-10T02:10:53.2150090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkScale.h 2025-10-10T02:10:53.2150830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclIntPlatDecls.h 2025-10-10T02:10:53.2151500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbcInt.h 2025-10-10T02:10:53.2152070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tk3d.h 2025-10-10T02:10:53.2152770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tdbcDecls.h 2025-10-10T02:10:53.2153330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOOInt.h 2025-10-10T02:10:53.2154030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixDefault.h 2025-10-10T02:10:53.2154600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOO.h 2025-10-10T02:10:53.2155290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXColor.h 2025-10-10T02:10:53.2155940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itcl2TclOO.h 2025-10-10T02:10:53.2156620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUndo.h 2025-10-10T02:10:53.2157320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXDefault.h 2025-10-10T02:10:53.2157970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXWm.h 2025-10-10T02:10:53.2158580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkInt.h 2025-10-10T02:10:53.2159270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkFileFilter.h 2025-10-10T02:10:53.2159870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMenu.h 2025-10-10T02:10:53.2160490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tk.h 2025-10-10T02:10:53.2161160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntDecls.h 2025-10-10T02:10:53.2161830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/odbcStubs.h 2025-10-10T02:10:53.2162420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakepq.h 2025-10-10T02:10:53.2163080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclInt.h 2025-10-10T02:10:53.2163710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/ks_names.h 2025-10-10T02:10:53.2164390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkPlatDecls.h 2025-10-10T02:10:53.2165030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkButton.h 2025-10-10T02:10:53.2165730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkScrollbar.h 2025-10-10T02:10:53.2166340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSX.h 2025-10-10T02:10:53.2167060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclOOIntDecls.h 2025-10-10T02:10:53.2167710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/DECkeysym.h 2025-10-10T02:10:53.2168370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xutil.h 2025-10-10T02:10:53.2169060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/ap_keysym.h 2025-10-10T02:10:53.2169760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xatom.h 2025-10-10T02:10:53.2170400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xlib.h 2025-10-10T02:10:53.2171100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/cursorfont.h 2025-10-10T02:10:53.2171880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Sunkeysym.h 2025-10-10T02:10:53.2172550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/Xfuncproto.h 2025-10-10T02:10:53.2173260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/keysymdef.h 2025-10-10T02:10:53.2173930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/HPkeysym.h 2025-10-10T02:10:53.2174570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/keysym.h 2025-10-10T02:10:53.2175280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/XF86keysym.h 2025-10-10T02:10:53.2175860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/X.h 2025-10-10T02:10:53.2176580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/X11/xbytes.h 2025-10-10T02:10:53.2177250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclTomMathDecls.h 2025-10-10T02:10:53.2177920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclTomMath.h 2025-10-10T02:10:53.2178570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXInt.h 2025-10-10T02:10:53.2179310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXCursors.h 2025-10-10T02:10:53.2180010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXConstants.h 2025-10-10T02:10:53.2180660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXEvent.h 2025-10-10T02:10:53.2181370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXPort.h 2025-10-10T02:10:53.2181960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkCanvas.h 2025-10-10T02:10:53.2185910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkArray.h 2025-10-10T02:10:53.2186140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakemysql.h 2025-10-10T02:10:53.2186310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclDecls.h 2025-10-10T02:10:53.2186490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkIntPlatDecls.h 2025-10-10T02:10:53.2186650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkDecls.h 2025-10-10T02:10:53.2186800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkBusy.h 2025-10-10T02:10:53.2186970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/fakesql.h 2025-10-10T02:10:53.2187180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/itclDecls.h 2025-10-10T02:10:53.2187830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tclPlatDecls.h 2025-10-10T02:10:53.2188550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXXCursors.h 2025-10-10T02:10:53.2189170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/default.h 2025-10-10T02:10:53.2189830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkUnixPort.h 2025-10-10T02:10:53.2190500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXDebug.h 2025-10-10T02:10:53.2191140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkFont.h 2025-10-10T02:10:53.2191820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkMacOSXKeysyms.h 2025-10-10T02:10:53.2192500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/include/tkSelect.h 2025-10-10T02:10:53.2193140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/repodata_record.json 2025-10-10T02:10:53.2193800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/test/run_test.sh 2025-10-10T02:10:53.2194500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/test/hello.tcl 2025-10-10T02:10:53.2195300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/licenses/tcl8.6.15/license.terms 2025-10-10T02:10:53.2195940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/hello.tcl 2025-10-10T02:10:53.2196880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/patches/0002-win-unvendor-zlib.patch 2025-10-10T02:10:53.2197690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/patches/0001-osx-lt-11.patch 2025-10-10T02:10:53.2198240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/bld.bat 2025-10-10T02:10:53.2198900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/build.sh 2025-10-10T02:10:53.2199710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.2200410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.2201180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.2201830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/run_exports.json 2025-10-10T02:10:53.2202420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/paths.json 2025-10-10T02:10:53.2203080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/hash_input.json 2025-10-10T02:10:53.2203650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/files 2025-10-10T02:10:53.2204260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/about.json 2025-10-10T02:10:53.2204880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/has_prefix 2025-10-10T02:10:53.2205500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/index.json 2025-10-10T02:10:53.2206070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/info/git 2025-10-10T02:10:53.2206870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/tdbcmysql.tcl 2025-10-10T02:10:53.2207750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/libtdbcmysql1.1.9.dylib 2025-10-10T02:10:53.2208480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcmysql1.1.9/pkgIndex.tcl 2025-10-10T02:10:53.2209060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtcl8.6.dylib 2025-10-10T02:10:53.2209740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/pkgconfig/tcl.pc 2025-10-10T02:10:53.2210370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/pkgconfig/tk.pc 2025-10-10T02:10:53.2211150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/tdbcodbc.tcl 2025-10-10T02:10:53.2211960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/libtdbcodbc1.1.9.dylib 2025-10-10T02:10:53.2212670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcodbc1.1.9/pkgIndex.tcl 2025-10-10T02:10:53.2213500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/sqlite3.45.3/libsqlite3.45.3.dylib 2025-10-10T02:10:53.2214180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/sqlite3.45.3/pkgIndex.tcl 2025-10-10T02:10:53.2214820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtclstub8.6.a 2025-10-10T02:10:53.2215410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/Tk.tiff 2025-10-10T02:10:53.2216240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/libthread2.8.10.dylib 2025-10-10T02:10:53.2216940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/pkgIndex.tcl 2025-10-10T02:10:53.2217670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/thread2.8.10/ttrace.tcl 2025-10-10T02:10:53.2218340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/panedwindow.tcl 2025-10-10T02:10:53.2218990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tkfbox.tcl 2025-10-10T02:10:53.2219640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgbox.tcl 2025-10-10T02:10:53.2220300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/button.tcl 2025-10-10T02:10:53.2220950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/text.tcl 2025-10-10T02:10:53.2221640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/megawidget.tcl 2025-10-10T02:10:53.2222270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tk.tcl 2025-10-10T02:10:53.2222970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/fontchooser.tcl 2025-10-10T02:10:53.2223730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/panedwindow.tcl 2025-10-10T02:10:53.2224520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/scrollbar.tcl 2025-10-10T02:10:53.2225160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/sizegrip.tcl 2025-10-10T02:10:53.2225880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/button.tcl 2025-10-10T02:10:53.2226590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/defaults.tcl 2025-10-10T02:10:53.2227270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/utils.tcl 2025-10-10T02:10:53.2227960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/ttk.tcl 2025-10-10T02:10:53.2228720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/treeview.tcl 2025-10-10T02:10:53.2229510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/classicTheme.tcl 2025-10-10T02:10:53.2230430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/spinbox.tcl 2025-10-10T02:10:53.2231200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/clamTheme.tcl 2025-10-10T02:10:53.2231990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/aquaTheme.tcl 2025-10-10T02:10:53.2232710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/xpTheme.tcl 2025-10-10T02:10:53.2233390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/entry.tcl 2025-10-10T02:10:53.2234200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/notebook.tcl 2025-10-10T02:10:53.2234920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/fonts.tcl 2025-10-10T02:10:53.2235690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/vistaTheme.tcl 2025-10-10T02:10:53.2236430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/altTheme.tcl 2025-10-10T02:10:53.2237190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/combobox.tcl 2025-10-10T02:10:53.2237940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/winTheme.tcl 2025-10-10T02:10:53.2238710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/scale.tcl 2025-10-10T02:10:53.2239420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/menubutton.tcl 2025-10-10T02:10:53.2240170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/progress.tcl 2025-10-10T02:10:53.2240910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/ttk/cursors.tcl 2025-10-10T02:10:53.2241630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/obsolete.tcl 2025-10-10T02:10:53.2242350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/mkpsenc.tcl 2025-10-10T02:10:53.2243130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logoMed.gif 2025-10-10T02:10:53.2243870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo.eps 2025-10-10T02:10:53.2244680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo150.gif 2025-10-10T02:10:53.2245600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/tai-ku.gif 2025-10-10T02:10:53.2246340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/README 2025-10-10T02:10:53.2247020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo.eps 2025-10-10T02:10:53.2247700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo200.gif 2025-10-10T02:10:53.2248440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logoLarge.gif 2025-10-10T02:10:53.2249220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo175.gif 2025-10-10T02:10:53.2249990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo75.gif 2025-10-10T02:10:53.2250700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/pwrdLogo100.gif 2025-10-10T02:10:53.2251440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo100.gif 2025-10-10T02:10:53.2252180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/images/logo64.gif 2025-10-10T02:10:53.2252800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/spinbox.tcl 2025-10-10T02:10:53.2253510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/unsupported.tcl 2025-10-10T02:10:53.2254190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/clrpick.tcl 2025-10-10T02:10:53.2254810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/entry.tcl 2025-10-10T02:10:53.2255510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/console.tcl 2025-10-10T02:10:53.2256160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/icons.tcl 2025-10-10T02:10:53.2256820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/choosedir.tcl 2025-10-10T02:10:53.2257480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/menu.tcl 2025-10-10T02:10:53.2258150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/dialog.tcl 2025-10-10T02:10:53.2258810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/comdlg.tcl 2025-10-10T02:10:53.2259430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tclIndex 2025-10-10T02:10:53.2260120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/pl.msg 2025-10-10T02:10:53.2260760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/el.msg 2025-10-10T02:10:53.2261460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/sv.msg 2025-10-10T02:10:53.2262120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/en.msg 2025-10-10T02:10:53.2262770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/eo.msg 2025-10-10T02:10:53.2263440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/ru.msg 2025-10-10T02:10:53.2264100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/fr.msg 2025-10-10T02:10:53.2264790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/nl.msg 2025-10-10T02:10:53.2265450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/cs.msg 2025-10-10T02:10:53.2266170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/en_gb.msg 2025-10-10T02:10:53.2266820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/es.msg 2025-10-10T02:10:53.2267500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/hu.msg 2025-10-10T02:10:53.2268130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/da.msg 2025-10-10T02:10:53.2268790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/fi.msg 2025-10-10T02:10:53.2269490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/zh_cn.msg 2025-10-10T02:10:53.2270160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/pt.msg 2025-10-10T02:10:53.2270850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/de.msg 2025-10-10T02:10:53.2271490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/msgs/it.msg 2025-10-10T02:10:53.2272140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tearoff.tcl 2025-10-10T02:10:53.2272850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/pkgIndex.tcl 2025-10-10T02:10:53.2273520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/tkAppInit.c 2025-10-10T02:10:53.2274230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/bgerror.tcl 2025-10-10T02:10:53.2274840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/scrlbar.tcl 2025-10-10T02:10:53.2275480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/safetk.tcl 2025-10-10T02:10:53.2276180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/iconlist.tcl 2025-10-10T02:10:53.2276810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/optMenu.tcl 2025-10-10T02:10:53.2277460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/xmfbox.tcl 2025-10-10T02:10:53.2278160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/listbox.tcl 2025-10-10T02:10:53.2278820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/focus.tcl 2025-10-10T02:10:53.2279560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/style.tcl 2025-10-10T02:10:53.2280240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/bitmap.tcl 2025-10-10T02:10:53.2280950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/aniwave.tcl 2025-10-10T02:10:53.2281610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/bind.tcl 2025-10-10T02:10:53.2282350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/image1.tcl 2025-10-10T02:10:53.2283050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/textpeer.tcl 2025-10-10T02:10:53.2283790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/msgbox.tcl 2025-10-10T02:10:53.2284490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/button.tcl 2025-10-10T02:10:53.2285140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/en.msg 2025-10-10T02:10:53.2285850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/text.tcl 2025-10-10T02:10:53.2286550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/image2.tcl 2025-10-10T02:10:53.2287250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/paned2.tcl 2025-10-10T02:10:53.2287960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/filebox.tcl 2025-10-10T02:10:53.2288680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/sayings.tcl 2025-10-10T02:10:53.2289360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/plot.tcl 2025-10-10T02:10:53.2290210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkscale.tcl 2025-10-10T02:10:53.2290920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/goldberg.tcl 2025-10-10T02:10:53.2291590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/widget 2025-10-10T02:10:53.2292340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkprogress.tcl 2025-10-10T02:10:53.2293050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/paned1.tcl 2025-10-10T02:10:53.2293750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttknote.tcl 2025-10-10T02:10:53.2294420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/form.tcl 2025-10-10T02:10:53.2295220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/flagup.xbm 2025-10-10T02:10:53.2296000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/letters.xbm 2025-10-10T02:10:53.2296760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earthris.gif 2025-10-10T02:10:53.2297510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/gray25.xbm 2025-10-10T02:10:53.2298460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earthmenu.png 2025-10-10T02:10:53.2299050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/ouster.png 2025-10-10T02:10:53.2299860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/noletter.xbm 2025-10-10T02:10:53.2300600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/teapot.ppm 2025-10-10T02:10:53.2301360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/pattern.xbm 2025-10-10T02:10:53.2302130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/tcllogo.gif 2025-10-10T02:10:53.2302900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/flagdown.xbm 2025-10-10T02:10:53.2303660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/images/earth.gif 2025-10-10T02:10:53.2304300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tree.tcl 2025-10-10T02:10:53.2304990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/floor.tcl 2025-10-10T02:10:53.2305740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/clrpick.tcl 2025-10-10T02:10:53.2306400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/spin.tcl 2025-10-10T02:10:53.2307100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/timer 2025-10-10T02:10:53.2307840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkpane.tcl 2025-10-10T02:10:53.2308610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/fontchoose.tcl 2025-10-10T02:10:53.2309280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/dialog1.tcl 2025-10-10T02:10:53.2310020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/license.terms 2025-10-10T02:10:53.2310670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/nl.msg 2025-10-10T02:10:53.2311430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/dialog2.tcl 2025-10-10T02:10:53.2312070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/twind.tcl 2025-10-10T02:10:53.2312780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/menu.tcl 2025-10-10T02:10:53.2313500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/knightstour.tcl 2025-10-10T02:10:53.2314130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/README 2025-10-10T02:10:53.2314840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/cscroll.tcl 2025-10-10T02:10:53.2315580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/anilabel.tcl 2025-10-10T02:10:53.2316230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ixset 2025-10-10T02:10:53.2316920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/arrow.tcl 2025-10-10T02:10:53.2317680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/toolbar.tcl 2025-10-10T02:10:53.2318390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkmenu.tcl 2025-10-10T02:10:53.2319100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/search.tcl 2025-10-10T02:10:53.2319770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tclIndex 2025-10-10T02:10:53.2320470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ctext.tcl 2025-10-10T02:10:53.2321190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/menubu.tcl 2025-10-10T02:10:53.2321880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/label.tcl 2025-10-10T02:10:53.2322600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/tcolor 2025-10-10T02:10:53.2323330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkspin.tcl 2025-10-10T02:10:53.2324000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/puzzle.tcl 2025-10-10T02:10:53.2324710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/hscale.tcl 2025-10-10T02:10:53.2325350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/hello 2025-10-10T02:10:53.2326050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/browse 2025-10-10T02:10:53.2326790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ttkbut.tcl 2025-10-10T02:10:53.2327510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/labelframe.tcl 2025-10-10T02:10:53.2328210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/states.tcl 2025-10-10T02:10:53.2328940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/unicodeout.tcl 2025-10-10T02:10:53.2329610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/rolodex 2025-10-10T02:10:53.2330320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry1.tcl 2025-10-10T02:10:53.2331010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/combo.tcl 2025-10-10T02:10:53.2331720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/check.tcl 2025-10-10T02:10:53.2332450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/pendulum.tcl 2025-10-10T02:10:53.2333140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/mclist.tcl 2025-10-10T02:10:53.2333830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry2.tcl 2025-10-10T02:10:53.2334530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/radio.tcl 2025-10-10T02:10:53.2335240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/colors.tcl 2025-10-10T02:10:53.2335910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/icon.tcl 2025-10-10T02:10:53.2336570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/rmt 2025-10-10T02:10:53.2337260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/items.tcl 2025-10-10T02:10:53.2337990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/entry3.tcl 2025-10-10T02:10:53.2338670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/ruler.tcl 2025-10-10T02:10:53.2339390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/demos/vscale.tcl 2025-10-10T02:10:53.2340010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/scale.tcl 2025-10-10T02:10:53.2340690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tk8.6/palette.tcl 2025-10-10T02:10:53.2341390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/word.tcl 2025-10-10T02:10:53.2341960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tm.tcl 2025-10-10T02:10:53.2342640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/clock.tcl 2025-10-10T02:10:53.2343300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/history.tcl 2025-10-10T02:10:53.2344080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp869.enc 2025-10-10T02:10:53.2344820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp855.enc 2025-10-10T02:10:53.2345600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022-jp.enc 2025-10-10T02:10:53.2346410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0201.enc 2025-10-10T02:10:53.2347100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp857.enc 2025-10-10T02:10:53.2347840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macJapan.enc 2025-10-10T02:10:53.2348590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macUkraine.enc 2025-10-10T02:10:53.2349350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp936.enc 2025-10-10T02:10:53.2350070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp932.enc 2025-10-10T02:10:53.2350820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/tis-620.enc 2025-10-10T02:10:53.2351530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp852.enc 2025-10-10T02:10:53.2352640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022-kr.enc 2025-10-10T02:10:53.2353030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macIceland.enc 2025-10-10T02:10:53.2353730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp850.enc 2025-10-10T02:10:53.2354480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0212.enc 2025-10-10T02:10:53.2355200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/symbol.enc 2025-10-10T02:10:53.2355960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macTurkish.enc 2025-10-10T02:10:53.2356670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ascii.enc 2025-10-10T02:10:53.2357430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macGreek.enc 2025-10-10T02:10:53.2358180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb12345.enc 2025-10-10T02:10:53.2358930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-6.enc 2025-10-10T02:10:53.2359690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-7.enc 2025-10-10T02:10:53.2360440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-5.enc 2025-10-10T02:10:53.2361190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-4.enc 2025-10-10T02:10:53.2361960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-1.enc 2025-10-10T02:10:53.2362700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/dingbats.enc 2025-10-10T02:10:53.2363410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp950.enc 2025-10-10T02:10:53.2364220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1258.enc 2025-10-10T02:10:53.2364940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp775.enc 2025-10-10T02:10:53.2365700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-3.enc 2025-10-10T02:10:53.2366450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-2.enc 2025-10-10T02:10:53.2367220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb2312-raw.enc 2025-10-10T02:10:53.2367990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCyrillic.enc 2025-10-10T02:10:53.2368710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1256.enc 2025-10-10T02:10:53.2369450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb1988.enc 2025-10-10T02:10:53.2370200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ebcdic.enc 2025-10-10T02:10:53.2371010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-jp.enc 2025-10-10T02:10:53.2371820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-13.enc 2025-10-10T02:10:53.2372540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/ksc5601.enc 2025-10-10T02:10:53.2373190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/big5.enc 2025-10-10T02:10:53.2373960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1257.enc 2025-10-10T02:10:53.2374680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/gb2312.enc 2025-10-10T02:10:53.2375420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1255.enc 2025-10-10T02:10:53.2376260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp949.enc 2025-10-10T02:10:53.2377170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-11.enc 2025-10-10T02:10:53.2377920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-10.enc 2025-10-10T02:10:53.2378670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1254.enc 2025-10-10T02:10:53.2379380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1250.enc 2025-10-10T02:10:53.2380150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCentEuro.enc 2025-10-10T02:10:53.2380910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-14.enc 2025-10-10T02:10:53.2381660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-9.enc 2025-10-10T02:10:53.2382390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-kr.enc 2025-10-10T02:10:53.2383150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-8.enc 2025-10-10T02:10:53.2383910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-15.enc 2025-10-10T02:10:53.2384630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1251.enc 2025-10-10T02:10:53.2385350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1253.enc 2025-10-10T02:10:53.2386120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso8859-16.enc 2025-10-10T02:10:53.2386840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp437.enc 2025-10-10T02:10:53.2387570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp1252.enc 2025-10-10T02:10:53.2388300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-u.enc 2025-10-10T02:10:53.2389040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macThai.enc 2025-10-10T02:10:53.2389810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/shiftjis.enc 2025-10-10T02:10:53.2390550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp861.enc 2025-10-10T02:10:53.2391320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macRomania.enc 2025-10-10T02:10:53.2392020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp860.enc 2025-10-10T02:10:53.2392750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp874.enc 2025-10-10T02:10:53.2393500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cns11643.enc 2025-10-10T02:10:53.2394210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-t.enc 2025-10-10T02:10:53.2395060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macRoman.enc 2025-10-10T02:10:53.2395710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/jis0208.enc 2025-10-10T02:10:53.2396510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp862.enc 2025-10-10T02:10:53.2397330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/iso2022.enc 2025-10-10T02:10:53.2398380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macDingbats.enc 2025-10-10T02:10:53.2399360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp863.enc 2025-10-10T02:10:53.2400310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp866.enc 2025-10-10T02:10:53.2401220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-r.enc 2025-10-10T02:10:53.2402090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp737.enc 2025-10-10T02:10:53.2403140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/koi8-ru.enc 2025-10-10T02:10:53.2403970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp864.enc 2025-10-10T02:10:53.2404850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/macCroatian.enc 2025-10-10T02:10:53.2405840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/euc-cn.enc 2025-10-10T02:10:53.2406690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/encoding/cp865.enc 2025-10-10T02:10:53.2407720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/opt0.4/optparse.tcl 2025-10-10T02:10:53.2408640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/opt0.4/pkgIndex.tcl 2025-10-10T02:10:53.2409350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tclIndex 2025-10-10T02:10:53.2410280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kok.msg 2025-10-10T02:10:53.2411190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sw.msg 2025-10-10T02:10:53.2412030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pl.msg 2025-10-10T02:10:53.2412800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa.msg 2025-10-10T02:10:53.2413680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de_at.msg 2025-10-10T02:10:53.2414530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_bo.msg 2025-10-10T02:10:53.2415330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/el.msg 2025-10-10T02:10:53.2416070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sv.msg 2025-10-10T02:10:53.2416860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gl_es.msg 2025-10-10T02:10:53.2417790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_bw.msg 2025-10-10T02:10:53.2418750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_ca.msg 2025-10-10T02:10:53.2419760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_be.msg 2025-10-10T02:10:53.2420560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hi.msg 2025-10-10T02:10:53.2421430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ja.msg 2025-10-10T02:10:53.2422320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eo.msg 2025-10-10T02:10:53.2423120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pt_br.msg 2025-10-10T02:10:53.2424030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bn_in.msg 2025-10-10T02:10:53.2424910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ru_ua.msg 2025-10-10T02:10:53.2425700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ca.msg 2025-10-10T02:10:53.2426700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_be.msg 2025-10-10T02:10:53.2427550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sq.msg 2025-10-10T02:10:53.2428340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ru.msg 2025-10-10T02:10:53.2429280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_cl.msg 2025-10-10T02:10:53.2430140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kw.msg 2025-10-10T02:10:53.2431080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ar.msg 2025-10-10T02:10:53.2431840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_in.msg 2025-10-10T02:10:53.2432620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_zw.msg 2025-10-10T02:10:53.2433360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sr.msg 2025-10-10T02:10:53.2434140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/it_ch.msg 2025-10-10T02:10:53.2434930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_co.msg 2025-10-10T02:10:53.2435670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gv.msg 2025-10-10T02:10:53.2436430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr.msg 2025-10-10T02:10:53.2437210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ga.msg 2025-10-10T02:10:53.2438030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ni.msg 2025-10-10T02:10:53.2438920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_za.msg 2025-10-10T02:10:53.2439630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/af.msg 2025-10-10T02:10:53.2440440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_hn.msg 2025-10-10T02:10:53.2441220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/lv.msg 2025-10-10T02:10:53.2442000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mr.msg 2025-10-10T02:10:53.2442880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ms.msg 2025-10-10T02:10:53.2443810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar.msg 2025-10-10T02:10:53.2444770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_do.msg 2025-10-10T02:10:53.2445690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_gt.msg 2025-10-10T02:10:53.2446530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/lt.msg 2025-10-10T02:10:53.2447380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/te.msg 2025-10-10T02:10:53.2448160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/tr.msg 2025-10-10T02:10:53.2449160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ie.msg 2025-10-10T02:10:53.2450070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nl_be.msg 2025-10-10T02:10:53.2450900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_py.msg 2025-10-10T02:10:53.2451820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ta.msg 2025-10-10T02:10:53.2452550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/vi.msg 2025-10-10T02:10:53.2453510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mt.msg 2025-10-10T02:10:53.2454400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nn.msg 2025-10-10T02:10:53.2455150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_sv.msg 2025-10-10T02:10:53.2456030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nl.msg 2025-10-10T02:10:53.2456920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bn.msg 2025-10-10T02:10:53.2457800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_lb.msg 2025-10-10T02:10:53.2458630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh.msg 2025-10-10T02:10:53.2459460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa_in.msg 2025-10-10T02:10:53.2460360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ko_kr.msg 2025-10-10T02:10:53.2461390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_in.msg 2025-10-10T02:10:53.2462190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pa.msg 2025-10-10T02:10:53.2463040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/te_in.msg 2025-10-10T02:10:53.2464340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/uk.msg 2025-10-10T02:10:53.2465500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_hk.msg 2025-10-10T02:10:53.2466320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_hk.msg 2025-10-10T02:10:53.2467290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ga_ie.msg 2025-10-10T02:10:53.2468070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/cs.msg 2025-10-10T02:10:53.2468970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ec.msg 2025-10-10T02:10:53.2469800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/nb.msg 2025-10-10T02:10:53.2470660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hi_in.msg 2025-10-10T02:10:53.2471520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/af_za.msg 2025-10-10T02:10:53.2472410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fo_fo.msg 2025-10-10T02:10:53.2473270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fa_ir.msg 2025-10-10T02:10:53.2474030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/th.msg 2025-10-10T02:10:53.2474770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ca.msg 2025-10-10T02:10:53.2475550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/be.msg 2025-10-10T02:10:53.2476320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mk.msg 2025-10-10T02:10:53.2477160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kok_in.msg 2025-10-10T02:10:53.2478050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_gb.msg 2025-10-10T02:10:53.2478960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_sg.msg 2025-10-10T02:10:53.2479770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_sg.msg 2025-10-10T02:10:53.2480710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kw_gb.msg 2025-10-10T02:10:53.2481520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/bg.msg 2025-10-10T02:10:53.2482330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pe.msg 2025-10-10T02:10:53.2483300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_pr.msg 2025-10-10T02:10:53.2484100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_ph.msg 2025-10-10T02:10:53.2484990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ms_my.msg 2025-10-10T02:10:53.2485750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_uy.msg 2025-10-10T02:10:53.2486650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/mr_in.msg 2025-10-10T02:10:53.2487470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gv_gb.msg 2025-10-10T02:10:53.2488340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_sy.msg 2025-10-10T02:10:53.2489080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/gl.msg 2025-10-10T02:10:53.2489960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es.msg 2025-10-10T02:10:53.2490820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ko.msg 2025-10-10T02:10:53.2491580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hu.msg 2025-10-10T02:10:53.2492390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/da.msg 2025-10-10T02:10:53.2493280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fi.msg 2025-10-10T02:10:53.2494120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sh.msg 2025-10-10T02:10:53.2494960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fr_ch.msg 2025-10-10T02:10:53.2495820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ar_jo.msg 2025-10-10T02:10:53.2496560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/is.msg 2025-10-10T02:10:53.2497530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kl.msg 2025-10-10T02:10:53.2498350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de_be.msg 2025-10-10T02:10:53.2499130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/id.msg 2025-10-10T02:10:53.2499970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sk.msg 2025-10-10T02:10:53.2500850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ro.msg 2025-10-10T02:10:53.2501760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_cn.msg 2025-10-10T02:10:53.2502760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/id_id.msg 2025-10-10T02:10:53.2503700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eu_es.msg 2025-10-10T02:10:53.2504500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/pt.msg 2025-10-10T02:10:53.2505360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/eu.msg 2025-10-10T02:10:53.2506210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_cr.msg 2025-10-10T02:10:53.2507140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/ta_in.msg 2025-10-10T02:10:53.2507890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/he.msg 2025-10-10T02:10:53.2508680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/hr.msg 2025-10-10T02:10:53.2509580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_mx.msg 2025-10-10T02:10:53.2510310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/et.msg 2025-10-10T02:10:53.2511080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/fo.msg 2025-10-10T02:10:53.2512090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/es_ve.msg 2025-10-10T02:10:53.2512910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/zh_tw.msg 2025-10-10T02:10:53.2513870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/sl.msg 2025-10-10T02:10:53.2514870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/de.msg 2025-10-10T02:10:53.2515550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/it.msg 2025-10-10T02:10:53.2516430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_au.msg 2025-10-10T02:10:53.2517390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/kl_gl.msg 2025-10-10T02:10:53.2518310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/msgs/en_nz.msg 2025-10-10T02:10:53.2519070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/safe.tcl 2025-10-10T02:10:53.2519880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/parray.tcl 2025-10-10T02:10:53.2520820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/tclAppInit.c 2025-10-10T02:10:53.2521570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/package.tcl 2025-10-10T02:10:53.2522440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/auto.tcl 2025-10-10T02:10:53.2523440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/http1.0/http.tcl 2025-10-10T02:10:53.2524360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/http1.0/pkgIndex.tcl 2025-10-10T02:10:53.2525130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8.6/init.tcl 2025-10-10T02:10:53.2526010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtkstub8.6.a 2025-10-10T02:10:53.2526760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tclConfig.sh 2025-10-10T02:10:53.2527940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/tdbcpostgres.tcl 2025-10-10T02:10:53.2528840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/pkgIndex.tcl 2025-10-10T02:10:53.2530150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbcpostgres1.1.9/libtdbcpostgres1.1.9.dylib 2025-10-10T02:10:53.2531000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/libtdbcstub1.1.9.a 2025-10-10T02:10:53.2531940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/libtdbc1.1.9.dylib 2025-10-10T02:10:53.2532920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/pkgIndex.tcl 2025-10-10T02:10:53.2533730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/tdbc.tcl 2025-10-10T02:10:53.2534760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tdbc1.1.9/tdbcConfig.sh 2025-10-10T02:10:53.2535360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/Tk.icns 2025-10-10T02:10:53.2536300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tclooConfig.sh 2025-10-10T02:10:53.2537310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/libtk8.6.dylib 2025-10-10T02:10:53.2538120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tkConfig.sh 2025-10-10T02:10:53.2539180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.uuid 2025-10-10T02:10:53.2540220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.tm 2025-10-10T02:10:53.2541130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.6/http-2.9.8.tm 2025-10-10T02:10:53.2542220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.4/platform/shell-1.1.4.tm 2025-10-10T02:10:53.2543040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.4/platform-1.0.19.tm 2025-10-10T02:10:53.2543870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.5/msgcat-1.6.1.tm 2025-10-10T02:10:53.2544780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/tcl8/8.5/tcltest-2.5.8.tm 2025-10-10T02:10:53.2545750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itcl.tcl 2025-10-10T02:10:53.2546680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclConfig.sh 2025-10-10T02:10:53.2547630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/libitcl4.3.0.dylib 2025-10-10T02:10:53.2548560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/pkgIndex.tcl 2025-10-10T02:10:53.2549470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclHullCmds.tcl 2025-10-10T02:10:53.2550410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/itclWidget.tcl 2025-10-10T02:10:53.2551380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0/lib/itcl4.3.0/libitclstub4.3.0.a 2025-10-10T02:10:53.2552300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1.conda 2025-10-10T02:10:53.2553060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1.conda 2025-10-10T02:10:53.2553930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/bin/pygmentize 2025-10-10T02:10:53.2554930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.2555820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.2556680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.2557920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.2559000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.2560220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.2561190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.2562360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.2563140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.2564120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.2564860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/files 2025-10-10T02:10:53.2565750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.2566760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:53.2567540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.2568300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/info/git 2025-10-10T02:10:53.2569870Z /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-10-10T02:10:53.2571270Z /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-10-10T02:10:53.2572800Z /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-10-10T02:10:53.2574250Z /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-10-10T02:10:53.2575580Z /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-10-10T02:10:53.2576970Z /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-10-10T02:10:53.2578600Z /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-10-10T02:10:53.2579920Z /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-10-10T02:10:53.2581190Z /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-10-10T02:10:53.2582350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/filters/__init__.py 2025-10-10T02:10:53.2583920Z /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-10-10T02:10:53.2585240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/modeline.py 2025-10-10T02:10:53.2586450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/console.py 2025-10-10T02:10:53.2587610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/scanner.py 2025-10-10T02:10:53.2588780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatter.py 2025-10-10T02:10:53.2589960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/soong.py 2025-10-10T02:10:53.2591290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/c_like.py 2025-10-10T02:10:53.2592400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ampl.py 2025-10-10T02:10:53.2593380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/agile.py 2025-10-10T02:10:53.2594420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphics.py 2025-10-10T02:10:53.2595420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hdl.py 2025-10-10T02:10:53.2596440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ecl.py 2025-10-10T02:10:53.2597500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/futhark.py 2025-10-10T02:10:53.2598540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ada.py 2025-10-10T02:10:53.2599630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_postgres_builtins.py 2025-10-10T02:10:53.2600670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/console.py 2025-10-10T02:10:53.2601670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mime.py 2025-10-10T02:10:53.2602770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lua_builtins.py 2025-10-10T02:10:53.2603830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/capnproto.py 2025-10-10T02:10:53.2604900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nimrod.py 2025-10-10T02:10:53.2605890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rebol.py 2025-10-10T02:10:53.2606950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/objective.py 2025-10-10T02:10:53.2607910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sas.py 2025-10-10T02:10:53.2609030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_qlik_builtins.py 2025-10-10T02:10:53.2610030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/phix.py 2025-10-10T02:10:53.2611060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphql.py 2025-10-10T02:10:53.2612100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/usd.py 2025-10-10T02:10:53.2613140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/crystal.py 2025-10-10T02:10:53.2614510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/verifpal.py 2025-10-10T02:10:53.2616030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_sourcemod_builtins.py 2025-10-10T02:10:53.2617150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/web.py 2025-10-10T02:10:53.2618290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ldap.py 2025-10-10T02:10:53.2619680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/verification.py 2025-10-10T02:10:53.2620840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/erlang.py 2025-10-10T02:10:53.2622190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/apdlexer.py 2025-10-10T02:10:53.2623660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/slash.py 2025-10-10T02:10:53.2624930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/boa.py 2025-10-10T02:10:53.2626190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/elpi.py 2025-10-10T02:10:53.2627530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/maxima.py 2025-10-10T02:10:53.2628870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/chapel.py 2025-10-10T02:10:53.2630240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/configs.py 2025-10-10T02:10:53.2631590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/clean.py 2025-10-10T02:10:53.2632710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mojo.py 2025-10-10T02:10:53.2633920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jslt.py 2025-10-10T02:10:53.2635260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ul4.py 2025-10-10T02:10:53.2636520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/numbair.py 2025-10-10T02:10:53.2637620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/qvt.py 2025-10-10T02:10:53.2638940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tablegen.py 2025-10-10T02:10:53.2640050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/inferno.py 2025-10-10T02:10:53.2641290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tlb.py 2025-10-10T02:10:53.2642450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nix.py 2025-10-10T02:10:53.2643580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wren.py 2025-10-10T02:10:53.2644820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/parasail.py 2025-10-10T02:10:53.2646260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smithy.py 2025-10-10T02:10:53.2647560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_css_builtins.py 2025-10-10T02:10:53.2648800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graphviz.py 2025-10-10T02:10:53.2650030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/r.py 2025-10-10T02:10:53.2651430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pawn.py 2025-10-10T02:10:53.2652690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dns.py 2025-10-10T02:10:53.2653870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/maple.py 2025-10-10T02:10:53.2655170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/idl.py 2025-10-10T02:10:53.2656880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/iolang.py 2025-10-10T02:10:53.2658180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/amdgpu.py 2025-10-10T02:10:53.2659420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dsls.py 2025-10-10T02:10:53.2660870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/supercollider.py 2025-10-10T02:10:53.2662010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/comal.py 2025-10-10T02:10:53.2663260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/solidity.py 2025-10-10T02:10:53.2664630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_scilab_builtins.py 2025-10-10T02:10:53.2666040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lilypond_builtins.py 2025-10-10T02:10:53.2667140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hare.py 2025-10-10T02:10:53.2668330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lisp.py 2025-10-10T02:10:53.2669590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/j.py 2025-10-10T02:10:53.2670890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/blueprint.py 2025-10-10T02:10:53.2672330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mosel.py 2025-10-10T02:10:53.2673580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_googlesql_builtins.py 2025-10-10T02:10:53.2674970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_vbscript_builtins.py 2025-10-10T02:10:53.2676300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_openedge_builtins.py 2025-10-10T02:10:53.2677580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smalltalk.py 2025-10-10T02:10:53.2678890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/spice.py 2025-10-10T02:10:53.2680130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/monte.py 2025-10-10T02:10:53.2681380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_luau_builtins.py 2025-10-10T02:10:53.2682710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webmisc.py 2025-10-10T02:10:53.2683900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/teal.py 2025-10-10T02:10:53.2685230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/c_cpp.py 2025-10-10T02:10:53.2686430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/perl.py 2025-10-10T02:10:53.2687950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/robotframework.py 2025-10-10T02:10:53.2689190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/textfmts.py 2025-10-10T02:10:53.2690780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jsonnet.py 2025-10-10T02:10:53.2692020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/cplint.py 2025-10-10T02:10:53.2693210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jsx.py 2025-10-10T02:10:53.2694600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/prolog.py 2025-10-10T02:10:53.2695910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rnc.py 2025-10-10T02:10:53.2697240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wowtoc.py 2025-10-10T02:10:53.2698780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_julia_builtins.py 2025-10-10T02:10:53.2699920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/algebra.py 2025-10-10T02:10:53.2701460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/typoscript.py 2025-10-10T02:10:53.2702650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/automation.py 2025-10-10T02:10:53.2703980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sieve.py 2025-10-10T02:10:53.2705450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/esoteric.py 2025-10-10T02:10:53.2706700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/graph.py 2025-10-10T02:10:53.2707900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/html.py 2025-10-10T02:10:53.2709200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_php_builtins.py 2025-10-10T02:10:53.2710420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/shell.py 2025-10-10T02:10:53.2711690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/scripting.py 2025-10-10T02:10:53.2712970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gsql.py 2025-10-10T02:10:53.2714240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gdscript.py 2025-10-10T02:10:53.2715730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ambient.py 2025-10-10T02:10:53.2716910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/arrow.py 2025-10-10T02:10:53.2718200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/oberon.py 2025-10-10T02:10:53.2719550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_stata_builtins.py 2025-10-10T02:10:53.2720800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/floscript.py 2025-10-10T02:10:53.2722180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/resource.py 2025-10-10T02:10:53.2723500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/__init__.py 2025-10-10T02:10:53.2724780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/d.py 2025-10-10T02:10:53.2725980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ruby.py 2025-10-10T02:10:53.2727200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/other.py 2025-10-10T02:10:53.2728570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pony.py 2025-10-10T02:10:53.2729900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/matlab.py 2025-10-10T02:10:53.2731170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/felix.py 2025-10-10T02:10:53.2732440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tnt.py 2025-10-10T02:10:53.2733860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_vim_builtins.py 2025-10-10T02:10:53.2735190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/freefem.py 2025-10-10T02:10:53.2736410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/thingsdb.py 2025-10-10T02:10:53.2737730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/teraterm.py 2025-10-10T02:10:53.2739150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/parsers.py 2025-10-10T02:10:53.2740280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jmespath.py 2025-10-10T02:10:53.2741640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/carbon.py 2025-10-10T02:10:53.2742910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/theorem.py 2025-10-10T02:10:53.2744200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/compiled.py 2025-10-10T02:10:53.2745700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/int_fiction.py 2025-10-10T02:10:53.2747010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_cocoa_builtins.py 2025-10-10T02:10:53.2748400Z /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-10-10T02:10:53.2749640Z /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-10-10T02:10:53.2750790Z /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-10-10T02:10:53.2751970Z /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-10-10T02:10:53.2753210Z /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-10-10T02:10:53.2754400Z /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-10-10T02:10:53.2755710Z /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-10-10T02:10:53.2756860Z /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-10-10T02:10:53.2758020Z /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-10-10T02:10:53.2759190Z /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-10-10T02:10:53.2760410Z /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-10-10T02:10:53.2761610Z /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-10-10T02:10:53.2762810Z /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-10-10T02:10:53.2764010Z /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-10-10T02:10:53.2765410Z /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-10-10T02:10:53.2766570Z /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-10-10T02:10:53.2767950Z /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-10-10T02:10:53.2769030Z /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-10-10T02:10:53.2770170Z /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-10-10T02:10:53.2771310Z /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-10-10T02:10:53.2772530Z /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-10-10T02:10:53.2773710Z /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-10-10T02:10:53.2774880Z /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-10-10T02:10:53.2776040Z /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-10-10T02:10:53.2777210Z /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-10-10T02:10:53.2778410Z /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-10-10T02:10:53.2779550Z /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-10-10T02:10:53.2780730Z /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-10-10T02:10:53.2781960Z /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-10-10T02:10:53.2783120Z /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-10-10T02:10:53.2784280Z /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-10-10T02:10:53.2785460Z /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-10-10T02:10:53.2786610Z /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-10-10T02:10:53.2787750Z /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-10-10T02:10:53.2788930Z /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-10-10T02:10:53.2790090Z /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-10-10T02:10:53.2791240Z /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-10-10T02:10:53.2792420Z /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-10-10T02:10:53.2793740Z /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-10-10T02:10:53.2795000Z /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-10-10T02:10:53.2796380Z /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-10-10T02:10:53.2797950Z /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-10-10T02:10:53.2799450Z /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-10-10T02:10:53.2801320Z /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-10-10T02:10:53.2802840Z /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-10-10T02:10:53.2804250Z /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-10-10T02:10:53.2806030Z /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-10-10T02:10:53.2807430Z /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-10-10T02:10:53.2808950Z /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-10-10T02:10:53.2810370Z /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-10-10T02:10:53.2811930Z /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-10-10T02:10:53.2813380Z /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-10-10T02:10:53.2814810Z /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-10-10T02:10:53.2816220Z /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-10-10T02:10:53.2817660Z /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-10-10T02:10:53.2819250Z /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-10-10T02:10:53.2820620Z /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-10-10T02:10:53.2822040Z /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-10-10T02:10:53.2823570Z /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-10-10T02:10:53.2824940Z /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-10-10T02:10:53.2826520Z /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-10-10T02:10:53.2827910Z /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-10-10T02:10:53.2829300Z /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-10-10T02:10:53.2830700Z /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-10-10T02:10:53.2832270Z /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-10-10T02:10:53.2833690Z /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-10-10T02:10:53.2835290Z /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-10-10T02:10:53.2836870Z /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-10-10T02:10:53.2838420Z /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-10-10T02:10:53.2840000Z /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-10-10T02:10:53.2841620Z /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-10-10T02:10:53.2843050Z /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-10-10T02:10:53.2844470Z /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-10-10T02:10:53.2845990Z /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-10-10T02:10:53.2847370Z /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-10-10T02:10:53.2851850Z /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-10-10T02:10:53.2852340Z /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-10-10T02:10:53.2852690Z /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-10-10T02:10:53.2853360Z /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-10-10T02:10:53.2854830Z /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-10-10T02:10:53.2856500Z /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-10-10T02:10:53.2858000Z /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-10-10T02:10:53.2859740Z /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-10-10T02:10:53.2861310Z /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-10-10T02:10:53.2862790Z /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-10-10T02:10:53.2864260Z /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-10-10T02:10:53.2865980Z /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-10-10T02:10:53.2867460Z /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-10-10T02:10:53.2868900Z /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-10-10T02:10:53.2870310Z /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-10-10T02:10:53.2871840Z /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-10-10T02:10:53.2873240Z /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-10-10T02:10:53.2874890Z /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-10-10T02:10:53.2876550Z /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-10-10T02:10:53.2878260Z /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-10-10T02:10:53.2879790Z /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-10-10T02:10:53.2881490Z /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-10-10T02:10:53.2882830Z /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-10-10T02:10:53.2884300Z /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-10-10T02:10:53.2885890Z /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-10-10T02:10:53.2887140Z /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-10-10T02:10:53.2888670Z /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-10-10T02:10:53.2890140Z /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-10-10T02:10:53.2891710Z /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-10-10T02:10:53.2893390Z /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-10-10T02:10:53.2894890Z /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-10-10T02:10:53.2896280Z /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-10-10T02:10:53.2897550Z /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-10-10T02:10:53.2898600Z /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-10-10T02:10:53.2899760Z /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-10-10T02:10:53.2901040Z /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-10-10T02:10:53.2902220Z /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-10-10T02:10:53.2903520Z /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-10-10T02:10:53.2904820Z /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-10-10T02:10:53.2905910Z /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-10-10T02:10:53.2907060Z /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-10-10T02:10:53.2908200Z /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-10-10T02:10:53.2909400Z /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-10-10T02:10:53.2910660Z /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-10-10T02:10:53.2911780Z /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-10-10T02:10:53.2912920Z /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-10-10T02:10:53.2914070Z /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-10-10T02:10:53.2915270Z /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-10-10T02:10:53.2916490Z /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-10-10T02:10:53.2917730Z /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-10-10T02:10:53.2919000Z /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-10-10T02:10:53.2920180Z /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-10-10T02:10:53.2921480Z /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-10-10T02:10:53.2922650Z /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-10-10T02:10:53.2923780Z /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-10-10T02:10:53.2925020Z /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-10-10T02:10:53.2926190Z /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-10-10T02:10:53.2927440Z /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-10-10T02:10:53.2928740Z /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-10-10T02:10:53.2929960Z /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-10-10T02:10:53.2931300Z /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-10-10T02:10:53.2932460Z /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-10-10T02:10:53.2933640Z /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-10-10T02:10:53.2934790Z /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-10-10T02:10:53.2936060Z /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-10-10T02:10:53.2937290Z /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-10-10T02:10:53.2938410Z /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-10-10T02:10:53.2939620Z /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-10-10T02:10:53.2940820Z /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-10-10T02:10:53.2942000Z /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-10-10T02:10:53.2943280Z /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-10-10T02:10:53.2944330Z /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-10-10T02:10:53.2945520Z /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-10-10T02:10:53.2946760Z /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-10-10T02:10:53.2948080Z /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-10-10T02:10:53.2949080Z /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-10-10T02:10:53.2950450Z /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-10-10T02:10:53.2951520Z /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-10-10T02:10:53.2952750Z /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-10-10T02:10:53.2953890Z /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-10-10T02:10:53.2955130Z /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-10-10T02:10:53.2956290Z /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-10-10T02:10:53.2957390Z /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-10-10T02:10:53.2958650Z /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-10-10T02:10:53.2959790Z /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-10-10T02:10:53.2961120Z /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-10-10T02:10:53.2962350Z /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-10-10T02:10:53.2963540Z /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-10-10T02:10:53.2964680Z /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-10-10T02:10:53.2965890Z /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-10-10T02:10:53.2967020Z /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-10-10T02:10:53.2968170Z /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-10-10T02:10:53.2969460Z /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-10-10T02:10:53.2970580Z /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-10-10T02:10:53.2971800Z /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-10-10T02:10:53.2972930Z /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-10-10T02:10:53.2974320Z /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-10-10T02:10:53.2975460Z /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-10-10T02:10:53.2976670Z /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-10-10T02:10:53.2977870Z /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-10-10T02:10:53.2979040Z /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-10-10T02:10:53.2980200Z /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-10-10T02:10:53.2981400Z /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-10-10T02:10:53.2982630Z /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-10-10T02:10:53.2983760Z /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-10-10T02:10:53.2984950Z /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-10-10T02:10:53.2986180Z /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-10-10T02:10:53.2987460Z /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-10-10T02:10:53.2988630Z /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-10-10T02:10:53.2989770Z /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-10-10T02:10:53.2990960Z /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-10-10T02:10:53.2992190Z /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-10-10T02:10:53.2993390Z /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-10-10T02:10:53.2994560Z /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-10-10T02:10:53.2995720Z /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-10-10T02:10:53.2996880Z /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-10-10T02:10:53.2998040Z /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-10-10T02:10:53.2999260Z /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-10-10T02:10:53.3000510Z /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-10-10T02:10:53.3001590Z /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-10-10T02:10:53.3002760Z /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-10-10T02:10:53.3004040Z /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-10-10T02:10:53.3005190Z /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-10-10T02:10:53.3006430Z /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-10-10T02:10:53.3007610Z /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-10-10T02:10:53.3008820Z /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-10-10T02:10:53.3009990Z /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-10-10T02:10:53.3011170Z /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-10-10T02:10:53.3012470Z /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-10-10T02:10:53.3013620Z /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-10-10T02:10:53.3014810Z /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-10-10T02:10:53.3016050Z /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-10-10T02:10:53.3017220Z /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-10-10T02:10:53.3018420Z /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-10-10T02:10:53.3019700Z /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-10-10T02:10:53.3021300Z /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-10-10T02:10:53.3022990Z /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-10-10T02:10:53.3024160Z /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-10-10T02:10:53.3025520Z /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-10-10T02:10:53.3026610Z /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-10-10T02:10:53.3027800Z /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-10-10T02:10:53.3028950Z /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-10-10T02:10:53.3030130Z /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-10-10T02:10:53.3031310Z /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-10-10T02:10:53.3032510Z /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-10-10T02:10:53.3033850Z /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-10-10T02:10:53.3034950Z /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-10-10T02:10:53.3036110Z /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-10-10T02:10:53.3037390Z /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-10-10T02:10:53.3038630Z /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-10-10T02:10:53.3039860Z /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-10-10T02:10:53.3041130Z /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-10-10T02:10:53.3042400Z /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-10-10T02:10:53.3043590Z /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-10-10T02:10:53.3044800Z /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-10-10T02:10:53.3046000Z /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-10-10T02:10:53.3047180Z /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-10-10T02:10:53.3048580Z /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-10-10T02:10:53.3049660Z /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-10-10T02:10:53.3050870Z /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-10-10T02:10:53.3052120Z /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-10-10T02:10:53.3053440Z /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-10-10T02:10:53.3054580Z /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-10-10T02:10:53.3055770Z /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-10-10T02:10:53.3057070Z /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-10-10T02:10:53.3058190Z /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-10-10T02:10:53.3059290Z /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-10-10T02:10:53.3060480Z /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-10-10T02:10:53.3061660Z /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-10-10T02:10:53.3062810Z /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-10-10T02:10:53.3064160Z /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-10-10T02:10:53.3065330Z /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-10-10T02:10:53.3066430Z /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-10-10T02:10:53.3067650Z /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-10-10T02:10:53.3068800Z /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-10-10T02:10:53.3070060Z /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-10-10T02:10:53.3071510Z /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-10-10T02:10:53.3072670Z /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-10-10T02:10:53.3073990Z /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-10-10T02:10:53.3075030Z /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-10-10T02:10:53.3076240Z /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-10-10T02:10:53.3077420Z /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-10-10T02:10:53.3078560Z /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-10-10T02:10:53.3079460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ncl.py 2025-10-10T02:10:53.3080650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/vyper.py 2025-10-10T02:10:53.3081650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lilypond.py 2025-10-10T02:10:53.3082540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/markup.py 2025-10-10T02:10:53.3083550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pddl.py 2025-10-10T02:10:53.3084580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_asy_builtins.py 2025-10-10T02:10:53.3085560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/igor.py 2025-10-10T02:10:53.3086670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ml.py 2025-10-10T02:10:53.3087610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/savi.py 2025-10-10T02:10:53.3088570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bqn.py 2025-10-10T02:10:53.3089580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tal.py 2025-10-10T02:10:53.3090530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tls.py 2025-10-10T02:10:53.3091600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/templates.py 2025-10-10T02:10:53.3092580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/forth.py 2025-10-10T02:10:53.3093630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/css.py 2025-10-10T02:10:53.3094550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asm.py 2025-10-10T02:10:53.3095630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/roboconf.py 2025-10-10T02:10:53.3096750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_lasso_builtins.py 2025-10-10T02:10:53.3097720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pascal.py 2025-10-10T02:10:53.3098710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/csound.py 2025-10-10T02:10:53.3099910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/typst.py 2025-10-10T02:10:53.3100760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ptx.py 2025-10-10T02:10:53.3101750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sgf.py 2025-10-10T02:10:53.3102760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/kusto.py 2025-10-10T02:10:53.3103810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webassembly.py 2025-10-10T02:10:53.3104850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/procfile.py 2025-10-10T02:10:53.3106030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/functional.py 2025-10-10T02:10:53.3106880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/codeql.py 2025-10-10T02:10:53.3108000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/textedit.py 2025-10-10T02:10:53.3108910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/installers.py 2025-10-10T02:10:53.3109950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/business.py 2025-10-10T02:10:53.3110950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tcl.py 2025-10-10T02:10:53.3112030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/minecraft.py 2025-10-10T02:10:53.3113020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/vip.py 2025-10-10T02:10:53.3114050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/mips.py 2025-10-10T02:10:53.3115130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/meson.py 2025-10-10T02:10:53.3116140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/basic.py 2025-10-10T02:10:53.3117250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_stan_builtins.py 2025-10-10T02:10:53.3118230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/prql.py 2025-10-10T02:10:53.3119250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/eiffel.py 2025-10-10T02:10:53.3120320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/scdoc.py 2025-10-10T02:10:53.3121270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dax.py 2025-10-10T02:10:53.3122270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rdf.py 2025-10-10T02:10:53.3123310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gleam.py 2025-10-10T02:10:53.3124340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/email.py 2025-10-10T02:10:53.3125380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sophia.py 2025-10-10T02:10:53.3126520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/modula2.py 2025-10-10T02:10:53.3127600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/nit.py 2025-10-10T02:10:53.3129090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/actionscript.py 2025-10-10T02:10:53.3130370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/qlik.py 2025-10-10T02:10:53.3131760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/text.py 2025-10-10T02:10:53.3132990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/apl.py 2025-10-10T02:10:53.3134310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_cl_builtins.py 2025-10-10T02:10:53.3135660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mql_builtins.py 2025-10-10T02:10:53.3137160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/srcinfo.py 2025-10-10T02:10:53.3138290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rego.py 2025-10-10T02:10:53.3139540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/archetype.py 2025-10-10T02:10:53.3140900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/python.py 2025-10-10T02:10:53.3142320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_csound_builtins.py 2025-10-10T02:10:53.3143440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/factor.py 2025-10-10T02:10:53.3144990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dalvik.py 2025-10-10T02:10:53.3146200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/go.py 2025-10-10T02:10:53.3147550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/berry.py 2025-10-10T02:10:53.3148940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/unicon.py 2025-10-10T02:10:53.3150460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_usd_builtins.py 2025-10-10T02:10:53.3151760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/cddl.py 2025-10-10T02:10:53.3153150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dylan.py 2025-10-10T02:10:53.3154310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/make.py 2025-10-10T02:10:53.3155520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/diff.py 2025-10-10T02:10:53.3156740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/xorg.py 2025-10-10T02:10:53.3157880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/trafficscript.py 2025-10-10T02:10:53.3158840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/kuin.py 2025-10-10T02:10:53.3159780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/jvm.py 2025-10-10T02:10:53.3161000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/smv.py 2025-10-10T02:10:53.3161940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/math.py 2025-10-10T02:10:53.3162890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/tact.py 2025-10-10T02:10:53.3163840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/promql.py 2025-10-10T02:10:53.3164820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/php.py 2025-10-10T02:10:53.3165810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/sql.py 2025-10-10T02:10:53.3166760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/x10.py 2025-10-10T02:10:53.3167840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/json5.py 2025-10-10T02:10:53.3168800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mapping.py 2025-10-10T02:10:53.3169810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/gcodelexer.py 2025-10-10T02:10:53.3170770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/praat.py 2025-10-10T02:10:53.3171770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/lean.py 2025-10-10T02:10:53.3172760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bibtex.py 2025-10-10T02:10:53.3173780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/whiley.py 2025-10-10T02:10:53.3174680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/q.py 2025-10-10T02:10:53.3175750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/snobol.py 2025-10-10T02:10:53.3176860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_mysql_builtins.py 2025-10-10T02:10:53.3177800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/webidl.py 2025-10-10T02:10:53.3178830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rita.py 2025-10-10T02:10:53.3179860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/haskell.py 2025-10-10T02:10:53.3180780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/testing.py 2025-10-10T02:10:53.3181820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fortran.py 2025-10-10T02:10:53.3182830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/modeling.py 2025-10-10T02:10:53.3183820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/arturo.py 2025-10-10T02:10:53.3184880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/varnish.py 2025-10-10T02:10:53.3185840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/elm.py 2025-10-10T02:10:53.3186780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asc.py 2025-10-10T02:10:53.3187850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/javascript.py 2025-10-10T02:10:53.3188800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ooc.py 2025-10-10T02:10:53.3189750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bdd.py 2025-10-10T02:10:53.3190720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/julia.py 2025-10-10T02:10:53.3191730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/hexdump.py 2025-10-10T02:10:53.3192780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/foxpro.py 2025-10-10T02:10:53.3193750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/stata.py 2025-10-10T02:10:53.3194690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/zig.py 2025-10-10T02:10:53.3196060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/grammar_notation.py 2025-10-10T02:10:53.3196970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/bare.py 2025-10-10T02:10:53.3197990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/openscad.py 2025-10-10T02:10:53.3198970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/dotnet.py 2025-10-10T02:10:53.3199960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fantom.py 2025-10-10T02:10:53.3200910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/special.py 2025-10-10T02:10:53.3201850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/yang.py 2025-10-10T02:10:53.3203010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/fift.py 2025-10-10T02:10:53.3203970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ezhil.py 2025-10-10T02:10:53.3205000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/ride.py 2025-10-10T02:10:53.3206110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_scheme_builtins.py 2025-10-10T02:10:53.3207140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/devicetree.py 2025-10-10T02:10:53.3208180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/macaulay2.py 2025-10-10T02:10:53.3209060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/urbi.py 2025-10-10T02:10:53.3210040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/haxe.py 2025-10-10T02:10:53.3211050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/func.py 2025-10-10T02:10:53.3212060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/data.py 2025-10-10T02:10:53.3213090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_ada_builtins.py 2025-10-10T02:10:53.3214050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/yara.py 2025-10-10T02:10:53.3215050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/pointless.py 2025-10-10T02:10:53.3216120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/asn1.py 2025-10-10T02:10:53.3217170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/_tsql_builtins.py 2025-10-10T02:10:53.3218090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/wgsl.py 2025-10-10T02:10:53.3219220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexers/rust.py 2025-10-10T02:10:53.3219970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/token.py 2025-10-10T02:10:53.3220900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/style.py 2025-10-10T02:10:53.3221840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/util.py 2025-10-10T02:10:53.3222820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/sphinxext.py 2025-10-10T02:10:53.3223830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/cmdline.py 2025-10-10T02:10:53.3224780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__init__.py 2025-10-10T02:10:53.3225850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/terminal.py 2025-10-10T02:10:53.3226880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/html.py 2025-10-10T02:10:53.3227870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/irc.py 2025-10-10T02:10:53.3229000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/__init__.py 2025-10-10T02:10:53.3229940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/other.py 2025-10-10T02:10:53.3231260Z /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-10-10T02:10:53.3233150Z /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-10-10T02:10:53.3234630Z /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-10-10T02:10:53.3236240Z /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-10-10T02:10:53.3237770Z /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-10-10T02:10:53.3239340Z /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-10-10T02:10:53.3240870Z /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-10-10T02:10:53.3242710Z /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-10-10T02:10:53.3244100Z /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-10-10T02:10:53.3245820Z /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-10-10T02:10:53.3247580Z /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-10-10T02:10:53.3249000Z /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-10-10T02:10:53.3250500Z /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-10-10T02:10:53.3251990Z /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-10-10T02:10:53.3253210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/img.py 2025-10-10T02:10:53.3254490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/terminal256.py 2025-10-10T02:10:53.3255850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/rtf.py 2025-10-10T02:10:53.3257240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/svg.py 2025-10-10T02:10:53.3258810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/bbcode.py 2025-10-10T02:10:53.3260110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/pangomarkup.py 2025-10-10T02:10:53.3261460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/_mapping.py 2025-10-10T02:10:53.3262640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/groff.py 2025-10-10T02:10:53.3264010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/formatters/latex.py 2025-10-10T02:10:53.3265610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/formatter.cpython-313.pyc 2025-10-10T02:10:53.3267110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/regexopt.cpython-313.pyc 2025-10-10T02:10:53.3268640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:53.3270100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/lexer.cpython-313.pyc 2025-10-10T02:10:53.3271630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:53.3273020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:53.3274490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:53.3275960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/unistring.cpython-313.pyc 2025-10-10T02:10:53.3277480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/modeline.cpython-313.pyc 2025-10-10T02:10:53.3278920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.3280480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/cmdline.cpython-313.pyc 2025-10-10T02:10:53.3282090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-10-10T02:10:53.3283630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/filter.cpython-313.pyc 2025-10-10T02:10:53.3284870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.3286290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.3287830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:53.3289070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/sas.py 2025-10-10T02:10:53.3290450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/material.py 2025-10-10T02:10:53.3291870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/friendly_grayscale.py 2025-10-10T02:10:53.3293150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/pastie.py 2025-10-10T02:10:53.3294360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/onedark.py 2025-10-10T02:10:53.3295700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/inkpot.py 2025-10-10T02:10:53.3296990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/xcode.py 2025-10-10T02:10:53.3298440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/gruvbox.py 2025-10-10T02:10:53.3299870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/monokai.py 2025-10-10T02:10:53.3300850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/tango.py 2025-10-10T02:10:53.3301860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/friendly.py 2025-10-10T02:10:53.3302940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/staroffice.py 2025-10-10T02:10:53.3304030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/paraiso_dark.py 2025-10-10T02:10:53.3305070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/solarized.py 2025-10-10T02:10:53.3306190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/__init__.py 2025-10-10T02:10:53.3308050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/algol_nu.py 2025-10-10T02:10:53.3309380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/gh_dark.py 2025-10-10T02:10:53.3310480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/native.py 2025-10-10T02:10:53.3312110Z /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-10-10T02:10:53.3313540Z /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-10-10T02:10:53.3315090Z /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-10-10T02:10:53.3316700Z /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-10-10T02:10:53.3318290Z /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-10-10T02:10:53.3320060Z /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-10-10T02:10:53.3321540Z /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-10-10T02:10:53.3323120Z /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-10-10T02:10:53.3324670Z /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-10-10T02:10:53.3326150Z /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-10-10T02:10:53.3327580Z /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-10-10T02:10:53.3329060Z /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-10-10T02:10:53.3330630Z /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-10-10T02:10:53.3332190Z /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-10-10T02:10:53.3333610Z /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-10-10T02:10:53.3335260Z /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-10-10T02:10:53.3336700Z /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-10-10T02:10:53.3338160Z /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-10-10T02:10:53.3339720Z /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-10-10T02:10:53.3341230Z /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-10-10T02:10:53.3342730Z /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-10-10T02:10:53.3344320Z /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-10-10T02:10:53.3346020Z /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-10-10T02:10:53.3347570Z /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-10-10T02:10:53.3349140Z /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-10-10T02:10:53.3350860Z /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-10-10T02:10:53.3352220Z /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-10-10T02:10:53.3353830Z /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-10-10T02:10:53.3355240Z /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-10-10T02:10:53.3356870Z /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-10-10T02:10:53.3358430Z /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-10-10T02:10:53.3360090Z /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-10-10T02:10:53.3361680Z /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-10-10T02:10:53.3363220Z /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-10-10T02:10:53.3364700Z /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-10-10T02:10:53.3366260Z /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-10-10T02:10:53.3367700Z /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-10-10T02:10:53.3369170Z /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-10-10T02:10:53.3370630Z /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-10-10T02:10:53.3372220Z /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-10-10T02:10:53.3373700Z /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-10-10T02:10:53.3375190Z /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-10-10T02:10:53.3376840Z /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-10-10T02:10:53.3378320Z /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-10-10T02:10:53.3379920Z /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-10-10T02:10:53.3381360Z /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-10-10T02:10:53.3383090Z /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-10-10T02:10:53.3384610Z /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-10-10T02:10:53.3385670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/colorful.py 2025-10-10T02:10:53.3386900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lilypond.py 2025-10-10T02:10:53.3388070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/igor.py 2025-10-10T02:10:53.3389360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/zenburn.py 2025-10-10T02:10:53.3390480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/bw.py 2025-10-10T02:10:53.3391780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/emacs.py 2025-10-10T02:10:53.3393170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/dracula.py 2025-10-10T02:10:53.3394320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/vs.py 2025-10-10T02:10:53.3395720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/default.py 2025-10-10T02:10:53.3397030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/paraiso_light.py 2025-10-10T02:10:53.3398420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lovelace.py 2025-10-10T02:10:53.3399680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/stata_dark.py 2025-10-10T02:10:53.3400900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/vim.py 2025-10-10T02:10:53.3402370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/borland.py 2025-10-10T02:10:53.3403560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/coffee.py 2025-10-10T02:10:53.3404920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/_mapping.py 2025-10-10T02:10:53.3406120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/murphy.py 2025-10-10T02:10:53.3407440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/lightbulb.py 2025-10-10T02:10:53.3408720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/fruity.py 2025-10-10T02:10:53.3409880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/abap.py 2025-10-10T02:10:53.3411280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/rainbow_dash.py 2025-10-10T02:10:53.3412490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/manni.py 2025-10-10T02:10:53.3413780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/autumn.py 2025-10-10T02:10:53.3415060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/rrt.py 2025-10-10T02:10:53.3416250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/perldoc.py 2025-10-10T02:10:53.3417470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/trac.py 2025-10-10T02:10:53.3418750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/algol.py 2025-10-10T02:10:53.3420180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/arduino.py 2025-10-10T02:10:53.3421420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/nord.py 2025-10-10T02:10:53.3422810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/styles/stata_light.py 2025-10-10T02:10:53.3424040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/unistring.py 2025-10-10T02:10:53.3425190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/lexer.py 2025-10-10T02:10:53.3426410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/regexopt.py 2025-10-10T02:10:53.3427600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/plugin.py 2025-10-10T02:10:53.3428700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/filter.py 2025-10-10T02:10:53.3429950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0/lib/python3.13/site-packages/pygments/__main__.py 2025-10-10T02:10:53.3430890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/repodata_record.json 2025-10-10T02:10:53.3431880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/run_test.sh 2025-10-10T02:10:53.3432820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/run_test.py 2025-10-10T02:10:53.3433930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/test/test_time_dependencies.json 2025-10-10T02:10:53.3434700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/licenses/LICENSE 2025-10-10T02:10:53.3435730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/setup-linux.patch 2025-10-10T02:10:53.3436910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/0001-Link-to-dl-library.patch 2025-10-10T02:10:53.3438100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/apple-jit.patch 2025-10-10T02:10:53.3439050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3439960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/meta.yaml 2025-10-10T02:10:53.3441000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.3441930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/paths.json 2025-10-10T02:10:53.3442980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/hash_input.json 2025-10-10T02:10:53.3443780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/files 2025-10-10T02:10:53.3444730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/about.json 2025-10-10T02:10:53.3445590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/index.json 2025-10-10T02:10:53.3446280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/info/git 2025-10-10T02:10:53.3447700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_cffi_include.h 2025-10-10T02:10:53.3448780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_imp_emulation.py 2025-10-10T02:10:53.3449970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/backend_ctypes.py 2025-10-10T02:10:53.3451070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/error.py 2025-10-10T02:10:53.3452250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/setuptools_ext.py 2025-10-10T02:10:53.3453760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_shimmed_dist_utils.py 2025-10-10T02:10:53.3455010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_cffi_errors.h 2025-10-10T02:10:53.3456240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__init__.py 2025-10-10T02:10:53.3457360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/cffi_opcode.py 2025-10-10T02:10:53.3458500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/vengine_gen.py 2025-10-10T02:10:53.3459880Z /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-10-10T02:10:53.3461190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/pkgconfig.cpython-313.pyc 2025-10-10T02:10:53.3462260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:53.3463340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/cparser.cpython-313.pyc 2025-10-10T02:10:53.3464410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/model.cpython-313.pyc 2025-10-10T02:10:53.3465530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/commontypes.cpython-313.pyc 2025-10-10T02:10:53.3466640Z /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-10-10T02:10:53.3467850Z /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-10-10T02:10:53.3469020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/ffiplatform.cpython-313.pyc 2025-10-10T02:10:53.3470070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/error.cpython-313.pyc 2025-10-10T02:10:53.3471220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/recompiler.cpython-313.pyc 2025-10-10T02:10:53.3472340Z /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-10-10T02:10:53.3473510Z /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-10-10T02:10:53.3474670Z /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-10-10T02:10:53.3475810Z /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-10-10T02:10:53.3476850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/lock.cpython-313.pyc 2025-10-10T02:10:53.3478020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.3479060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/__pycache__/verifier.cpython-313.pyc 2025-10-10T02:10:53.3479960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/pkgconfig.py 2025-10-10T02:10:53.3480860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/model.py 2025-10-10T02:10:53.3481840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/ffiplatform.py 2025-10-10T02:10:53.3482720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/api.py 2025-10-10T02:10:53.3483730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/vengine_cpy.py 2025-10-10T02:10:53.3484620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/_embedding.h 2025-10-10T02:10:53.3485560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/commontypes.py 2025-10-10T02:10:53.3486450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/lock.py 2025-10-10T02:10:53.3487400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/recompiler.py 2025-10-10T02:10:53.3488320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/cparser.py 2025-10-10T02:10:53.3489230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/verifier.py 2025-10-10T02:10:53.3490240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/cffi/parse_c_type.h 2025-10-10T02:10:53.3491250Z /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-10-10T02:10:53.3492340Z /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-10-10T02:10:53.3493440Z /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-10-10T02:10:53.3494470Z /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-10-10T02:10:53.3495600Z /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-10-10T02:10:53.3496670Z /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-10-10T02:10:53.3497750Z /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-10-10T02:10:53.3498740Z /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-10-10T02:10:53.3499770Z /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-10-10T02:10:53.3500860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1/lib/python3.13/site-packages/_cffi_backend.cpython-313-darwin.so 2025-10-10T02:10:53.3501620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/repodata_record.json 2025-10-10T02:10:53.3502440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/test/run_test.sh 2025-10-10T02:10:53.3503300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/test/run_test.py 2025-10-10T02:10:53.3504020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/licenses/LICENSE 2025-10-10T02:10:53.3505490Z /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-10-10T02:10:53.3506190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/build_mamba.bat 2025-10-10T02:10:53.3507160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/conda_build_config.yaml 2025-10-10T02:10:53.3508120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/test_libmamba_version.py 2025-10-10T02:10:53.3508980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.3509870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/parent/build_mamba.sh 2025-10-10T02:10:53.3510790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3511540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/meta.yaml 2025-10-10T02:10:53.3512390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/recipe/build_mamba.sh 2025-10-10T02:10:53.3513180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/run_exports.json 2025-10-10T02:10:53.3513920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/paths.json 2025-10-10T02:10:53.3514760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/hash_input.json 2025-10-10T02:10:53.3515400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/files 2025-10-10T02:10:53.3516180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/about.json 2025-10-10T02:10:53.3516930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/index.json 2025-10-10T02:10:53.3517620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/info/git 2025-10-10T02:10:53.3518860Z /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-10-10T02:10:53.3519960Z /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-10-10T02:10:53.3521180Z /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-10-10T02:10:53.3522260Z /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-10-10T02:10:53.3523430Z /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-10-10T02:10:53.3524530Z /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-10-10T02:10:53.3525640Z /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-10-10T02:10:53.3526800Z /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-10-10T02:10:53.3527740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/specs.py 2025-10-10T02:10:53.3528760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/version.py 2025-10-10T02:10:53.3529770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__init__.pyi 2025-10-10T02:10:53.3530860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__init__.py 2025-10-10T02:10:53.3531970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/bindings.cpython-313-darwin.so 2025-10-10T02:10:53.3533040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/libsolv.py 2025-10-10T02:10:53.3534120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/solver/__init__.py 2025-10-10T02:10:53.3535420Z /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-10-10T02:10:53.3536660Z /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-10-10T02:10:53.3537810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/specs.cpython-313.pyc 2025-10-10T02:10:53.3539040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:53.3540350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.3541470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:53.3542340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/utils.py 2025-10-10T02:10:53.3543300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmambapy-2.0.5-py313h48ca7d4_1/lib/python3.13/site-packages/libmambapy/py.typed 2025-10-10T02:10:53.3543840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0.conda 2025-10-10T02:10:53.3544390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3.conda 2025-10-10T02:10:53.3545040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/bin/sqlite3 2025-10-10T02:10:53.3545710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/include/sqlite3.h 2025-10-10T02:10:53.3546400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/include/sqlite3ext.h 2025-10-10T02:10:53.3551160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/repodata_record.json 2025-10-10T02:10:53.3551650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/test/run_test.sh 2025-10-10T02:10:53.3552070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/licenses/LICENSE.md 2025-10-10T02:10:53.3552480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/LICENSE.md 2025-10-10T02:10:53.3552890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/bld.bat 2025-10-10T02:10:53.3553290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/build.sh 2025-10-10T02:10:53.3553760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3554240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/expose_symbols.patch 2025-10-10T02:10:53.3554700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/meta.yaml 2025-10-10T02:10:53.3555150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/recipe/meta.yaml.template 2025-10-10T02:10:53.3555580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/run_exports.json 2025-10-10T02:10:53.3556000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/paths.json 2025-10-10T02:10:53.3556380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/hash_input.json 2025-10-10T02:10:53.3556970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/files 2025-10-10T02:10:53.3557370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/about.json 2025-10-10T02:10:53.3557960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/has_prefix 2025-10-10T02:10:53.3558630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/index.json 2025-10-10T02:10:53.3559240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/info/git 2025-10-10T02:10:53.3560050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.0.dylib 2025-10-10T02:10:53.3560810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/pkgconfig/sqlite3.pc 2025-10-10T02:10:53.3561630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.3.50.2.dylib 2025-10-10T02:10:53.3562350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/lib/libsqlite3.dylib 2025-10-10T02:10:53.3563140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1/share/man/man1/sqlite3.1 2025-10-10T02:10:53.3563900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/repodata_record.json 2025-10-10T02:10:53.3564620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/test/run_test.sh 2025-10-10T02:10:53.3565420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/licenses/libcxx/LICENSE.TXT 2025-10-10T02:10:53.3566820Z /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-10-10T02:10:53.3568090Z /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-10-10T02:10:53.3569250Z /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-10-10T02:10:53.3569950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/compile_test.sh 2025-10-10T02:10:53.3570700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/bld.bat 2025-10-10T02:10:53.3571710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp11/test_cpp11.cpp 2025-10-10T02:10:53.3572760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp17/test_cpp17.cpp 2025-10-10T02:10:53.3573660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/test_exceptions.cpp 2025-10-10T02:10:53.3574560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/check_libcpp_def.cpp 2025-10-10T02:10:53.3575420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/hello_world.c 2025-10-10T02:10:53.3576360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/cpp14/test_cpp14.cpp 2025-10-10T02:10:53.3577250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/test_sources/hello_world.cpp 2025-10-10T02:10:53.3577910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/build.sh 2025-10-10T02:10:53.3578740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/compile_test.bat 2025-10-10T02:10:53.3579680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/conda_build_config.yaml 2025-10-10T02:10:53.3580360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.3581170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3581970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/recipe/meta.yaml 2025-10-10T02:10:53.3582530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/paths.json 2025-10-10T02:10:53.3583260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/hash_input.json 2025-10-10T02:10:53.3583910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/files 2025-10-10T02:10:53.3584610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/about.json 2025-10-10T02:10:53.3585320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/index.json 2025-10-10T02:10:53.3585970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/info/git 2025-10-10T02:10:53.3586730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/lib/libc++.1.0.dylib 2025-10-10T02:10:53.3587490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3/lib/libc++.1.dylib 2025-10-10T02:10:53.3588360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/yacc.py 2025-10-10T02:10:53.3589210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/lex.py 2025-10-10T02:10:53.3590110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/ctokens.py 2025-10-10T02:10:53.3591010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/__init__.py 2025-10-10T02:10:53.3591860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/cpp.py 2025-10-10T02:10:53.3592700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ply/ygen.py 2025-10-10T02:10:53.3593560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_parser.py 2025-10-10T02:10:53.3594370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_ast_gen.py 2025-10-10T02:10:53.3595190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/__init__.py 2025-10-10T02:10:53.3596000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_c_ast.cfg 2025-10-10T02:10:53.3596790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_ast.py 2025-10-10T02:10:53.3597630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/plyparser.py 2025-10-10T02:10:53.3598500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/_build_tables.py 2025-10-10T02:10:53.3599370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/ast_transforms.py 2025-10-10T02:10:53.3600210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/yacctab.py 2025-10-10T02:10:53.3601060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_generator.py 2025-10-10T02:10:53.3601820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/c_lexer.py 2025-10-10T02:10:53.3602730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser/lextab.py 2025-10-10T02:10:53.3603640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/RECORD 2025-10-10T02:10:53.3604510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/LICENSE 2025-10-10T02:10:53.3605480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/direct_url.json 2025-10-10T02:10:53.3606350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/WHEEL 2025-10-10T02:10:53.3607390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/top_level.txt 2025-10-10T02:10:53.3608230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/REQUESTED 2025-10-10T02:10:53.3609230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/INSTALLER 2025-10-10T02:10:53.3610130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/site-packages/pycparser-2.21.dist-info/METADATA 2025-10-10T02:10:53.3610830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/repodata_record.json 2025-10-10T02:10:53.3611540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.sh 2025-10-10T02:10:53.3612260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.py 2025-10-10T02:10:53.3613130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.3613820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/test/run_test.bat 2025-10-10T02:10:53.3614620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/licenses/LICENSE 2025-10-10T02:10:53.3615440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3616070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-10-10T02:10:53.3616860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.3617490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/paths.json 2025-10-10T02:10:53.3618220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/hash_input.json 2025-10-10T02:10:53.3618830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/files 2025-10-10T02:10:53.3619530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/about.json 2025-10-10T02:10:53.3620180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/link.json 2025-10-10T02:10:53.3620870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/index.json 2025-10-10T02:10:53.3621460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0/info/git 2025-10-10T02:10:53.3622210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/export.h 2025-10-10T02:10:53.3622900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/drain.h 2025-10-10T02:10:53.3623620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/reproc.h 2025-10-10T02:10:53.3624300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/include/reproc/run.h 2025-10-10T02:10:53.3625040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/repodata_record.json 2025-10-10T02:10:53.3625720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/licenses/LICENSE 2025-10-10T02:10:53.3626440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/build_c.sh 2025-10-10T02:10:53.3627120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/bld_c.bat 2025-10-10T02:10:53.3627850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/build_cpp.sh 2025-10-10T02:10:53.3628680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3629360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/bld_cpp.bat 2025-10-10T02:10:53.3630040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/meta.yaml 2025-10-10T02:10:53.3630850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/apple_gettime.patch 2025-10-10T02:10:53.3631680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/recipe/meta.yaml.template 2025-10-10T02:10:53.3632300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/run_exports.json 2025-10-10T02:10:53.3632930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/paths.json 2025-10-10T02:10:53.3633640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/hash_input.json 2025-10-10T02:10:53.3634230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/files 2025-10-10T02:10:53.3634980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/about.json 2025-10-10T02:10:53.3635570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/has_prefix 2025-10-10T02:10:53.3636330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/index.json 2025-10-10T02:10:53.3636920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/info/git 2025-10-10T02:10:53.3637680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/pkgconfig/reproc.pc 2025-10-10T02:10:53.3638530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-config.cmake 2025-10-10T02:10:53.3639490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-targets-release.cmake 2025-10-10T02:10:53.3640350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-targets.cmake 2025-10-10T02:10:53.3641250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/cmake/reproc/reproc-config-version.cmake 2025-10-10T02:10:53.3641860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.14.dylib 2025-10-10T02:10:53.3642600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.14.2.4.dylib 2025-10-10T02:10:53.3643260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2/lib/libreproc.dylib 2025-10-10T02:10:53.3643930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0.conda 2025-10-10T02:10:53.3644550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttp 2025-10-10T02:10:53.3645250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttpx 2025-10-10T02:10:53.3645860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/bin/nghttpd 2025-10-10T02:10:53.3646680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/include/nghttp2/nghttp2ver.h 2025-10-10T02:10:53.3647430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/include/nghttp2/nghttp2.h 2025-10-10T02:10:53.3648190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/repodata_record.json 2025-10-10T02:10:53.3648900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/test/run_test.sh 2025-10-10T02:10:53.3649630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/licenses/COPYING 2025-10-10T02:10:53.3650370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/install.sh 2025-10-10T02:10:53.3651160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/install.sh 2025-10-10T02:10:53.3651960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/build.sh 2025-10-10T02:10:53.3652700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.3653550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3654220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/recipe/meta.yaml 2025-10-10T02:10:53.3654940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/run_exports.json 2025-10-10T02:10:53.3655670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/paths.json 2025-10-10T02:10:53.3656350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/hash_input.json 2025-10-10T02:10:53.3656950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/files 2025-10-10T02:10:53.3657630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/about.json 2025-10-10T02:10:53.3658310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/has_prefix 2025-10-10T02:10:53.3658980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/index.json 2025-10-10T02:10:53.3659590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/info/git 2025-10-10T02:10:53.3660570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/pkgconfig/libnghttp2.pc 2025-10-10T02:10:53.3661210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/libnghttp2.14.dylib 2025-10-10T02:10:53.3661960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0/lib/libnghttp2.dylib 2025-10-10T02:10:53.3662750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/repodata_record.json 2025-10-10T02:10:53.3663510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/run_test.sh 2025-10-10T02:10:53.3664300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/run_test.py 2025-10-10T02:10:53.3665250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.3666040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/licenses/LICENSE 2025-10-10T02:10:53.3666930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.3667680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/meta.yaml 2025-10-10T02:10:53.3668530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.3669230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/paths.json 2025-10-10T02:10:53.3670010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/hash_input.json 2025-10-10T02:10:53.3670670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/files 2025-10-10T02:10:53.3671420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/about.json 2025-10-10T02:10:53.3672160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/index.json 2025-10-10T02:10:53.3672850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/info/git 2025-10-10T02:10:53.3673950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/docinfo.py 2025-10-10T02:10:53.3674990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarfloat.py 2025-10-10T02:10:53.3675970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scanner.py 2025-10-10T02:10:53.3676980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/compat.py 2025-10-10T02:10:53.3677960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/error.py 2025-10-10T02:10:53.3678960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/anchor.py 2025-10-10T02:10:53.3680070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/constructor.py 2025-10-10T02:10:53.3681200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/composer.py 2025-10-10T02:10:53.3682080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/util.py 2025-10-10T02:10:53.3683120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/events.py 2025-10-10T02:10:53.3684180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarint.py 2025-10-10T02:10:53.3685260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarbool.py 2025-10-10T02:10:53.3686350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/configobjwalker.py 2025-10-10T02:10:53.3687420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/__init__.py 2025-10-10T02:10:53.3688450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/representer.py 2025-10-10T02:10:53.3689520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/tokens.py 2025-10-10T02:10:53.3690540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/dumper.py 2025-10-10T02:10:53.3691800Z /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-10-10T02:10:53.3693070Z /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-10-10T02:10:53.3694230Z /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-10-10T02:10:53.3695440Z /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-10-10T02:10:53.3696610Z /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-10-10T02:10:53.3697760Z /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-10-10T02:10:53.3698920Z /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-10-10T02:10:53.3700190Z /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-10-10T02:10:53.3701420Z /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-10-10T02:10:53.3702650Z /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-10-10T02:10:53.3703830Z /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-10-10T02:10:53.3704960Z /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-10-10T02:10:53.3706150Z /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-10-10T02:10:53.3707490Z /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-10-10T02:10:53.3708610Z /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-10-10T02:10:53.3709810Z /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-10-10T02:10:53.3710990Z /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-10-10T02:10:53.3712150Z /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-10-10T02:10:53.3713430Z /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-10-10T02:10:53.3714550Z /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-10-10T02:10:53.3715700Z /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-10-10T02:10:53.3716860Z /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-10-10T02:10:53.3718030Z /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-10-10T02:10:53.3719230Z /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-10-10T02:10:53.3720400Z /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-10-10T02:10:53.3721640Z /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-10-10T02:10:53.3722820Z /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-10-10T02:10:53.3724350Z /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-10-10T02:10:53.3725600Z /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-10-10T02:10:53.3727080Z /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-10-10T02:10:53.3728140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/cyaml.py 2025-10-10T02:10:53.3729510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/parser.py 2025-10-10T02:10:53.3730880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/reader.py 2025-10-10T02:10:53.3732170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/scalarstring.py 2025-10-10T02:10:53.3733400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/loader.py 2025-10-10T02:10:53.3734660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/resolver.py 2025-10-10T02:10:53.3735960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/py.typed 2025-10-10T02:10:53.3737200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/serializer.py 2025-10-10T02:10:53.3738390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/nodes.py 2025-10-10T02:10:53.3739620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/timestamp.py 2025-10-10T02:10:53.3740810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/main.py 2025-10-10T02:10:53.3742050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/emitter.py 2025-10-10T02:10:53.3743290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/tag.py 2025-10-10T02:10:53.3744530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0/lib/python3.13/site-packages/ruamel/yaml/comments.py 2025-10-10T02:10:53.3745950Z /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-10-10T02:10:53.3747310Z /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-10-10T02:10:53.3748800Z /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-10-10T02:10:53.3750160Z /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-10-10T02:10:53.3751610Z /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-10-10T02:10:53.3753020Z /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-10-10T02:10:53.3754540Z /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-10-10T02:10:53.3755930Z /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-10-10T02:10:53.3756770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc3.13 2025-10-10T02:10:53.3757710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3 2025-10-10T02:10:53.3758580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc 2025-10-10T02:10:53.3759460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python 2025-10-10T02:10:53.3760340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.1 2025-10-10T02:10:53.3761140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/idle3 2025-10-10T02:10:53.3761960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3-config 2025-10-10T02:10:53.3762750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/idle3.13 2025-10-10T02:10:53.3763770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.13-config 2025-10-10T02:10:53.3764620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/pydoc3 2025-10-10T02:10:53.3765640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/bin/python3.13 2025-10-10T02:10:53.3766740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystats.h 2025-10-10T02:10:53.3767780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/intrcheck.h 2025-10-10T02:10:53.3768930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/sliceobject.h 2025-10-10T02:10:53.3769960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bltinmodule.h 2025-10-10T02:10:53.3771020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/tupleobject.h 2025-10-10T02:10:53.3772020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/marshal.h 2025-10-10T02:10:53.3773030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/py_curses.h 2025-10-10T02:10:53.3774040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/errcode.h 2025-10-10T02:10:53.3775000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/iterobject.h 2025-10-10T02:10:53.3776070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/rangeobject.h 2025-10-10T02:10:53.3777000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystrtod.h 2025-10-10T02:10:53.3778070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/warnings.h 2025-10-10T02:10:53.3779130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/opcode_ids.h 2025-10-10T02:10:53.3780020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyhash.h 2025-10-10T02:10:53.3781120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pycapsule.h 2025-10-10T02:10:53.3782050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyerrors.h 2025-10-10T02:10:53.3783040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/fileutils.h 2025-10-10T02:10:53.3784110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/dictobject.h 2025-10-10T02:10:53.3785050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/ceval.h 2025-10-10T02:10:53.3786370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystate.h 2025-10-10T02:10:53.3787620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/floatobject.h 2025-10-10T02:10:53.3788530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/exports.h 2025-10-10T02:10:53.3789530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/structmember.h 2025-10-10T02:10:53.3790710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/monitoring.h 2025-10-10T02:10:53.3791640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/lock.h 2025-10-10T02:10:53.3792610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/patchlevel.h 2025-10-10T02:10:53.3793690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/frameobject.h 2025-10-10T02:10:53.3794710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/abstract.h 2025-10-10T02:10:53.3795830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/modsupport.h 2025-10-10T02:10:53.3796900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pylifecycle.h 2025-10-10T02:10:53.3798180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_stackref.h 2025-10-10T02:10:53.3799300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyerrors.h 2025-10-10T02:10:53.3800380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_warnings.h 2025-10-10T02:10:53.3801570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_identifier.h 2025-10-10T02:10:53.3802720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_importdl.h 2025-10-10T02:10:53.3803820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_time.h 2025-10-10T02:10:53.3804950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_alloc.h 2025-10-10T02:10:53.3806050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_capsule.h 2025-10-10T02:10:53.3807170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_strings.h 2025-10-10T02:10:53.3808420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_uop_metadata.h 2025-10-10T02:10:53.3809520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_asdl.h 2025-10-10T02:10:53.3810850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_instruction_sequence.h 2025-10-10T02:10:53.3812030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_getopt.h 2025-10-10T02:10:53.3813320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_intrinsics.h 2025-10-10T02:10:53.3814440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_hamt.h 2025-10-10T02:10:53.3815620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymath.h 2025-10-10T02:10:53.3816690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_freelist.h 2025-10-10T02:10:53.3817760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_parser.h 2025-10-10T02:10:53.3818870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime_init.h 2025-10-10T02:10:53.3820180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_emscripten_trampoline.h 2025-10-10T02:10:53.3821240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pylifecycle.h 2025-10-10T02:10:53.3822430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime.h 2025-10-10T02:10:53.3823720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_modsupport.h 2025-10-10T02:10:53.3824980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_emscripten_signal.h 2025-10-10T02:10:53.3826110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_backoff.h 2025-10-10T02:10:53.3827310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_namespace.h 2025-10-10T02:10:53.3828580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_genobject.h 2025-10-10T02:10:53.3829620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_brc.h 2025-10-10T02:10:53.3831110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_opcode_utils.h 2025-10-10T02:10:53.3832120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_gil.h 2025-10-10T02:10:53.3833190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_exceptions.h 2025-10-10T02:10:53.3834420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_token.h 2025-10-10T02:10:53.3835720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_compile.h 2025-10-10T02:10:53.3836770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_atexit.h 2025-10-10T02:10:53.3838090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_mimalloc.h 2025-10-10T02:10:53.3839130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_signal.h 2025-10-10T02:10:53.3840370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_state.h 2025-10-10T02:10:53.3841510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_lock.h 2025-10-10T02:10:53.3842670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_cell.h 2025-10-10T02:10:53.3843770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_semaphore.h 2025-10-10T02:10:53.3844990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_sliceobject.h 2025-10-10T02:10:53.3846120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_code.h 2025-10-10T02:10:53.3847260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unionobject.h 2025-10-10T02:10:53.3848350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyhash.h 2025-10-10T02:10:53.3849630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object_stack.h 2025-10-10T02:10:53.3850710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tuple.h 2025-10-10T02:10:53.3851900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_long.h 2025-10-10T02:10:53.3853110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_faulthandler.h 2025-10-10T02:10:53.3854200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ucnhash.h 2025-10-10T02:10:53.3855340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_weakref.h 2025-10-10T02:10:53.3856590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_fileutils.h 2025-10-10T02:10:53.3857870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyatomic_ft_wrappers.h 2025-10-10T02:10:53.3858930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_llist.h 2025-10-10T02:10:53.3860090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc.h 2025-10-10T02:10:53.3861320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/internal.h 2025-10-10T02:10:53.3862810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/types.h 2025-10-10T02:10:53.3863960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/track.h 2025-10-10T02:10:53.3865100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/prim.h 2025-10-10T02:10:53.3866490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/mimalloc/mimalloc/atomic.h 2025-10-10T02:10:53.3867580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_floatobject.h 2025-10-10T02:10:53.3868810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_critical_section.h 2025-10-10T02:10:53.3869820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_call.h 2025-10-10T02:10:53.3871130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_hashtable.h 2025-10-10T02:10:53.3872420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_abstract.h 2025-10-10T02:10:53.3873560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_list.h 2025-10-10T02:10:53.3874570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymem.h 2025-10-10T02:10:53.3875500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_structseq.h 2025-10-10T02:10:53.3876480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bitutils.h 2025-10-10T02:10:53.3877500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_complexobject.h 2025-10-10T02:10:53.3878610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unicodeobject_generated.h 2025-10-10T02:10:53.3879580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_memoryobject.h 2025-10-10T02:10:53.3880680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_runtime_init_generated.h 2025-10-10T02:10:53.3881560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pystate.h 2025-10-10T02:10:53.3882600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pythonrun.h 2025-10-10T02:10:53.3883490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_gc.h 2025-10-10T02:10:53.3884370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_traceback.h 2025-10-10T02:10:53.3885260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dict.h 2025-10-10T02:10:53.3886190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_strhex.h 2025-10-10T02:10:53.3887420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_objects_fini_generated.h 2025-10-10T02:10:53.3888340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_descrobject.h 2025-10-10T02:10:53.3889360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_obmalloc_init.h 2025-10-10T02:10:53.3890300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_import.h 2025-10-10T02:10:53.3891320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_symtable.h 2025-10-10T02:10:53.3892260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pystats.h 2025-10-10T02:10:53.3893240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_sysmodule.h 2025-10-10T02:10:53.3894210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ast_state.h 2025-10-10T02:10:53.3895210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pymem_init.h 2025-10-10T02:10:53.3896160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pyarena.h 2025-10-10T02:10:53.3897150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_initconfig.h 2025-10-10T02:10:53.3898150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bytesobject.h 2025-10-10T02:10:53.3899080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_frame.h 2025-10-10T02:10:53.3900090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_interp.h 2025-10-10T02:10:53.3900990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dtoa.h 2025-10-10T02:10:53.3901960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_format.h 2025-10-10T02:10:53.3902960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_function.h 2025-10-10T02:10:53.3903900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_qsbr.h 2025-10-10T02:10:53.3904860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_condvar.h 2025-10-10T02:10:53.3905880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ceval_state.h 2025-10-10T02:10:53.3911540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_flowgraph.h 2025-10-10T02:10:53.3912130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_optimizer.h 2025-10-10T02:10:53.3912700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_dict_state.h 2025-10-10T02:10:53.3913290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_fileutils_windows.h 2025-10-10T02:10:53.3913900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_typeobject.h 2025-10-10T02:10:53.3914530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_setobject.h 2025-10-10T02:10:53.3915100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tracemalloc.h 2025-10-10T02:10:53.3915680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_bytes_methods.h 2025-10-10T02:10:53.3916240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_object.h 2025-10-10T02:10:53.3916810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_instruments.h 2025-10-10T02:10:53.3917370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ceval.h 2025-10-10T02:10:53.3918180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pathconfig.h 2025-10-10T02:10:53.3918770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_moduleobject.h 2025-10-10T02:10:53.3919450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_global_objects.h 2025-10-10T02:10:53.3920370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_typevarobject.h 2025-10-10T02:10:53.3921270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_tstate.h 2025-10-10T02:10:53.3922240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pybuffer.h 2025-10-10T02:10:53.3923250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_parking_lot.h 2025-10-10T02:10:53.3924190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_uop_ids.h 2025-10-10T02:10:53.3925260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_unicodeobject.h 2025-10-10T02:10:53.3926210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_crossinterp.h 2025-10-10T02:10:53.3927140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_range.h 2025-10-10T02:10:53.3928140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_pythread.h 2025-10-10T02:10:53.3929240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_blocks_output_buffer.h 2025-10-10T02:10:53.3930180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_obmalloc.h 2025-10-10T02:10:53.3931140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_context.h 2025-10-10T02:10:53.3932170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_opcode_metadata.h 2025-10-10T02:10:53.3933050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_codecs.h 2025-10-10T02:10:53.3933970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_jit.h 2025-10-10T02:10:53.3934940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/internal/pycore_ast.h 2025-10-10T02:10:53.3935760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/datetime.h 2025-10-10T02:10:53.3936640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/methodobject.h 2025-10-10T02:10:53.3937450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymem.h 2025-10-10T02:10:53.3938600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/boolobject.h 2025-10-10T02:10:53.3939580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/fileobject.h 2025-10-10T02:10:53.3940580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyexpat.h 2025-10-10T02:10:53.3941710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pystrcmp.h 2025-10-10T02:10:53.3942770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymath.h 2025-10-10T02:10:53.3943880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyconfig.h 2025-10-10T02:10:53.3944820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/weakrefobject.h 2025-10-10T02:10:53.3946110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymacconfig.h 2025-10-10T02:10:53.3947250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/critical_section.h 2025-10-10T02:10:53.3948360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pymacro.h 2025-10-10T02:10:53.3949400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/enumobject.h 2025-10-10T02:10:53.3950400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/moduleobject.h 2025-10-10T02:10:53.3951330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/typeslots.h 2025-10-10T02:10:53.3952280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/compile.h 2025-10-10T02:10:53.3953260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/setobject.h 2025-10-10T02:10:53.3954170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/codecs.h 2025-10-10T02:10:53.3955250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/classobject.h 2025-10-10T02:10:53.3956470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pystats.h 2025-10-10T02:10:53.3957700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/cellobject.h 2025-10-10T02:10:53.3959050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/tupleobject.h 2025-10-10T02:10:53.3960240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/warnings.h 2025-10-10T02:10:53.3961410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyhash.h 2025-10-10T02:10:53.3962600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyerrors.h 2025-10-10T02:10:53.3963960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/fileutils.h 2025-10-10T02:10:53.3965140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/dictobject.h 2025-10-10T02:10:53.3966540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/ceval.h 2025-10-10T02:10:53.3967550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pystate.h 2025-10-10T02:10:53.3968750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/floatobject.h 2025-10-10T02:10:53.3969840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/longintrepr.h 2025-10-10T02:10:53.3970970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/code.h 2025-10-10T02:10:53.3972210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pthread_stubs.h 2025-10-10T02:10:53.3973340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyctype.h 2025-10-10T02:10:53.3974450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/monitoring.h 2025-10-10T02:10:53.3975510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/lock.h 2025-10-10T02:10:53.3976730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/frameobject.h 2025-10-10T02:10:53.3977750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/abstract.h 2025-10-10T02:10:53.3978970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/context.h 2025-10-10T02:10:53.3980050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/modsupport.h 2025-10-10T02:10:53.3981220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pylifecycle.h 2025-10-10T02:10:53.3982290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/methodobject.h 2025-10-10T02:10:53.3983440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/genobject.h 2025-10-10T02:10:53.3984570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pymem.h 2025-10-10T02:10:53.3985610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/fileobject.h 2025-10-10T02:10:53.3986820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/weakrefobject.h 2025-10-10T02:10:53.3987930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_gcc.h 2025-10-10T02:10:53.3988970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyfpe.h 2025-10-10T02:10:53.3990160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/critical_section.h 2025-10-10T02:10:53.3991210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/odictobject.h 2025-10-10T02:10:53.3992420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/compile.h 2025-10-10T02:10:53.3993530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/tracemalloc.h 2025-10-10T02:10:53.3994570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/setobject.h 2025-10-10T02:10:53.3995700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_std.h 2025-10-10T02:10:53.3996840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/complexobject.h 2025-10-10T02:10:53.3998000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic.h 2025-10-10T02:10:53.3999180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyframe.h 2025-10-10T02:10:53.4000540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/picklebufobject.h 2025-10-10T02:10:53.4001580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/object.h 2025-10-10T02:10:53.4002790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/bytearrayobject.h 2025-10-10T02:10:53.4003840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pytime.h 2025-10-10T02:10:53.4004990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/import.h 2025-10-10T02:10:53.4006140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pyatomic_msc.h 2025-10-10T02:10:53.4007250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pythonrun.h 2025-10-10T02:10:53.4008300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/unicodeobject.h 2025-10-10T02:10:53.4009490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/traceback.h 2025-10-10T02:10:53.4010530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/funcobject.h 2025-10-10T02:10:53.4011550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/initconfig.h 2025-10-10T02:10:53.4012640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pythread.h 2025-10-10T02:10:53.4013920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/memoryobject.h 2025-10-10T02:10:53.4014930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/descrobject.h 2025-10-10T02:10:53.4016040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/objimpl.h 2025-10-10T02:10:53.4017040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/sysmodule.h 2025-10-10T02:10:53.4018120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/longobject.h 2025-10-10T02:10:53.4019280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/bytesobject.h 2025-10-10T02:10:53.4020200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/listobject.h 2025-10-10T02:10:53.4021050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/cpython/pydebug.h 2025-10-10T02:10:53.4021930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/complexobject.h 2025-10-10T02:10:53.4022780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyatomic.h 2025-10-10T02:10:53.4023640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyframe.h 2025-10-10T02:10:53.4024470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/object.h 2025-10-10T02:10:53.4025400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/structseq.h 2025-10-10T02:10:53.4026210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pybuffer.h 2025-10-10T02:10:53.4027140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bytearrayobject.h 2025-10-10T02:10:53.4027960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/import.h 2025-10-10T02:10:53.4028800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/osdefs.h 2025-10-10T02:10:53.4029740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pythonrun.h 2025-10-10T02:10:53.4030650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/unicodeobject.h 2025-10-10T02:10:53.4031430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/traceback.h 2025-10-10T02:10:53.4032230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pythread.h 2025-10-10T02:10:53.4033050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/Python.h 2025-10-10T02:10:53.4033960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/memoryobject.h 2025-10-10T02:10:53.4034780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/opcode.h 2025-10-10T02:10:53.4035670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/descrobject.h 2025-10-10T02:10:53.4036650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/objimpl.h 2025-10-10T02:10:53.4037370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pyport.h 2025-10-10T02:10:53.4038260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pydtrace.h 2025-10-10T02:10:53.4039080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/sysmodule.h 2025-10-10T02:10:53.4039930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/longobject.h 2025-10-10T02:10:53.4040770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/osmodule.h 2025-10-10T02:10:53.4041660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/pytypedefs.h 2025-10-10T02:10:53.4042540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/bytesobject.h 2025-10-10T02:10:53.4043410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/listobject.h 2025-10-10T02:10:53.4044360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/genericaliasobject.h 2025-10-10T02:10:53.4045290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/include/python3.13/dynamic_annotations.h 2025-10-10T02:10:53.4046140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/repodata_record.json 2025-10-10T02:10:53.4046870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/run_test.sh 2025-10-10T02:10:53.4047970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/prefix-replacement/build-and-test.sh 2025-10-10T02:10:53.4048860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/prefix-replacement/a.c 2025-10-10T02:10:53.4049780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/tests/cmake/CMakeLists.txt 2025-10-10T02:10:53.4050520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/run_test.py 2025-10-10T02:10:53.4051720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/test/test_time_dependencies.json 2025-10-10T02:10:53.4052320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/licenses/LICENSE 2025-10-10T02:10:53.4053090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/build_base.sh 2025-10-10T02:10:53.4054000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/fix_staged_scripts.py 2025-10-10T02:10:53.4054790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_base.bat 2025-10-10T02:10:53.4055600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_base.sh 2025-10-10T02:10:53.4056740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0010-Fix-TZPATH-on-windows.patch 2025-10-10T02:10:53.4057690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0015-unvendor-xz.patch 2025-10-10T02:10:53.4059080Z /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-10-10T02:10:53.4059930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0006-Unvendor-sqlite3.patch 2025-10-10T02:10:53.4061310Z /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-10-10T02:10:53.4062370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0021-Override-configure-LIBFFI.patch 2025-10-10T02:10:53.4063490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0007-Add-CondaEcosystemModifyDllSearchPath.patch 2025-10-10T02:10:53.4064420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0014-Unvendor-tcltk.patch 2025-10-10T02:10:53.4065370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0018-Unvendor-expat.patch 2025-10-10T02:10:53.4066430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0008-Doing-d1trimfile.patch 2025-10-10T02:10:53.4067200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/README.md 2025-10-10T02:10:53.4068580Z /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-10-10T02:10:53.4069510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0013-Unvendor-libffi.patch 2025-10-10T02:10:53.4070670Z /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-10-10T02:10:53.4071780Z /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-10-10T02:10:53.4072800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0019-Remove-unused-readelf.patch 2025-10-10T02:10:53.4073970Z /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-10-10T02:10:53.4075100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0016-unvendor-zlib.patch 2025-10-10T02:10:53.4076520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0012-Unvendor-bzip2.patch 2025-10-10T02:10:53.4078010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0005-Unvendor-openssl.patch 2025-10-10T02:10:53.4079170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0000-branding.patch 2025-10-10T02:10:53.4081100Z /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-10-10T02:10:53.4082220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/patches/0022-Unvendor-libmpdec.patch 2025-10-10T02:10:53.4083580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/prefix-replacement/build-and-test.sh 2025-10-10T02:10:53.4084810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/prefix-replacement/a.c 2025-10-10T02:10:53.4086020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/tests/cmake/CMakeLists.txt 2025-10-10T02:10:53.4087480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/yum_requirements.txt 2025-10-10T02:10:53.4088480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build-locally.py 2025-10-10T02:10:53.4089650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/sitecustomize.py 2025-10-10T02:10:53.4090830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/replace-word-pairs.py 2025-10-10T02:10:53.4091960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.gitignore 2025-10-10T02:10:53.4093200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/recipe-license.txt 2025-10-10T02:10:53.4094350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/conda_build_config.yaml 2025-10-10T02:10:53.4095460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.gitattributes 2025-10-10T02:10:53.4096520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/run_test.py 2025-10-10T02:10:53.4097790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_static.sh 2025-10-10T02:10:53.4098880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/LICENSE.txt 2025-10-10T02:10:53.4099890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.4101140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/.circleci/config.yml 2025-10-10T02:10:53.4102320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/parent/build_static.bat 2025-10-10T02:10:53.4103420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.4104320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/recipe/meta.yaml 2025-10-10T02:10:53.4105220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/run_exports.json 2025-10-10T02:10:53.4106140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/paths.json 2025-10-10T02:10:53.4107110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/hash_input.json 2025-10-10T02:10:53.4107890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/files 2025-10-10T02:10:53.4108780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/about.json 2025-10-10T02:10:53.4109710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/has_prefix 2025-10-10T02:10:53.4110580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/index.json 2025-10-10T02:10:53.4111410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/info/git 2025-10-10T02:10:53.4112460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python3.pc 2025-10-10T02:10:53.4113620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python-3.13-embed.pc 2025-10-10T02:10:53.4114640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python-3.13.pc 2025-10-10T02:10:53.4115710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/pkgconfig/python3-embed.pc 2025-10-10T02:10:53.4116760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/libpython3.13.dylib 2025-10-10T02:10:53.4117680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shutil.py 2025-10-10T02:10:53.4119020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tempfile.py 2025-10-10T02:10:53.4120300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/termios.cpython-313-darwin.so 2025-10-10T02:10:53.4121630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testlimitedcapi.cpython-313-darwin.so 2025-10-10T02:10:53.4123000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/zlib.cpython-313-darwin.so 2025-10-10T02:10:53.4124390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/unicodedata.cpython-313-darwin.so 2025-10-10T02:10:53.4126100Z /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-10-10T02:10:53.4127520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpchannels.cpython-313-darwin.so 2025-10-10T02:10:53.4128740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_bisect.cpython-313-darwin.so 2025-10-10T02:10:53.4130030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_asyncio.cpython-313-darwin.so 2025-10-10T02:10:53.4131480Z /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-10-10T02:10:53.4132780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-darwin.so 2025-10-10T02:10:53.4134200Z /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-10-10T02:10:53.4135480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testcapi.cpython-313-darwin.so 2025-10-10T02:10:53.4137200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpqueues.cpython-313-darwin.so 2025-10-10T02:10:53.4138350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/xxsubtype.cpython-313-darwin.so 2025-10-10T02:10:53.4139770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-darwin.so 2025-10-10T02:10:53.4140860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/select.cpython-313-darwin.so 2025-10-10T02:10:53.4142100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_lzma.cpython-313-darwin.so 2025-10-10T02:10:53.4143320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/pyexpat.cpython-313-darwin.so 2025-10-10T02:10:53.4144670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/readline.cpython-313-darwin.so 2025-10-10T02:10:53.4145950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/syslog.cpython-313-darwin.so 2025-10-10T02:10:53.4147330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_pickle.cpython-313-darwin.so 2025-10-10T02:10:53.4148600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/array.cpython-313-darwin.so 2025-10-10T02:10:53.4150120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_interpreters.cpython-313-darwin.so 2025-10-10T02:10:53.4151330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_struct.cpython-313-darwin.so 2025-10-10T02:10:53.4152740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_blake2.cpython-313-darwin.so 2025-10-10T02:10:53.4153910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_queue.cpython-313-darwin.so 2025-10-10T02:10:53.4155540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testbuffer.cpython-313-darwin.so 2025-10-10T02:10:53.4156730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_posixshmem.cpython-313-darwin.so 2025-10-10T02:10:53.4158190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha1.cpython-313-darwin.so 2025-10-10T02:10:53.4159950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_zoneinfo.cpython-313-darwin.so 2025-10-10T02:10:53.4161000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testimportmultiple.cpython-313-darwin.so 2025-10-10T02:10:53.4162190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_hashlib.cpython-313-darwin.so 2025-10-10T02:10:53.4163530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/grp.cpython-313-darwin.so 2025-10-10T02:10:53.4165070Z /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-10-10T02:10:53.4166310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_socket.cpython-313-darwin.so 2025-10-10T02:10:53.4167510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_decimal.cpython-313-darwin.so 2025-10-10T02:10:53.4168960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/xxlimited.cpython-313-darwin.so 2025-10-10T02:10:53.4170140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_tkinter.cpython-313-darwin.so 2025-10-10T02:10:53.4171210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_statistics.cpython-313-darwin.so 2025-10-10T02:10:53.4172160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_csv.cpython-313-darwin.so 2025-10-10T02:10:53.4173390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_ssl.cpython-313-darwin.so 2025-10-10T02:10:53.4174390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha3.cpython-313-darwin.so 2025-10-10T02:10:53.4175440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/fcntl.cpython-313-darwin.so 2025-10-10T02:10:53.4176410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_opcode.cpython-313-darwin.so 2025-10-10T02:10:53.4177540Z /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-10-10T02:10:53.4178540Z /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-10-10T02:10:53.4179550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_heapq.cpython-313-darwin.so 2025-10-10T02:10:53.4180570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_uuid.cpython-313-darwin.so 2025-10-10T02:10:53.4181630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sqlite3.cpython-313-darwin.so 2025-10-10T02:10:53.4182680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_scproxy.cpython-313-darwin.so 2025-10-10T02:10:53.4183700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_md5.cpython-313-darwin.so 2025-10-10T02:10:53.4184880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_multiprocessing.cpython-313-darwin.so 2025-10-10T02:10:53.4185930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_elementtree.cpython-313-darwin.so 2025-10-10T02:10:53.4186930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/cmath.cpython-313-darwin.so 2025-10-10T02:10:53.4210000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_random.cpython-313-darwin.so 2025-10-10T02:10:53.4210390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testinternalcapi.cpython-313-darwin.so 2025-10-10T02:10:53.4210720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testexternalinspection.cpython-313-darwin.so 2025-10-10T02:10:53.4211000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/resource.cpython-313-darwin.so 2025-10-10T02:10:53.4211280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_lsprof.cpython-313-darwin.so 2025-10-10T02:10:53.4211620Z /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-10-10T02:10:53.4211900Z /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-10-10T02:10:53.4212190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_contextvars.cpython-313-darwin.so 2025-10-10T02:10:53.4212460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/binascii.cpython-313-darwin.so 2025-10-10T02:10:53.4212790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_json.cpython-313-darwin.so 2025-10-10T02:10:53.4213050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_bz2.cpython-313-darwin.so 2025-10-10T02:10:53.4213390Z /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-10-10T02:10:53.4213700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_ctypes.cpython-313-darwin.so 2025-10-10T02:10:53.4213970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/mmap.cpython-313-darwin.so 2025-10-10T02:10:53.4214240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_datetime.cpython-313-darwin.so 2025-10-10T02:10:53.4214560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testclinic.cpython-313-darwin.so 2025-10-10T02:10:53.4214850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_sha2.cpython-313-darwin.so 2025-10-10T02:10:53.4215120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_xxtestfuzz.cpython-313-darwin.so 2025-10-10T02:10:53.4215460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testmultiphase.cpython-313-darwin.so 2025-10-10T02:10:53.4215740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/math.cpython-313-darwin.so 2025-10-10T02:10:53.4216030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_testsinglephase.cpython-313-darwin.so 2025-10-10T02:10:53.4216370Z /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-10-10T02:10:53.4216650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_curses.cpython-313-darwin.so 2025-10-10T02:10:53.4216920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lib-dynload/_dbm.cpython-313-darwin.so 2025-10-10T02:10:53.4217170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_romanian.py 2025-10-10T02:10:53.4217700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_farsi.py 2025-10-10T02:10:53.4217960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/idna.py 2025-10-10T02:10:53.4218230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp273.py 2025-10-10T02:10:53.4218500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/punycode.py 2025-10-10T02:10:53.4218790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/raw_unicode_escape.py 2025-10-10T02:10:53.4219380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_8.py 2025-10-10T02:10:53.4220290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1252.py 2025-10-10T02:10:53.4221200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp869.py 2025-10-10T02:10:53.4222100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_14.py 2025-10-10T02:10:53.4223030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_2.py 2025-10-10T02:10:53.4223870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_arabic.py 2025-10-10T02:10:53.4224790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_croatian.py 2025-10-10T02:10:53.4225670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/big5hkscs.py 2025-10-10T02:10:53.4226550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1256.py 2025-10-10T02:10:53.4227470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_6.py 2025-10-10T02:10:53.4228380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_10.py 2025-10-10T02:10:53.4229280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_kr.py 2025-10-10T02:10:53.4230200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1140.py 2025-10-10T02:10:53.4231070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1125.py 2025-10-10T02:10:53.4232020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_1.py 2025-10-10T02:10:53.4232930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1257.py 2025-10-10T02:10:53.4233780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp949.py 2025-10-10T02:10:53.4234660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp858.py 2025-10-10T02:10:53.4235600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_7.py 2025-10-10T02:10:53.4236510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_11.py 2025-10-10T02:10:53.4237430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hp_roman8.py 2025-10-10T02:10:53.4238310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_r.py 2025-10-10T02:10:53.4239240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/zlib_codec.py 2025-10-10T02:10:53.4240090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gbk.py 2025-10-10T02:10:53.4241110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/johab.py 2025-10-10T02:10:53.4241900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1253.py 2025-10-10T02:10:53.4242860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_15.py 2025-10-10T02:10:53.4243790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_2004.py 2025-10-10T02:10:53.4244790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_iceland.py 2025-10-10T02:10:53.4245720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_3.py 2025-10-10T02:10:53.4246660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_greek.py 2025-10-10T02:10:53.4247550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/rot_13.py 2025-10-10T02:10:53.4248480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16_be.py 2025-10-10T02:10:53.4249390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_kr.py 2025-10-10T02:10:53.4250300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jisx0213.py 2025-10-10T02:10:53.4251180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp863.py 2025-10-10T02:10:53.4252060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/ascii.py 2025-10-10T02:10:53.4252980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_8.py 2025-10-10T02:10:53.4253860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp857.py 2025-10-10T02:10:53.4254780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32_be.py 2025-10-10T02:10:53.4255620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1258.py 2025-10-10T02:10:53.4256500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/oem.py 2025-10-10T02:10:53.4257500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_latin2.py 2025-10-10T02:10:53.4258380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp775.py 2025-10-10T02:10:53.4259440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_roman.py 2025-10-10T02:10:53.4260320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__init__.py 2025-10-10T02:10:53.4261190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp852.py 2025-10-10T02:10:53.4262160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jisx0213.py 2025-10-10T02:10:53.4263030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp866.py 2025-10-10T02:10:53.4263880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_7.py 2025-10-10T02:10:53.4264830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/base64_codec.py 2025-10-10T02:10:53.4265910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp500.cpython-313.pyc 2025-10-10T02:10:53.4267110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp861.cpython-313.pyc 2025-10-10T02:10:53.4268090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_8.cpython-313.pyc 2025-10-10T02:10:53.4269180Z /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-10-10T02:10:53.4270240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_u.cpython-313.pyc 2025-10-10T02:10:53.4271360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mbcs.cpython-313.pyc 2025-10-10T02:10:53.4272460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_7.cpython-313.pyc 2025-10-10T02:10:53.4273610Z /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-10-10T02:10:53.4274750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/shift_jisx0213.cpython-313.pyc 2025-10-10T02:10:53.4275840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/shift_jis.cpython-313.pyc 2025-10-10T02:10:53.4276930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gbk.cpython-313.pyc 2025-10-10T02:10:53.4277950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp273.cpython-313.pyc 2025-10-10T02:10:53.4279050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1256.cpython-313.pyc 2025-10-10T02:10:53.4280150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_turkish.cpython-313.pyc 2025-10-10T02:10:53.4281260Z /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-10-10T02:10:53.4282450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/unicode_escape.cpython-313.pyc 2025-10-10T02:10:53.4283510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp869.cpython-313.pyc 2025-10-10T02:10:53.4284600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/punycode.cpython-313.pyc 2025-10-10T02:10:53.4285690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/charmap.cpython-313.pyc 2025-10-10T02:10:53.4286760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gb18030.cpython-313.pyc 2025-10-10T02:10:53.4287810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/big5.cpython-313.pyc 2025-10-10T02:10:53.4288890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1251.cpython-313.pyc 2025-10-10T02:10:53.4289950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/ascii.cpython-313.pyc 2025-10-10T02:10:53.4291020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1006.cpython-313.pyc 2025-10-10T02:10:53.4292120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_r.cpython-313.pyc 2025-10-10T02:10:53.4293180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_10.cpython-313.pyc 2025-10-10T02:10:53.4294330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp424.cpython-313.pyc 2025-10-10T02:10:53.4295390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/big5hkscs.cpython-313.pyc 2025-10-10T02:10:53.4296470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_jp.cpython-313.pyc 2025-10-10T02:10:53.4297570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc 2025-10-10T02:10:53.4298690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp866.cpython-313.pyc 2025-10-10T02:10:53.4299750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1125.cpython-313.pyc 2025-10-10T02:10:53.4300840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1250.cpython-313.pyc 2025-10-10T02:10:53.4301950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_farsi.cpython-313.pyc 2025-10-10T02:10:53.4303010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/idna.cpython-313.pyc 2025-10-10T02:10:53.4304110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp855.cpython-313.pyc 2025-10-10T02:10:53.4305220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_latin2.cpython-313.pyc 2025-10-10T02:10:53.4306310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_greek.cpython-313.pyc 2025-10-10T02:10:53.4307330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hz.cpython-313.pyc 2025-10-10T02:10:53.4308430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_1.cpython-313.pyc 2025-10-10T02:10:53.4309590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_11.cpython-313.pyc 2025-10-10T02:10:53.4310660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/latin_1.cpython-313.pyc 2025-10-10T02:10:53.4311680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp775.cpython-313.pyc 2025-10-10T02:10:53.4312770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/ptcp154.cpython-313.pyc 2025-10-10T02:10:53.4313830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp860.cpython-313.pyc 2025-10-10T02:10:53.4314930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/palmos.cpython-313.pyc 2025-10-10T02:10:53.4316040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1258.cpython-313.pyc 2025-10-10T02:10:53.4317120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_7.cpython-313.pyc 2025-10-10T02:10:53.4318240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_jp.cpython-313.pyc 2025-10-10T02:10:53.4319340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_9.cpython-313.pyc 2025-10-10T02:10:53.4320420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1140.cpython-313.pyc 2025-10-10T02:10:53.4321630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/bz2_codec.cpython-313.pyc 2025-10-10T02:10:53.4322620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/oem.cpython-313.pyc 2025-10-10T02:10:53.4323710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc 2025-10-10T02:10:53.4324810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hex_codec.cpython-313.pyc 2025-10-10T02:10:53.4325880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/koi8_t.cpython-313.pyc 2025-10-10T02:10:53.4327040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_16.cpython-313.pyc 2025-10-10T02:10:53.4328170Z /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-10-10T02:10:53.4329260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_6.cpython-313.pyc 2025-10-10T02:10:53.4330380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_cyrillic.cpython-313.pyc 2025-10-10T02:10:53.4331640Z /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-10-10T02:10:53.4332600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp852.cpython-313.pyc 2025-10-10T02:10:53.4333640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1257.cpython-313.pyc 2025-10-10T02:10:53.4334700Z /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-10-10T02:10:53.4335780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_3.cpython-313.pyc 2025-10-10T02:10:53.4336830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/rot_13.cpython-313.pyc 2025-10-10T02:10:53.4337870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_13.cpython-313.pyc 2025-10-10T02:10:53.4338920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/zlib_codec.cpython-313.pyc 2025-10-10T02:10:53.4339990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1252.cpython-313.pyc 2025-10-10T02:10:53.4341010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp857.cpython-313.pyc 2025-10-10T02:10:53.4342030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp950.cpython-313.pyc 2025-10-10T02:10:53.4343140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_jisx0213.cpython-313.pyc 2025-10-10T02:10:53.4344250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_romanian.cpython-313.pyc 2025-10-10T02:10:53.4345280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_croatian.cpython-313.pyc 2025-10-10T02:10:53.4346360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp865.cpython-313.pyc 2025-10-10T02:10:53.4347610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_iceland.cpython-313.pyc 2025-10-10T02:10:53.4348420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp858.cpython-313.pyc 2025-10-10T02:10:53.4349490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/base64_codec.cpython-313.pyc 2025-10-10T02:10:53.4350690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp949.cpython-313.pyc 2025-10-10T02:10:53.4352000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/kz1048.cpython-313.pyc 2025-10-10T02:10:53.4353410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp862.cpython-313.pyc 2025-10-10T02:10:53.4354980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp737.cpython-313.pyc 2025-10-10T02:10:53.4356300Z /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-10-10T02:10:53.4357730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1026.cpython-313.pyc 2025-10-10T02:10:53.4359070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp850.cpython-313.pyc 2025-10-10T02:10:53.4360320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/euc_kr.cpython-313.pyc 2025-10-10T02:10:53.4361700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/tis_620.cpython-313.pyc 2025-10-10T02:10:53.4362940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1255.cpython-313.pyc 2025-10-10T02:10:53.4364340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/uu_codec.cpython-313.pyc 2025-10-10T02:10:53.4365520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp874.cpython-313.pyc 2025-10-10T02:10:53.4366980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_14.cpython-313.pyc 2025-10-10T02:10:53.4368150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_4.cpython-313.pyc 2025-10-10T02:10:53.4369510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/undefined.cpython-313.pyc 2025-10-10T02:10:53.4370850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_arabic.cpython-313.pyc 2025-10-10T02:10:53.4372170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp437.cpython-313.pyc 2025-10-10T02:10:53.4373650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp863.cpython-313.pyc 2025-10-10T02:10:53.4375080Z /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-10-10T02:10:53.4376440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1254.cpython-313.pyc 2025-10-10T02:10:53.4377680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_32.cpython-313.pyc 2025-10-10T02:10:53.4378990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/hp_roman8.cpython-313.pyc 2025-10-10T02:10:53.4380520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_15.cpython-313.pyc 2025-10-10T02:10:53.4381590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp875.cpython-313.pyc 2025-10-10T02:10:53.4383100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_5.cpython-313.pyc 2025-10-10T02:10:53.4384690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/utf_16.cpython-313.pyc 2025-10-10T02:10:53.4385960Z /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-10-10T02:10:53.4387330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp720.cpython-313.pyc 2025-10-10T02:10:53.4388770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/johab.cpython-313.pyc 2025-10-10T02:10:53.4390300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso8859_2.cpython-313.pyc 2025-10-10T02:10:53.4391560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/gb2312.cpython-313.pyc 2025-10-10T02:10:53.4393020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/mac_roman.cpython-313.pyc 2025-10-10T02:10:53.4394510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp856.cpython-313.pyc 2025-10-10T02:10:53.4395940Z /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-10-10T02:10:53.4397660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4399190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/iso2022_kr.cpython-313.pyc 2025-10-10T02:10:53.4400410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp1253.cpython-313.pyc 2025-10-10T02:10:53.4401720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp864.cpython-313.pyc 2025-10-10T02:10:53.4403190Z /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-10-10T02:10:53.4404450Z /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-10-10T02:10:53.4405910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/quopri_codec.cpython-313.pyc 2025-10-10T02:10:53.4407180Z /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-10-10T02:10:53.4408740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp932.cpython-313.pyc 2025-10-10T02:10:53.4410120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/__pycache__/cp037.cpython-313.pyc 2025-10-10T02:10:53.4411190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp932.py 2025-10-10T02:10:53.4412350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp720.py 2025-10-10T02:10:53.4413520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp862.py 2025-10-10T02:10:53.4414930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp437.py 2025-10-10T02:10:53.4415970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/palmos.py 2025-10-10T02:10:53.4417270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_9.py 2025-10-10T02:10:53.4418580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp856.py 2025-10-10T02:10:53.4419640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/aliases.py 2025-10-10T02:10:53.4420680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/latin_1.py 2025-10-10T02:10:53.4421850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp875.py 2025-10-10T02:10:53.4422960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp950.py 2025-10-10T02:10:53.4424110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/unicode_escape.py 2025-10-10T02:10:53.4425040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp737.py 2025-10-10T02:10:53.4425970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp865.py 2025-10-10T02:10:53.4427200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/ptcp154.py 2025-10-10T02:10:53.4428350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/big5.py 2025-10-10T02:10:53.4429370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp424.py 2025-10-10T02:10:53.4430510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp861.py 2025-10-10T02:10:53.4431520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jp.py 2025-10-10T02:10:53.4432610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp855.py 2025-10-10T02:10:53.4433790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jis.py 2025-10-10T02:10:53.4434960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32_le.py 2025-10-10T02:10:53.4436090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp500.py 2025-10-10T02:10:53.4437140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/undefined.py 2025-10-10T02:10:53.4438250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp860.py 2025-10-10T02:10:53.4439240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/uu_codec.py 2025-10-10T02:10:53.4440330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16_le.py 2025-10-10T02:10:53.4441490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gb18030.py 2025-10-10T02:10:53.4442450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp874.py 2025-10-10T02:10:53.4443580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp850.py 2025-10-10T02:10:53.4444630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp864.py 2025-10-10T02:10:53.4445750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_32.py 2025-10-10T02:10:53.4446960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_u.py 2025-10-10T02:10:53.4447920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1254.py 2025-10-10T02:10:53.4449120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_2.py 2025-10-10T02:10:53.4450280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_16.py 2025-10-10T02:10:53.4451300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_4.py 2025-10-10T02:10:53.4452130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/euc_jis_2004.py 2025-10-10T02:10:53.4452980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mbcs.py 2025-10-10T02:10:53.4453850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1250.py 2025-10-10T02:10:53.4454670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/gb2312.py 2025-10-10T02:10:53.4455560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_16.py 2025-10-10T02:10:53.4456560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_cyrillic.py 2025-10-10T02:10:53.4457370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hex_codec.py 2025-10-10T02:10:53.4458190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/tis_620.py 2025-10-10T02:10:53.4459080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp037.py 2025-10-10T02:10:53.4459920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1006.py 2025-10-10T02:10:53.4460740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1251.py 2025-10-10T02:10:53.4461680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/mac_turkish.py 2025-10-10T02:10:53.4462560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_ext.py 2025-10-10T02:10:53.4463420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_1.py 2025-10-10T02:10:53.4464230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/hz.py 2025-10-10T02:10:53.4465120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/bz2_codec.py 2025-10-10T02:10:53.4466030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/quopri_codec.py 2025-10-10T02:10:53.4466900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/kz1048.py 2025-10-10T02:10:53.4467840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/utf_8_sig.py 2025-10-10T02:10:53.4468750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/koi8_t.py 2025-10-10T02:10:53.4469570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1255.py 2025-10-10T02:10:53.4470480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp_3.py 2025-10-10T02:10:53.4471450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/shift_jis_2004.py 2025-10-10T02:10:53.4472230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/cp1026.py 2025-10-10T02:10:53.4473150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/charmap.py 2025-10-10T02:10:53.4473980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_5.py 2025-10-10T02:10:53.4474860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso8859_13.py 2025-10-10T02:10:53.4475830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/encodings/iso2022_jp.py 2025-10-10T02:10:53.4476550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/queue.py 2025-10-10T02:10:53.4477290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyio.py 2025-10-10T02:10:53.4478140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pkgutil.py 2025-10-10T02:10:53.4478850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/lzma.py 2025-10-10T02:10:53.4479710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sitebuiltins.py 2025-10-10T02:10:53.4480450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/copyreg.py 2025-10-10T02:10:53.4481290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/rlcompleter.py 2025-10-10T02:10:53.4482220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_common.py 2025-10-10T02:10:53.4483090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__init__.py 2025-10-10T02:10:53.4484190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_common.cpython-313.pyc 2025-10-10T02:10:53.4485250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_zoneinfo.cpython-313.pyc 2025-10-10T02:10:53.4486250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/_tzpath.cpython-313.pyc 2025-10-10T02:10:53.4487280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4488140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_zoneinfo.py 2025-10-10T02:10:53.4488960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zoneinfo/_tzpath.py 2025-10-10T02:10:53.4489730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/gzip.py 2025-10-10T02:10:53.4490530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/_aix.py 2025-10-10T02:10:53.4491390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/wintypes.py 2025-10-10T02:10:53.4492260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/util.py 2025-10-10T02:10:53.4493150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__init__.py 2025-10-10T02:10:53.4494280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/_endian.cpython-313.pyc 2025-10-10T02:10:53.4495350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/wintypes.cpython-313.pyc 2025-10-10T02:10:53.4496420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/_aix.cpython-313.pyc 2025-10-10T02:10:53.4497470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.4498700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4499390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/_endian.py 2025-10-10T02:10:53.4500320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/dyld.py 2025-10-10T02:10:53.4501290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/framework.py 2025-10-10T02:10:53.4502290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/fetch_macholib 2025-10-10T02:10:53.4503190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__init__.py 2025-10-10T02:10:53.4504360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/dyld.cpython-313.pyc 2025-10-10T02:10:53.4505470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/dylib.cpython-313.pyc 2025-10-10T02:10:53.4506620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/framework.cpython-313.pyc 2025-10-10T02:10:53.4507790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4508650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/README.ctypes 2025-10-10T02:10:53.4509790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/fetch_macholib.bat 2025-10-10T02:10:53.4510580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ctypes/macholib/dylib.py 2025-10-10T02:10:53.4511380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ipaddress.py 2025-10-10T02:10:53.4512140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/trace.py 2025-10-10T02:10:53.4512930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/webbrowser.py 2025-10-10T02:10:53.4513770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_compat_pickle.py 2025-10-10T02:10:53.4514760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/signals.py 2025-10-10T02:10:53.4515550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/runner.py 2025-10-10T02:10:53.4516360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/suite.py 2025-10-10T02:10:53.4517200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/util.py 2025-10-10T02:10:53.4518070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__init__.py 2025-10-10T02:10:53.4519160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:53.4520150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/mock.cpython-313.pyc 2025-10-10T02:10:53.4521290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/result.cpython-313.pyc 2025-10-10T02:10:53.4522280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/signals.cpython-313.pyc 2025-10-10T02:10:53.4523300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/loader.cpython-313.pyc 2025-10-10T02:10:53.4524600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/runner.cpython-313.pyc 2025-10-10T02:10:53.4525360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.4526370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/case.cpython-313.pyc 2025-10-10T02:10:53.4527470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.4528490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/suite.cpython-313.pyc 2025-10-10T02:10:53.4529520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4530520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/_log.cpython-313.pyc 2025-10-10T02:10:53.4531570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__pycache__/async_case.cpython-313.pyc 2025-10-10T02:10:53.4532430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/result.py 2025-10-10T02:10:53.4533160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/loader.py 2025-10-10T02:10:53.4534030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/case.py 2025-10-10T02:10:53.4534880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/main.py 2025-10-10T02:10:53.4535810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/async_case.py 2025-10-10T02:10:53.4536690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/__main__.py 2025-10-10T02:10:53.4537590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/_log.py 2025-10-10T02:10:53.4538690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/unittest/mock.py 2025-10-10T02:10:53.4539790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dis.py 2025-10-10T02:10:53.4540660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bdb.py 2025-10-10T02:10:53.4542060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/python-config.py 2025-10-10T02:10:53.4543180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/config.c.in 2025-10-10T02:10:53.4544410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/install-sh 2025-10-10T02:10:53.4545700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.stdlib 2025-10-10T02:10:53.4546960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Makefile 2025-10-10T02:10:53.4548160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.bootstrap 2025-10-10T02:10:53.4549240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup 2025-10-10T02:10:53.4550750Z /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-10-10T02:10:53.4551690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/makesetup 2025-10-10T02:10:53.4552950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/config.c 2025-10-10T02:10:53.4554320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/Setup.local 2025-10-10T02:10:53.4555210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/config-3.13-darwin/python.o 2025-10-10T02:10:53.4556100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipapp.py 2025-10-10T02:10:53.4557180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/cmd.py 2025-10-10T02:10:53.4558130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tty.py 2025-10-10T02:10:53.4559150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/textpad.py 2025-10-10T02:10:53.4560190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/ascii.py 2025-10-10T02:10:53.4561390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__init__.py 2025-10-10T02:10:53.4562600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/ascii.cpython-313.pyc 2025-10-10T02:10:53.4563750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:53.4565110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/textpad.cpython-313.pyc 2025-10-10T02:10:53.4566780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4568060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/__pycache__/has_key.cpython-313.pyc 2025-10-10T02:10:53.4568940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/has_key.py 2025-10-10T02:10:53.4570030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/curses/panel.py 2025-10-10T02:10:53.4571030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tabnanny.py 2025-10-10T02:10:53.4571980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_py_abc.py 2025-10-10T02:10:53.4572920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/cProfile.py 2025-10-10T02:10:53.4573930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipimport.py 2025-10-10T02:10:53.4574930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/token.py 2025-10-10T02:10:53.4575950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/textwrap.py 2025-10-10T02:10:53.4576900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/base64.py 2025-10-10T02:10:53.4577860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_markupbase.py 2025-10-10T02:10:53.4578830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bz2.py 2025-10-10T02:10:53.4579970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_types.py 2025-10-10T02:10:53.4581070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__init__.py 2025-10-10T02:10:53.4582370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:53.4583500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:53.4584950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4586110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:53.4587150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_parser.py 2025-10-10T02:10:53.4588190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/_re.py 2025-10-10T02:10:53.4589130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tomllib/mypy.ini 2025-10-10T02:10:53.4589830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/signal.py 2025-10-10T02:10:53.4590660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_constants.py 2025-10-10T02:10:53.4591470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_aix_support.py 2025-10-10T02:10:53.4592340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_threading_local.py 2025-10-10T02:10:53.4593060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pyclbr.py 2025-10-10T02:10:53.4593960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/test_support.py 2025-10-10T02:10:53.4594770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__init__.py 2025-10-10T02:10:53.4596060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__pycache__/test_support.cpython-313.pyc 2025-10-10T02:10:53.4597110Z /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-10-10T02:10:53.4598090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4598950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/asyncore.py 2025-10-10T02:10:53.4599930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/queues.py 2025-10-10T02:10:53.4600940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/_crossinterp.py 2025-10-10T02:10:53.4601900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/__init__.py 2025-10-10T02:10:53.4603130Z /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-10-10T02:10:53.4604540Z /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-10-10T02:10:53.4605710Z /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-10-10T02:10:53.4606860Z /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-10-10T02:10:53.4607710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/interpreters/channels.py 2025-10-10T02:10:53.4608650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/hypothesis_helper.py 2025-10-10T02:10:53.4609530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/ast_helper.py 2025-10-10T02:10:53.4610520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/testcase.py 2025-10-10T02:10:53.4611840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/threading_helper.py 2025-10-10T02:10:53.4612380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/warnings_helper.py 2025-10-10T02:10:53.4613280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/os_helper.py 2025-10-10T02:10:53.4614130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__init__.py 2025-10-10T02:10:53.4614960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/venv.py 2025-10-10T02:10:53.4616170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/smtpd.cpython-313.pyc 2025-10-10T02:10:53.4617190Z /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-10-10T02:10:53.4618330Z /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-10-10T02:10:53.4619490Z /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-10-10T02:10:53.4620690Z /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-10-10T02:10:53.4621800Z /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-10-10T02:10:53.4622980Z /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-10-10T02:10:53.4624000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/numbers.cpython-313.pyc 2025-10-10T02:10:53.4625120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/testcase.cpython-313.pyc 2025-10-10T02:10:53.4626280Z /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-10-10T02:10:53.4627390Z /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-10-10T02:10:53.4628550Z /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-10-10T02:10:53.4629680Z /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-10-10T02:10:53.4630820Z /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-10-10T02:10:53.4631990Z /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-10-10T02:10:53.4633110Z /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-10-10T02:10:53.4634190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/asyncore.cpython-313.pyc 2025-10-10T02:10:53.4635300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/asynchat.cpython-313.pyc 2025-10-10T02:10:53.4636520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/venv.cpython-313.pyc 2025-10-10T02:10:53.4641150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4641560Z /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-10-10T02:10:53.4641780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/numbers.py 2025-10-10T02:10:53.4642100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/strategies.py 2025-10-10T02:10:53.4642380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/__init__.py 2025-10-10T02:10:53.4642880Z /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-10-10T02:10:53.4644270Z /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-10-10T02:10:53.4645360Z /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-10-10T02:10:53.4646300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/_hypothesis_stubs/_helpers.py 2025-10-10T02:10:53.4647210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/bytecode_helper.py 2025-10-10T02:10:53.4648130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/import_helper.py 2025-10-10T02:10:53.4649010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/i18n_helper.py 2025-10-10T02:10:53.4649950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/logging_helper.py 2025-10-10T02:10:53.4650990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/pty_helper.py 2025-10-10T02:10:53.4652200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/socket_helper.py 2025-10-10T02:10:53.4653380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/refleak_helper.py 2025-10-10T02:10:53.4654590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/script_helper.py 2025-10-10T02:10:53.4655750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/hashlib_helper.py 2025-10-10T02:10:53.4656960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/smtpd.py 2025-10-10T02:10:53.4658180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/support/asynchat.py 2025-10-10T02:10:53.4659320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/test/test_script_helper.py 2025-10-10T02:10:53.4660290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/gettext.py 2025-10-10T02:10:53.4661340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/spam.py 2025-10-10T02:10:53.4662390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__init__.py 2025-10-10T02:10:53.4663770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__pycache__/spam.cpython-313.pyc 2025-10-10T02:10:53.4665190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__phello__/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4666380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_ios_support.py 2025-10-10T02:10:53.4667540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wave.py 2025-10-10T02:10:53.4668330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/weakref.py 2025-10-10T02:10:53.4669670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata_arm64_apple_darwin20_0_0.py 2025-10-10T02:10:53.4670560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/bisect.py 2025-10-10T02:10:53.4671760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/opcode.py 2025-10-10T02:10:53.4672640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/netrc.py 2025-10-10T02:10:53.4673740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/heapq.py 2025-10-10T02:10:53.4674740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/_local.py 2025-10-10T02:10:53.4675860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/_abc.py 2025-10-10T02:10:53.4676950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__init__.py 2025-10-10T02:10:53.4678350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc 2025-10-10T02:10:53.4679660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4681130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc 2025-10-10T02:10:53.4682100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/functools.py 2025-10-10T02:10:53.4683170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/modulefinder.py 2025-10-10T02:10:53.4684470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_compression.py 2025-10-10T02:10:53.4685450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tracemalloc.py 2025-10-10T02:10:53.4686510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/hashlib.py 2025-10-10T02:10:53.4687450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/codeop.py 2025-10-10T02:10:53.4688480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/turtle.cfg 2025-10-10T02:10:53.4689710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/tree.py 2025-10-10T02:10:53.4690870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/round_dance.py 2025-10-10T02:10:53.4692150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/colormixer.py 2025-10-10T02:10:53.4693300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/bytedesign.py 2025-10-10T02:10:53.4694380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/chaos.py 2025-10-10T02:10:53.4695540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/clock.py 2025-10-10T02:10:53.4696700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/sorting_animate.py 2025-10-10T02:10:53.4697790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/paint.py 2025-10-10T02:10:53.4698860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__init__.py 2025-10-10T02:10:53.4700100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/lindenmayer.py 2025-10-10T02:10:53.4701450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/clock.cpython-313.pyc 2025-10-10T02:10:53.4702740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/forest.cpython-313.pyc 2025-10-10T02:10:53.4704130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/lindenmayer.cpython-313.pyc 2025-10-10T02:10:53.4705460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/sorting_animate.cpython-313.pyc 2025-10-10T02:10:53.4706850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/chaos.cpython-313.pyc 2025-10-10T02:10:53.4708190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/penrose.cpython-313.pyc 2025-10-10T02:10:53.4709570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/paint.cpython-313.pyc 2025-10-10T02:10:53.4710710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/peace.cpython-313.pyc 2025-10-10T02:10:53.4712080Z /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-10-10T02:10:53.4713260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/rosette.cpython-313.pyc 2025-10-10T02:10:53.4714590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:53.4715980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/two_canvases.cpython-313.pyc 2025-10-10T02:10:53.4717400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/round_dance.cpython-313.pyc 2025-10-10T02:10:53.4718740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/fractalcurves.cpython-313.pyc 2025-10-10T02:10:53.4720150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/nim.cpython-313.pyc 2025-10-10T02:10:53.4721580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/colormixer.cpython-313.pyc 2025-10-10T02:10:53.4722830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/yinyang.cpython-313.pyc 2025-10-10T02:10:53.4724040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.4725580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/minimal_hanoi.cpython-313.pyc 2025-10-10T02:10:53.4726770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4728090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__pycache__/bytedesign.cpython-313.pyc 2025-10-10T02:10:53.4729240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/penrose.py 2025-10-10T02:10:53.4730390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/peace.py 2025-10-10T02:10:53.4731430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/rosette.py 2025-10-10T02:10:53.4732670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/nim.py 2025-10-10T02:10:53.4733520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/yinyang.py 2025-10-10T02:10:53.4734420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/fractalcurves.py 2025-10-10T02:10:53.4735400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/planet_and_moon.py 2025-10-10T02:10:53.4736290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/forest.py 2025-10-10T02:10:53.4737240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/two_canvases.py 2025-10-10T02:10:53.4738130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/__main__.py 2025-10-10T02:10:53.4739100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtledemo/minimal_hanoi.py 2025-10-10T02:10:53.4739920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fnmatch.py 2025-10-10T02:10:53.4740930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__init__.py 2025-10-10T02:10:53.4742140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:53.4743250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4744200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/dummy/connection.py 2025-10-10T02:10:53.4745150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/queues.py 2025-10-10T02:10:53.4746150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/heap.py 2025-10-10T02:10:53.4747100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/shared_memory.py 2025-10-10T02:10:53.4748110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/resource_tracker.py 2025-10-10T02:10:53.4748940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/reduction.py 2025-10-10T02:10:53.4749820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/util.py 2025-10-10T02:10:53.4750800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_spawn_win32.py 2025-10-10T02:10:53.4751710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__init__.py 2025-10-10T02:10:53.4752920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/resource_tracker.cpython-313.pyc 2025-10-10T02:10:53.4754070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/shared_memory.cpython-313.pyc 2025-10-10T02:10:53.4755140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/spawn.cpython-313.pyc 2025-10-10T02:10:53.4756230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/managers.cpython-313.pyc 2025-10-10T02:10:53.4757260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/heap.cpython-313.pyc 2025-10-10T02:10:53.4758490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/pool.cpython-313.pyc 2025-10-10T02:10:53.4759520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/synchronize.cpython-313.pyc 2025-10-10T02:10:53.4760690Z /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-10-10T02:10:53.4761870Z /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-10-10T02:10:53.4762950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/context.cpython-313.pyc 2025-10-10T02:10:53.4764120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/sharedctypes.cpython-313.pyc 2025-10-10T02:10:53.4765280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/forkserver.cpython-313.pyc 2025-10-10T02:10:53.4766390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_fork.cpython-313.pyc 2025-10-10T02:10:53.4767480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/queues.cpython-313.pyc 2025-10-10T02:10:53.4768570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.4769780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/resource_sharer.cpython-313.pyc 2025-10-10T02:10:53.4770880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/process.cpython-313.pyc 2025-10-10T02:10:53.4772010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/reduction.cpython-313.pyc 2025-10-10T02:10:53.4773180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:53.4774300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4775510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/__pycache__/popen_forkserver.cpython-313.pyc 2025-10-10T02:10:53.4776390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/forkserver.py 2025-10-10T02:10:53.4777350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/connection.py 2025-10-10T02:10:53.4778280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/context.py 2025-10-10T02:10:53.4779360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/spawn.py 2025-10-10T02:10:53.4780320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/synchronize.py 2025-10-10T02:10:53.4781220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/process.py 2025-10-10T02:10:53.4782130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/sharedctypes.py 2025-10-10T02:10:53.4783060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_fork.py 2025-10-10T02:10:53.4783880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/pool.py 2025-10-10T02:10:53.4784980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_forkserver.py 2025-10-10T02:10:53.4785840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/popen_spawn_posix.py 2025-10-10T02:10:53.4786720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/managers.py 2025-10-10T02:10:53.4787710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/multiprocessing/resource_sharer.py 2025-10-10T02:10:53.4788450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/traceback.py 2025-10-10T02:10:53.4789290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/nturl2path.py 2025-10-10T02:10:53.4790040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/warnings.py 2025-10-10T02:10:53.4790820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/subprocess.py 2025-10-10T02:10:53.4791620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/profile.py 2025-10-10T02:10:53.4792330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/this.py 2025-10-10T02:10:53.4793130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/filecmp.py 2025-10-10T02:10:53.4793890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/codecs.py 2025-10-10T02:10:53.4794720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/error.py 2025-10-10T02:10:53.4795520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/request.py 2025-10-10T02:10:53.4796360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__init__.py 2025-10-10T02:10:53.4797250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/response.py 2025-10-10T02:10:53.4798250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:53.4799340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:53.4800280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/error.cpython-313.pyc 2025-10-10T02:10:53.4801390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/robotparser.cpython-313.pyc 2025-10-10T02:10:53.4802370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:53.4803380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4804200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/robotparser.py 2025-10-10T02:10:53.4805010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/urllib/parse.py 2025-10-10T02:10:53.4805780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_weakrefset.py 2025-10-10T02:10:53.4806540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/io.py 2025-10-10T02:10:53.4807500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata__darwin_darwin.py 2025-10-10T02:10:53.4808370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__init__.py 2025-10-10T02:10:53.4809540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:53.4810600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4811420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/_path/glob.py 2025-10-10T02:10:53.4812220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__init__.py 2025-10-10T02:10:53.4813300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.4814330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4815110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/zipfile/__main__.py 2025-10-10T02:10:53.4815920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/code.py 2025-10-10T02:10:53.4816780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/operator.py 2025-10-10T02:10:53.4817820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fileinput.py 2025-10-10T02:10:53.4818740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/os.py 2025-10-10T02:10:53.4819980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/site-packages/README.txt 2025-10-10T02:10:53.4820930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/difflib.py 2025-10-10T02:10:53.4822070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc.py 2025-10-10T02:10:53.4823340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/selectors.py 2025-10-10T02:10:53.4824480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/decimal.py 2025-10-10T02:10:53.4825480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/socketserver.py 2025-10-10T02:10:53.4826420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/copy.py 2025-10-10T02:10:53.4827520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__init__.py 2025-10-10T02:10:53.4828740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/entities.cpython-313.pyc 2025-10-10T02:10:53.4830030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4831330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:53.4832280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/parser.py 2025-10-10T02:10:53.4833350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/html/entities.py 2025-10-10T02:10:53.4834480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/genericpath.py 2025-10-10T02:10:53.4835490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/linecache.py 2025-10-10T02:10:53.4836580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/types.py 2025-10-10T02:10:53.4837710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/scrolledtext.py 2025-10-10T02:10:53.4838760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/colorchooser.py 2025-10-10T02:10:53.4840080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/commondialog.py 2025-10-10T02:10:53.4841060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/messagebox.py 2025-10-10T02:10:53.4842010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/dialog.py 2025-10-10T02:10:53.4843080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/constants.py 2025-10-10T02:10:53.4843980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/dnd.py 2025-10-10T02:10:53.4845010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__init__.py 2025-10-10T02:10:53.4845950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/ttk.py 2025-10-10T02:10:53.4847320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/filedialog.cpython-313.pyc 2025-10-10T02:10:53.4848530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/font.cpython-313.pyc 2025-10-10T02:10:53.4849780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/ttk.cpython-313.pyc 2025-10-10T02:10:53.4851060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/messagebox.cpython-313.pyc 2025-10-10T02:10:53.4852260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/dialog.cpython-313.pyc 2025-10-10T02:10:53.4853660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/simpledialog.cpython-313.pyc 2025-10-10T02:10:53.4854820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/dnd.cpython-313.pyc 2025-10-10T02:10:53.4856130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/commondialog.cpython-313.pyc 2025-10-10T02:10:53.4857430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:53.4858670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.4860190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/scrolledtext.cpython-313.pyc 2025-10-10T02:10:53.4861490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.4862690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__pycache__/colorchooser.cpython-313.pyc 2025-10-10T02:10:53.4863710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/filedialog.py 2025-10-10T02:10:53.4864650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/font.py 2025-10-10T02:10:53.4865620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/__main__.py 2025-10-10T02:10:53.4866620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tkinter/simpledialog.py 2025-10-10T02:10:53.4867740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/mimetypes.py 2025-10-10T02:10:53.4868960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/base64.cpython-313.pyc 2025-10-10T02:10:53.4870210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_compression.cpython-313.pyc 2025-10-10T02:10:53.4871290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/typing.cpython-313.pyc 2025-10-10T02:10:53.4872210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/symtable.cpython-313.pyc 2025-10-10T02:10:53.4873190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/zipapp.cpython-313.pyc 2025-10-10T02:10:53.4874160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/gzip.cpython-313.pyc 2025-10-10T02:10:53.4875190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_parse.cpython-313.pyc 2025-10-10T02:10:53.4876230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/genericpath.cpython-313.pyc 2025-10-10T02:10:53.4877150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/io.cpython-313.pyc 2025-10-10T02:10:53.4878120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pdb.cpython-313.pyc 2025-10-10T02:10:53.4879120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/string.cpython-313.pyc 2025-10-10T02:10:53.4880080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/cmd.cpython-313.pyc 2025-10-10T02:10:53.4881090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/imaplib.cpython-313.pyc 2025-10-10T02:10:53.4882140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_ios_support.cpython-313.pyc 2025-10-10T02:10:53.4883180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tarfile.cpython-313.pyc 2025-10-10T02:10:53.4884140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pyclbr.cpython-313.pyc 2025-10-10T02:10:53.4885150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/cProfile.cpython-313.pyc 2025-10-10T02:10:53.4886130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/getopt.cpython-313.pyc 2025-10-10T02:10:53.4887160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fileinput.cpython-313.pyc 2025-10-10T02:10:53.4888170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_strptime.cpython-313.pyc 2025-10-10T02:10:53.4889260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pickletools.cpython-313.pyc 2025-10-10T02:10:53.4890260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/opcode.cpython-313.pyc 2025-10-10T02:10:53.4891360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/threading.cpython-313.pyc 2025-10-10T02:10:53.4892290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/secrets.cpython-313.pyc 2025-10-10T02:10:53.4893280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/compileall.cpython-313.pyc 2025-10-10T02:10:53.4894260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/copyreg.cpython-313.pyc 2025-10-10T02:10:53.4895210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ipaddress.cpython-313.pyc 2025-10-10T02:10:53.4896270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/nturl2path.cpython-313.pyc 2025-10-10T02:10:53.4897370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc 2025-10-10T02:10:53.4898190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/__future__.cpython-313.pyc 2025-10-10T02:10:53.4899120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shlex.cpython-313.pyc 2025-10-10T02:10:53.4900150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/operator.cpython-313.pyc 2025-10-10T02:10:53.4901140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/contextlib.cpython-313.pyc 2025-10-10T02:10:53.4902090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/socket.cpython-313.pyc 2025-10-10T02:10:53.4903090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/functools.cpython-313.pyc 2025-10-10T02:10:53.4904000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sched.cpython-313.pyc 2025-10-10T02:10:53.4905050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_compat_pickle.cpython-313.pyc 2025-10-10T02:10:53.4906030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fractions.cpython-313.pyc 2025-10-10T02:10:53.4906980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/plistlib.cpython-313.pyc 2025-10-10T02:10:53.4907930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/reprlib.cpython-313.pyc 2025-10-10T02:10:53.4908910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/difflib.cpython-313.pyc 2025-10-10T02:10:53.4909840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:53.4910880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/configparser.cpython-313.pyc 2025-10-10T02:10:53.4911800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pty.cpython-313.pyc 2025-10-10T02:10:53.4912820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_sitebuiltins.cpython-313.pyc 2025-10-10T02:10:53.4913780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/trace.cpython-313.pyc 2025-10-10T02:10:53.4914760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/numbers.cpython-313.pyc 2025-10-10T02:10:53.4915670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:53.4916660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/textwrap.cpython-313.pyc 2025-10-10T02:10:53.4917720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_android_support.cpython-313.pyc 2025-10-10T02:10:53.4918650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/keyword.cpython-313.pyc 2025-10-10T02:10:53.4919660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_compile.cpython-313.pyc 2025-10-10T02:10:53.4920620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/signal.cpython-313.pyc 2025-10-10T02:10:53.4921550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/queue.cpython-313.pyc 2025-10-10T02:10:53.4922740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_threading_local.cpython-313.pyc 2025-10-10T02:10:53.4923540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pylong.cpython-313.pyc 2025-10-10T02:10:53.4924550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shelve.cpython-313.pyc 2025-10-10T02:10:53.4925570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/socketserver.cpython-313.pyc 2025-10-10T02:10:53.4926560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/dataclasses.cpython-313.pyc 2025-10-10T02:10:53.4927620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/stringprep.cpython-313.pyc 2025-10-10T02:10:53.4928520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/gettext.cpython-313.pyc 2025-10-10T02:10:53.4929520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/poplib.cpython-313.pyc 2025-10-10T02:10:53.4930530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pstats.cpython-313.pyc 2025-10-10T02:10:53.4931720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/contextvars.cpython-313.pyc 2025-10-10T02:10:53.4932860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:53.4934120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/random.cpython-313.pyc 2025-10-10T02:10:53.4935650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sitecustomize.cpython-313.pyc 2025-10-10T02:10:53.4936920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/site.cpython-313.pyc 2025-10-10T02:10:53.4938210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_collections_abc.cpython-313.pyc 2025-10-10T02:10:53.4939330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bz2.cpython-313.pyc 2025-10-10T02:10:53.4940410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tty.cpython-313.pyc 2025-10-10T02:10:53.4941510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_colorize.cpython-313.pyc 2025-10-10T02:10:53.4942880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/optparse.cpython-313.pyc 2025-10-10T02:10:53.4944060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/csv.cpython-313.pyc 2025-10-10T02:10:53.4945380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/antigravity.cpython-313.pyc 2025-10-10T02:10:53.4946610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/zipimport.cpython-313.pyc 2025-10-10T02:10:53.4947830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pkgutil.cpython-313.pyc 2025-10-10T02:10:53.4949120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pprint.cpython-313.pyc 2025-10-10T02:10:53.4950290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/py_compile.cpython-313.pyc 2025-10-10T02:10:53.4951550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_markupbase.cpython-313.pyc 2025-10-10T02:10:53.4952820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/smtplib.cpython-313.pyc 2025-10-10T02:10:53.4953900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/graphlib.cpython-313.pyc 2025-10-10T02:10:53.4955140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:53.4956390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_opcode_metadata.cpython-313.pyc 2025-10-10T02:10:53.4957550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/filecmp.cpython-313.pyc 2025-10-10T02:10:53.4958770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/netrc.cpython-313.pyc 2025-10-10T02:10:53.4960020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/turtle.cpython-313.pyc 2025-10-10T02:10:53.4961160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/calendar.cpython-313.pyc 2025-10-10T02:10:53.4962360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/mailbox.cpython-313.pyc 2025-10-10T02:10:53.4963710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/wave.cpython-313.pyc 2025-10-10T02:10:53.4965030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/__hello__.cpython-313.pyc 2025-10-10T02:10:53.4966200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/uuid.cpython-313.pyc 2025-10-10T02:10:53.4967530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/posixpath.cpython-313.pyc 2025-10-10T02:10:53.4968760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/struct.cpython-313.pyc 2025-10-10T02:10:53.4969980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/hashlib.cpython-313.pyc 2025-10-10T02:10:53.4971190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pydoc.cpython-313.pyc 2025-10-10T02:10:53.4972310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/code.cpython-313.pyc 2025-10-10T02:10:53.4973480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/enum.cpython-313.pyc 2025-10-10T02:10:53.4974670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ftplib.cpython-313.pyc 2025-10-10T02:10:53.4975840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pyio.cpython-313.pyc 2025-10-10T02:10:53.4977070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/colorsys.cpython-313.pyc 2025-10-10T02:10:53.4978400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/platform.cpython-313.pyc 2025-10-10T02:10:53.4979420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:53.4980680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_py_abc.cpython-313.pyc 2025-10-10T02:10:53.4981850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/profile.cpython-313.pyc 2025-10-10T02:10:53.4983220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ntpath.cpython-313.pyc 2025-10-10T02:10:53.4984510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/datetime.cpython-313.pyc 2025-10-10T02:10:53.4985840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bisect.cpython-313.pyc 2025-10-10T02:10:53.4986930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/heapq.cpython-313.pyc 2025-10-10T02:10:53.4988110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/modulefinder.cpython-313.pyc 2025-10-10T02:10:53.4989350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/codeop.cpython-313.pyc 2025-10-10T02:10:53.4990720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pydecimal.cpython-313.pyc 2025-10-10T02:10:53.4992130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/hmac.cpython-313.pyc 2025-10-10T02:10:53.4993310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/dis.cpython-313.pyc 2025-10-10T02:10:53.4994640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/statistics.cpython-313.pyc 2025-10-10T02:10:53.4995750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ssl.cpython-313.pyc 2025-10-10T02:10:53.4996850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/timeit.cpython-313.pyc 2025-10-10T02:10:53.4998210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/sre_constants.cpython-313.pyc 2025-10-10T02:10:53.4999440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/selectors.cpython-313.pyc 2025-10-10T02:10:53.5000640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/stat.cpython-313.pyc 2025-10-10T02:10:53.5001830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_osx_support.cpython-313.pyc 2025-10-10T02:10:53.5003130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tempfile.cpython-313.pyc 2025-10-10T02:10:53.5004560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/runpy.cpython-313.pyc 2025-10-10T02:10:53.5005630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/decimal.cpython-313.pyc 2025-10-10T02:10:53.5006800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tracemalloc.cpython-313.pyc 2025-10-10T02:10:53.5008020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/quopri.cpython-313.pyc 2025-10-10T02:10:53.5009230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/locale.cpython-313.pyc 2025-10-10T02:10:53.5010620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/linecache.cpython-313.pyc 2025-10-10T02:10:53.5011810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/lzma.cpython-313.pyc 2025-10-10T02:10:53.5012970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/weakref.cpython-313.pyc 2025-10-10T02:10:53.5014420Z /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-10-10T02:10:53.5015330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/getpass.cpython-313.pyc 2025-10-10T02:10:53.5016590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_sysconfigdata__darwin_darwin.cpython-313.pyc 2025-10-10T02:10:53.5017450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc 2025-10-10T02:10:53.5018310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/os.cpython-313.pyc 2025-10-10T02:10:53.5019310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_pydatetime.cpython-313.pyc 2025-10-10T02:10:53.5020230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/bdb.cpython-313.pyc 2025-10-10T02:10:53.5021350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/this.cpython-313.pyc 2025-10-10T02:10:53.5022330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc 2025-10-10T02:10:53.5023210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/pickle.cpython-313.pyc 2025-10-10T02:10:53.5024200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/traceback.cpython-313.pyc 2025-10-10T02:10:53.5025190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/mimetypes.cpython-313.pyc 2025-10-10T02:10:53.5026160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/codecs.cpython-313.pyc 2025-10-10T02:10:53.5027160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/copy.cpython-313.pyc 2025-10-10T02:10:53.5028140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/_aix_support.cpython-313.pyc 2025-10-10T02:10:53.5029030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/shutil.cpython-313.pyc 2025-10-10T02:10:53.5029990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/doctest.cpython-313.pyc 2025-10-10T02:10:53.5030990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/webbrowser.cpython-313.pyc 2025-10-10T02:10:53.5031940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tokenize.cpython-313.pyc 2025-10-10T02:10:53.5032860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/ast.cpython-313.pyc 2025-10-10T02:10:53.5033850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/inspect.cpython-313.pyc 2025-10-10T02:10:53.5034850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:53.5035850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/rlcompleter.cpython-313.pyc 2025-10-10T02:10:53.5036800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/argparse.cpython-313.pyc 2025-10-10T02:10:53.5037830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__pycache__/tabnanny.cpython-313.pyc 2025-10-10T02:10:53.5038570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/colorsys.py 2025-10-10T02:10:53.5039380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/numbers.py 2025-10-10T02:10:53.5040220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_strptime.py 2025-10-10T02:10:53.5041060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/contextvars.py 2025-10-10T02:10:53.5041970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/random.py 2025-10-10T02:10:53.5042700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ftplib.py 2025-10-10T02:10:53.5043560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/optparse.py 2025-10-10T02:10:53.5044460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sitecustomize.py 2025-10-10T02:10:53.5045360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/expat.py 2025-10-10T02:10:53.5046290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__init__.py 2025-10-10T02:10:53.5047640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__pycache__/expat.cpython-313.pyc 2025-10-10T02:10:53.5048650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/parsers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5049410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/handler.py 2025-10-10T02:10:53.5050250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__init__.py 2025-10-10T02:10:53.5051340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/handler.cpython-313.pyc 2025-10-10T02:10:53.5052360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/saxutils.cpython-313.pyc 2025-10-10T02:10:53.5053420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/expatreader.cpython-313.pyc 2025-10-10T02:10:53.5054440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/xmlreader.cpython-313.pyc 2025-10-10T02:10:53.5055500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/_exceptions.cpython-313.pyc 2025-10-10T02:10:53.5056520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5057300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/saxutils.py 2025-10-10T02:10:53.5058260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/xmlreader.py 2025-10-10T02:10:53.5059030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/expatreader.py 2025-10-10T02:10:53.5059920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/sax/_exceptions.py 2025-10-10T02:10:53.5060750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/__init__.py 2025-10-10T02:10:53.5061870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5062570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/pulldom.py 2025-10-10T02:10:53.5063450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/expatbuilder.py 2025-10-10T02:10:53.5064260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/domreg.py 2025-10-10T02:10:53.5065130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/minicompat.py 2025-10-10T02:10:53.5065980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__init__.py 2025-10-10T02:10:53.5067100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/NodeFilter.cpython-313.pyc 2025-10-10T02:10:53.5068560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/minidom.cpython-313.pyc 2025-10-10T02:10:53.5069500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/expatbuilder.cpython-313.pyc 2025-10-10T02:10:53.5070880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/minicompat.cpython-313.pyc 2025-10-10T02:10:53.5072160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/pulldom.cpython-313.pyc 2025-10-10T02:10:53.5073520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/xmlbuilder.cpython-313.pyc 2025-10-10T02:10:53.5074720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/domreg.cpython-313.pyc 2025-10-10T02:10:53.5076010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5077010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/NodeFilter.py 2025-10-10T02:10:53.5078180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/xmlbuilder.py 2025-10-10T02:10:53.5079210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/dom/minidom.py 2025-10-10T02:10:53.5080390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementPath.py 2025-10-10T02:10:53.5081520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/cElementTree.py 2025-10-10T02:10:53.5082540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__init__.py 2025-10-10T02:10:53.5084010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/cElementTree.cpython-313.pyc 2025-10-10T02:10:53.5085390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc 2025-10-10T02:10:53.5086680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc 2025-10-10T02:10:53.5088300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/ElementInclude.cpython-313.pyc 2025-10-10T02:10:53.5089480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5090570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementInclude.py 2025-10-10T02:10:53.5091570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xml/etree/ElementTree.py 2025-10-10T02:10:53.5092430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pdb.py 2025-10-10T02:10:53.5093430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/threading.py 2025-10-10T02:10:53.5094300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/turtle.py 2025-10-10T02:10:53.5095250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/platform.py 2025-10-10T02:10:53.5096210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pstats.py 2025-10-10T02:10:53.5097130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/glob.py 2025-10-10T02:10:53.5098140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/quopri.py 2025-10-10T02:10:53.5099090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/symtable.py 2025-10-10T02:10:53.5100070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pprint.py 2025-10-10T02:10:53.5101130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/calendar.py 2025-10-10T02:10:53.5102020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/inspect.py 2025-10-10T02:10:53.5103070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/util.py 2025-10-10T02:10:53.5104050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/handlers.py 2025-10-10T02:10:53.5105110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__init__.py 2025-10-10T02:10:53.5106080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/types.py 2025-10-10T02:10:53.5107350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/validate.cpython-313.pyc 2025-10-10T02:10:53.5108620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:53.5109800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/headers.cpython-313.pyc 2025-10-10T02:10:53.5111050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.5112300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:53.5113710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/simple_server.cpython-313.pyc 2025-10-10T02:10:53.5114970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5115970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/validate.py 2025-10-10T02:10:53.5117020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/simple_server.py 2025-10-10T02:10:53.5118170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/wsgiref/headers.py 2025-10-10T02:10:53.5119040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/poplib.py 2025-10-10T02:10:53.5119870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/plistlib.py 2025-10-10T02:10:53.5120900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pickletools.py 2025-10-10T02:10:53.5121810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/site.py 2025-10-10T02:10:53.5122760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/decoder.py 2025-10-10T02:10:53.5123780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/scanner.py 2025-10-10T02:10:53.5124720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__init__.py 2025-10-10T02:10:53.5126020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:53.5127190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/encoder.cpython-313.pyc 2025-10-10T02:10:53.5128460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5129720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/tool.cpython-313.pyc 2025-10-10T02:10:53.5130980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/__pycache__/decoder.cpython-313.pyc 2025-10-10T02:10:53.5131890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/encoder.py 2025-10-10T02:10:53.5132960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/json/tool.py 2025-10-10T02:10:53.5134010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_opcode_metadata.py 2025-10-10T02:10:53.5135000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/keyword.py 2025-10-10T02:10:53.5135970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/configparser.py 2025-10-10T02:10:53.5136960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_apple_support.py 2025-10-10T02:10:53.5137880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/reprlib.py 2025-10-10T02:10:53.5138970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/secrets.py 2025-10-10T02:10:53.5139860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shlex.py 2025-10-10T02:10:53.5141010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/cookies.py 2025-10-10T02:10:53.5141930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/server.py 2025-10-10T02:10:53.5143070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/client.py 2025-10-10T02:10:53.5144020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__init__.py 2025-10-10T02:10:53.5145450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/server.cpython-313.pyc 2025-10-10T02:10:53.5146810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/cookiejar.cpython-313.pyc 2025-10-10T02:10:53.5148180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/cookies.cpython-313.pyc 2025-10-10T02:10:53.5149620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:53.5150770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5151790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/http/cookiejar.py 2025-10-10T02:10:53.5152810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__init__.py 2025-10-10T02:10:53.5154220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/dump.cpython-313.pyc 2025-10-10T02:10:53.5155460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/dbapi2.cpython-313.pyc 2025-10-10T02:10:53.5156660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5157710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5158480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/dump.py 2025-10-10T02:10:53.5159250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/dbapi2.py 2025-10-10T02:10:53.5160190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sqlite3/__main__.py 2025-10-10T02:10:53.5160880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/posixpath.py 2025-10-10T02:10:53.5161670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/py_compile.py 2025-10-10T02:10:53.5162670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__init__.py 2025-10-10T02:10:53.5163730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5164790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5165840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__pycache__/_uninstall.cpython-313.pyc 2025-10-10T02:10:53.5166890Z /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-10-10T02:10:53.5167630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/__main__.py 2025-10-10T02:10:53.5168610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ensurepip/_uninstall.py 2025-10-10T02:10:53.5169400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_osx_support.py 2025-10-10T02:10:53.5170130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/stat.py 2025-10-10T02:10:53.5170950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/compileall.py 2025-10-10T02:10:53.5171910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/_base.py 2025-10-10T02:10:53.5172770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/thread.py 2025-10-10T02:10:53.5173690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__init__.py 2025-10-10T02:10:53.5174950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/_base.cpython-313.pyc 2025-10-10T02:10:53.5176030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/process.cpython-313.pyc 2025-10-10T02:10:53.5177150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/thread.cpython-313.pyc 2025-10-10T02:10:53.5178250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5179100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/futures/process.py 2025-10-10T02:10:53.5179960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/__init__.py 2025-10-10T02:10:53.5181040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/concurrent/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5181740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/csv.py 2025-10-10T02:10:53.5182790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/historical_reader.py 2025-10-10T02:10:53.5183590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/unix_console.py 2025-10-10T02:10:53.5184450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/readline.py 2025-10-10T02:10:53.5185310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/console.py 2025-10-10T02:10:53.5186230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/trace.py 2025-10-10T02:10:53.5186960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/curses.py 2025-10-10T02:10:53.5187880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/base_eventqueue.py 2025-10-10T02:10:53.5188760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/windows_console.py 2025-10-10T02:10:53.5189670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/windows_eventqueue.py 2025-10-10T02:10:53.5190600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/_threading_handler.py 2025-10-10T02:10:53.5191410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__init__.py 2025-10-10T02:10:53.5192240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/types.py 2025-10-10T02:10:53.5193290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:53.5194420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/windows_eventqueue.cpython-313.pyc 2025-10-10T02:10:53.5195500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/unix_eventqueue.cpython-313.pyc 2025-10-10T02:10:53.5196530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/unix_console.cpython-313.pyc 2025-10-10T02:10:53.5197610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/fancy_termios.cpython-313.pyc 2025-10-10T02:10:53.5198590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/reader.cpython-313.pyc 2025-10-10T02:10:53.5199700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/historical_reader.cpython-313.pyc 2025-10-10T02:10:53.5200680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/curses.cpython-313.pyc 2025-10-10T02:10:53.5201790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/windows_console.cpython-313.pyc 2025-10-10T02:10:53.5202810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/trace.cpython-313.pyc 2025-10-10T02:10:53.5203840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/keymap.cpython-313.pyc 2025-10-10T02:10:53.5204890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/readline.cpython-313.pyc 2025-10-10T02:10:53.5205880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:53.5207010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/_threading_handler.cpython-313.pyc 2025-10-10T02:10:53.5208090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/simple_interact.cpython-313.pyc 2025-10-10T02:10:53.5209160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/_minimal_curses.cpython-313.pyc 2025-10-10T02:10:53.5210340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/commands.cpython-313.pyc 2025-10-10T02:10:53.5211390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:53.5212280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/input.cpython-313.pyc 2025-10-10T02:10:53.5213440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/completing_reader.cpython-313.pyc 2025-10-10T02:10:53.5214510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/base_eventqueue.cpython-313.pyc 2025-10-10T02:10:53.5215490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/pager.cpython-313.pyc 2025-10-10T02:10:53.5216530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5217600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5218580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:53.5219380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/keymap.py 2025-10-10T02:10:53.5220300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/_minimal_curses.py 2025-10-10T02:10:53.5221180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/fancy_termios.py 2025-10-10T02:10:53.5222050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/reader.py 2025-10-10T02:10:53.5222840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/mypy.ini 2025-10-10T02:10:53.5223670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/utils.py 2025-10-10T02:10:53.5224470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/pager.py 2025-10-10T02:10:53.5225300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/input.py 2025-10-10T02:10:53.5226210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/unix_eventqueue.py 2025-10-10T02:10:53.5227140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/completing_reader.py 2025-10-10T02:10:53.5227900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/main.py 2025-10-10T02:10:53.5228900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/commands.py 2025-10-10T02:10:53.5229740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/__main__.py 2025-10-10T02:10:53.5230960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pyrepl/simple_interact.py 2025-10-10T02:10:53.5232210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pydatetime.py 2025-10-10T02:10:53.5233400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/fractions.py 2025-10-10T02:10:53.5234480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__init__.py 2025-10-10T02:10:53.5235800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5237220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5238250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sysconfig/__main__.py 2025-10-10T02:10:53.5239120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sched.py 2025-10-10T02:10:53.5240010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/imaplib.py 2025-10-10T02:10:53.5240920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/mailbox.py 2025-10-10T02:10:53.5241930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_compile.py 2025-10-10T02:10:53.5242880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/locale.py 2025-10-10T02:10:53.5243830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ast.py 2025-10-10T02:10:53.5244770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/doctest.py 2025-10-10T02:10:53.5245810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/argparse.py 2025-10-10T02:10:53.5246800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/getpass.py 2025-10-10T02:10:53.5247670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pickle.py 2025-10-10T02:10:53.5248520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pty.py 2025-10-10T02:10:53.5249580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/contextlib.py 2025-10-10T02:10:53.5250630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/statistics.py 2025-10-10T02:10:53.5251710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_collections_abc.py 2025-10-10T02:10:53.5252700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__future__.py 2025-10-10T02:10:53.5253800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pylong.py 2025-10-10T02:10:53.5254740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dataclasses.py 2025-10-10T02:10:53.5255590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/shelve.py 2025-10-10T02:10:53.5256790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/string.py 2025-10-10T02:10:53.5257720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/smtplib.py 2025-10-10T02:10:53.5258660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__init__.py 2025-10-10T02:10:53.5260150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5261490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5262820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/posix/activate.csh 2025-10-10T02:10:53.5263990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/Activate.ps1 2025-10-10T02:10:53.5265110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/activate.fish 2025-10-10T02:10:53.5266270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/scripts/common/activate 2025-10-10T02:10:53.5267210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/venv/__main__.py 2025-10-10T02:10:53.5268290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/getopt.py 2025-10-10T02:10:53.5269410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/antigravity.py 2025-10-10T02:10:53.5270360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/enum.py 2025-10-10T02:10:53.5271430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/ndbm.py 2025-10-10T02:10:53.5272340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/gnu.py 2025-10-10T02:10:53.5273460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__init__.py 2025-10-10T02:10:53.5274820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/sqlite3.cpython-313.pyc 2025-10-10T02:10:53.5276070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/gnu.cpython-313.pyc 2025-10-10T02:10:53.5277400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/ndbm.cpython-313.pyc 2025-10-10T02:10:53.5278500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/dumb.cpython-313.pyc 2025-10-10T02:10:53.5279970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5280900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/dumb.py 2025-10-10T02:10:53.5281920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/dbm/sqlite3.py 2025-10-10T02:10:53.5282860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/timeit.py 2025-10-10T02:10:53.5283760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/graphlib.py 2025-10-10T02:10:53.5284710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/hmac.py 2025-10-10T02:10:53.5285750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tarfile.py 2025-10-10T02:10:53.5286950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/readers.py 2025-10-10T02:10:53.5287970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_abc.py 2025-10-10T02:10:53.5289110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/util.py 2025-10-10T02:10:53.5290340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_bootstrap.py 2025-10-10T02:10:53.5291680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/readers.py 2025-10-10T02:10:53.5292990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_common.py 2025-10-10T02:10:53.5294260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__init__.py 2025-10-10T02:10:53.5295850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_functional.cpython-313.pyc 2025-10-10T02:10:53.5297140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/simple.cpython-313.pyc 2025-10-10T02:10:53.5298210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:53.5299350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_common.cpython-313.pyc 2025-10-10T02:10:53.5300510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_adapters.cpython-313.pyc 2025-10-10T02:10:53.5301740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/readers.cpython-313.pyc 2025-10-10T02:10:53.5302860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5304030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:53.5304960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_itertools.py 2025-10-10T02:10:53.5305940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_adapters.py 2025-10-10T02:10:53.5306890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/simple.py 2025-10-10T02:10:53.5307890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/_functional.py 2025-10-10T02:10:53.5308810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/resources/abc.py 2025-10-10T02:10:53.5309850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__init__.py 2025-10-10T02:10:53.5310960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_abc.cpython-313.pyc 2025-10-10T02:10:53.5312070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/simple.cpython-313.pyc 2025-10-10T02:10:53.5313070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:53.5314180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_bootstrap.cpython-313.pyc 2025-10-10T02:10:53.5315280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/machinery.cpython-313.pyc 2025-10-10T02:10:53.5316290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.5317400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/readers.cpython-313.pyc 2025-10-10T02:10:53.5318580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/_bootstrap_external.cpython-313.pyc 2025-10-10T02:10:53.5319640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5320580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/_bootstrap_external.py 2025-10-10T02:10:53.5321520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/machinery.py 2025-10-10T02:10:53.5322410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/simple.py 2025-10-10T02:10:53.5323370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_meta.py 2025-10-10T02:10:53.5324310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_text.py 2025-10-10T02:10:53.5325280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__init__.py 2025-10-10T02:10:53.5326310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_functools.py 2025-10-10T02:10:53.5327500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_functools.cpython-313.pyc 2025-10-10T02:10:53.5328690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_text.cpython-313.pyc 2025-10-10T02:10:53.5329770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_meta.cpython-313.pyc 2025-10-10T02:10:53.5330920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_adapters.cpython-313.pyc 2025-10-10T02:10:53.5332060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:53.5333200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5334400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:53.5335550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:53.5336450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/diagnose.py 2025-10-10T02:10:53.5337460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_collections.py 2025-10-10T02:10:53.5338430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_itertools.py 2025-10-10T02:10:53.5339410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/metadata/_adapters.py 2025-10-10T02:10:53.5340280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/importlib/abc.py 2025-10-10T02:10:53.5341100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/server.py 2025-10-10T02:10:53.5341930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/client.py 2025-10-10T02:10:53.5342820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__init__.py 2025-10-10T02:10:53.5343930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/server.cpython-313.pyc 2025-10-10T02:10:53.5344990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:53.5346040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/xmlrpc/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5346820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/stringprep.py 2025-10-10T02:10:53.5347730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/typing.py 2025-10-10T02:10:53.5348520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/LICENSE.txt 2025-10-10T02:10:53.5349430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/multicall.py 2025-10-10T02:10:53.5350280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.py 2025-10-10T02:10:53.5351170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/mainmenu.py 2025-10-10T02:10:53.5352050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/filelist.py 2025-10-10T02:10:53.5352930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/sidebar.py 2025-10-10T02:10:53.5353780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/tree.py 2025-10-10T02:10:53.5354680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pyshell.py 2025-10-10T02:10:53.5355550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/stackviewer.py 2025-10-10T02:10:53.5356430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/statusbar.py 2025-10-10T02:10:53.5357260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/run.py 2025-10-10T02:10:53.5358180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autoexpand.py 2025-10-10T02:10:53.5359130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/codecontext.py 2025-10-10T02:10:53.5359990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help.html 2025-10-10T02:10:53.5360890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/configdialog.py 2025-10-10T02:10:53.5361740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config.py 2025-10-10T02:10:53.5362640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help_about.py 2025-10-10T02:10:53.5363490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/TODO.txt 2025-10-10T02:10:53.5364460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugobj.py 2025-10-10T02:10:53.5365260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/query.py 2025-10-10T02:10:53.5366080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/window.py 2025-10-10T02:10:53.5366950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/extend.txt 2025-10-10T02:10:53.5367730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/ChangeLog 2025-10-10T02:10:53.5368640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/searchbase.py 2025-10-10T02:10:53.5369480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/util.py 2025-10-10T02:10:53.5370390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/colorizer.py 2025-10-10T02:10:53.5371280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/redirector.py 2025-10-10T02:10:53.5372250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config_key.py 2025-10-10T02:10:53.5373170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/calltip_w.py 2025-10-10T02:10:53.5374310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/runscript.py 2025-10-10T02:10:53.5375300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/delegator.py 2025-10-10T02:10:53.5376280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.pyw 2025-10-10T02:10:53.5377360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__init__.py 2025-10-10T02:10:53.5378300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/format.py 2025-10-10T02:10:53.5379370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/textview.py 2025-10-10T02:10:53.5380400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/grep.py 2025-10-10T02:10:53.5381860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/browser.cpython-313.pyc 2025-10-10T02:10:53.5382970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pyparse.cpython-313.pyc 2025-10-10T02:10:53.5384380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/zoomheight.cpython-313.pyc 2025-10-10T02:10:53.5389700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/search.cpython-313.pyc 2025-10-10T02:10:53.5389990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pyshell.cpython-313.pyc 2025-10-10T02:10:53.5390280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/help_about.cpython-313.pyc 2025-10-10T02:10:53.5390570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:53.5391200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/searchbase.cpython-313.pyc 2025-10-10T02:10:53.5392260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/window.cpython-313.pyc 2025-10-10T02:10:53.5393550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/redirector.cpython-313.pyc 2025-10-10T02:10:53.5394660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/rpc.cpython-313.pyc 2025-10-10T02:10:53.5395980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/config_key.cpython-313.pyc 2025-10-10T02:10:53.5397290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/grep.cpython-313.pyc 2025-10-10T02:10:53.5398750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/multicall.cpython-313.pyc 2025-10-10T02:10:53.5399980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/dynoption.cpython-313.pyc 2025-10-10T02:10:53.5401370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/delegator.cpython-313.pyc 2025-10-10T02:10:53.5402650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/filelist.cpython-313.pyc 2025-10-10T02:10:53.5403860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/statusbar.cpython-313.pyc 2025-10-10T02:10:53.5405120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/replace.cpython-313.pyc 2025-10-10T02:10:53.5406430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/squeezer.cpython-313.pyc 2025-10-10T02:10:53.5407800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/outwin.cpython-313.pyc 2025-10-10T02:10:53.5409080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/editor.cpython-313.pyc 2025-10-10T02:10:53.5410520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/idle.cpython-313.pyc 2025-10-10T02:10:53.5411820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugobj_r.cpython-313.pyc 2025-10-10T02:10:53.5413230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/history.cpython-313.pyc 2025-10-10T02:10:53.5414620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/stackviewer.cpython-313.pyc 2025-10-10T02:10:53.5415840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugger.cpython-313.pyc 2025-10-10T02:10:53.5417150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autocomplete.cpython-313.pyc 2025-10-10T02:10:53.5418410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/codecontext.cpython-313.pyc 2025-10-10T02:10:53.5419640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/macosx.cpython-313.pyc 2025-10-10T02:10:53.5420900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/pathbrowser.cpython-313.pyc 2025-10-10T02:10:53.5422320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/format.cpython-313.pyc 2025-10-10T02:10:53.5423690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/percolator.cpython-313.pyc 2025-10-10T02:10:53.5424980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:53.5426340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/sidebar.cpython-313.pyc 2025-10-10T02:10:53.5427570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/undo.cpython-313.pyc 2025-10-10T02:10:53.5428900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/calltip.cpython-313.pyc 2025-10-10T02:10:53.5430200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugobj.cpython-313.pyc 2025-10-10T02:10:53.5431450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:53.5432840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/run.cpython-313.pyc 2025-10-10T02:10:53.5434480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/parenmatch.cpython-313.pyc 2025-10-10T02:10:53.5435940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:53.5437480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autoexpand.cpython-313.pyc 2025-10-10T02:10:53.5438840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/tooltip.cpython-313.pyc 2025-10-10T02:10:53.5439870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/iomenu.cpython-313.pyc 2025-10-10T02:10:53.5440880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/textview.cpython-313.pyc 2025-10-10T02:10:53.5441980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/hyperparser.cpython-313.pyc 2025-10-10T02:10:53.5443070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/calltip_w.cpython-313.pyc 2025-10-10T02:10:53.5444150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/scrolledlist.cpython-313.pyc 2025-10-10T02:10:53.5445290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/searchengine.cpython-313.pyc 2025-10-10T02:10:53.5446440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5447450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/colorizer.cpython-313.pyc 2025-10-10T02:10:53.5448500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/zzdummy.cpython-313.pyc 2025-10-10T02:10:53.5449580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5450750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/runscript.cpython-313.pyc 2025-10-10T02:10:53.5451880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/autocomplete_w.cpython-313.pyc 2025-10-10T02:10:53.5452960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/configdialog.cpython-313.pyc 2025-10-10T02:10:53.5454130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/debugger_r.cpython-313.pyc 2025-10-10T02:10:53.5455290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/mainmenu.cpython-313.pyc 2025-10-10T02:10:53.5456230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__pycache__/query.cpython-313.pyc 2025-10-10T02:10:53.5457030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/tooltip.py 2025-10-10T02:10:53.5457870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pathbrowser.py 2025-10-10T02:10:53.5458720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugger.py 2025-10-10T02:10:53.5459590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-main.def 2025-10-10T02:10:53.5460450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/CREDITS.txt 2025-10-10T02:10:53.5461280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/browser.py 2025-10-10T02:10:53.5462120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/pyparse.py 2025-10-10T02:10:53.5462950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/macosx.py 2025-10-10T02:10:53.5463860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/scrolledlist.py 2025-10-10T02:10:53.5464760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/searchengine.py 2025-10-10T02:10:53.5465560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/rpc.py 2025-10-10T02:10:53.5466510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/percolator.py 2025-10-10T02:10:53.5467360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/outwin.py 2025-10-10T02:10:53.5468290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-keys.def 2025-10-10T02:10:53.5469250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/plusnode.gif 2025-10-10T02:10:53.5470200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/folder.gif 2025-10-10T02:10:53.5471320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_48.png 2025-10-10T02:10:53.5472800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_32.gif 2025-10-10T02:10:53.5474140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_16.png 2025-10-10T02:10:53.5475140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/tk.gif 2025-10-10T02:10:53.5476470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/openfolder.gif 2025-10-10T02:10:53.5477730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_48.gif 2025-10-10T02:10:53.5478920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/minusnode.gif 2025-10-10T02:10:53.5479900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/python.gif 2025-10-10T02:10:53.5481130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_32.png 2025-10-10T02:10:53.5482410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/README.txt 2025-10-10T02:10:53.5483460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle.ico 2025-10-10T02:10:53.5484700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_16.gif 2025-10-10T02:10:53.5485740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/Icons/idle_256.png 2025-10-10T02:10:53.5486970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/example_noext 2025-10-10T02:10:53.5488250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_macosx.py 2025-10-10T02:10:53.5489560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autocomplete.py 2025-10-10T02:10:53.5490910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_outwin.py 2025-10-10T02:10:53.5492180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autocomplete_w.py 2025-10-10T02:10:53.5493550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugger_r.py 2025-10-10T02:10:53.5494740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_textview.py 2025-10-10T02:10:53.5495910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_tree.py 2025-10-10T02:10:53.5497230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugobj_r.py 2025-10-10T02:10:53.5498350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_sidebar.py 2025-10-10T02:10:53.5499630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_iomenu.py 2025-10-10T02:10:53.5500990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pyshell.py 2025-10-10T02:10:53.5502180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pathbrowser.py 2025-10-10T02:10:53.5503530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_parenmatch.py 2025-10-10T02:10:53.5504790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_search.py 2025-10-10T02:10:53.5506120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_filelist.py 2025-10-10T02:10:53.5507440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_mainmenu.py 2025-10-10T02:10:53.5508800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_percolator.py 2025-10-10T02:10:53.5510000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_warning.py 2025-10-10T02:10:53.5511020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/htest.py 2025-10-10T02:10:53.5512230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_editor.py 2025-10-10T02:10:53.5513440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_searchengine.py 2025-10-10T02:10:53.5514740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_stackviewer.py 2025-10-10T02:10:53.5515980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_run.py 2025-10-10T02:10:53.5517190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_tooltip.py 2025-10-10T02:10:53.5518610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_scrolledlist.py 2025-10-10T02:10:53.5519830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_editmenu.py 2025-10-10T02:10:53.5520960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_grep.py 2025-10-10T02:10:53.5522280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugobj.py 2025-10-10T02:10:53.5523730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_codecontext.py 2025-10-10T02:10:53.5524950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/__init__.py 2025-10-10T02:10:53.5526160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_zoomheight.py 2025-10-10T02:10:53.5527540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/tkinter_testing_utils.py 2025-10-10T02:10:53.5528850Z /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-10-10T02:10:53.5530400Z /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-10-10T02:10:53.5531890Z /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-10-10T02:10:53.5533320Z /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-10-10T02:10:53.5534680Z /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-10-10T02:10:53.5536090Z /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-10-10T02:10:53.5537530Z /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-10-10T02:10:53.5539140Z /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-10-10T02:10:53.5540460Z /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-10-10T02:10:53.5541830Z /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-10-10T02:10:53.5543220Z /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-10-10T02:10:53.5544940Z /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-10-10T02:10:53.5546440Z /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-10-10T02:10:53.5547960Z /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-10-10T02:10:53.5549460Z /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-10-10T02:10:53.5550980Z /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-10-10T02:10:53.5552490Z /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-10-10T02:10:53.5554020Z /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-10-10T02:10:53.5555550Z /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-10-10T02:10:53.5557050Z /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-10-10T02:10:53.5558610Z /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-10-10T02:10:53.5560100Z /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-10-10T02:10:53.5561560Z /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-10-10T02:10:53.5563310Z /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-10-10T02:10:53.5564640Z /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-10-10T02:10:53.5566310Z /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-10-10T02:10:53.5567740Z /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-10-10T02:10:53.5569330Z /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-10-10T02:10:53.5570950Z /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-10-10T02:10:53.5572590Z /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-10-10T02:10:53.5574250Z /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-10-10T02:10:53.5575650Z /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-10-10T02:10:53.5577010Z /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-10-10T02:10:53.5578750Z /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-10-10T02:10:53.5580080Z /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-10-10T02:10:53.5581650Z /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-10-10T02:10:53.5583030Z /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-10-10T02:10:53.5584400Z /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-10-10T02:10:53.5586030Z /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-10-10T02:10:53.5587430Z /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-10-10T02:10:53.5588800Z /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-10-10T02:10:53.5590390Z /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-10-10T02:10:53.5591910Z /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-10-10T02:10:53.5593380Z /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-10-10T02:10:53.5594680Z /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-10-10T02:10:53.5595870Z /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-10-10T02:10:53.5597000Z /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-10-10T02:10:53.5598230Z /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-10-10T02:10:53.5599380Z /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-10-10T02:10:53.5600640Z /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-10-10T02:10:53.5601840Z /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-10-10T02:10:53.5603000Z /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-10-10T02:10:53.5604220Z /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-10-10T02:10:53.5605390Z /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-10-10T02:10:53.5606600Z /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-10-10T02:10:53.5607800Z /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-10-10T02:10:53.5608920Z /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-10-10T02:10:53.5610060Z /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-10-10T02:10:53.5611250Z /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-10-10T02:10:53.5612350Z /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-10-10T02:10:53.5613470Z /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-10-10T02:10:53.5614580Z /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-10-10T02:10:53.5615810Z /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-10-10T02:10:53.5616930Z /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-10-10T02:10:53.5618130Z /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-10-10T02:10:53.5619430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_util.py 2025-10-10T02:10:53.5620580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_undo.py 2025-10-10T02:10:53.5621860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/mock_idle.py 2025-10-10T02:10:53.5623380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_hyperparser.py 2025-10-10T02:10:53.5624780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_redirector.py 2025-10-10T02:10:53.5626100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_config_key.py 2025-10-10T02:10:53.5627390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_searchbase.py 2025-10-10T02:10:53.5628640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_text.py 2025-10-10T02:10:53.5630080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_pyparse.py 2025-10-10T02:10:53.5631200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_statusbar.py 2025-10-10T02:10:53.5632510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_browser.py 2025-10-10T02:10:53.5633650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_config.py 2025-10-10T02:10:53.5634950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_multicall.py 2025-10-10T02:10:53.5636170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_window.py 2025-10-10T02:10:53.5637290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/template.py 2025-10-10T02:10:53.5638450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_query.py 2025-10-10T02:10:53.5639580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/README.txt 2025-10-10T02:10:53.5640920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_autoexpand.py 2025-10-10T02:10:53.5642170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_zzdummy.py 2025-10-10T02:10:53.5643260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_debugger.py 2025-10-10T02:10:53.5644370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_rpc.py 2025-10-10T02:10:53.5645600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_replace.py 2025-10-10T02:10:53.5646780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_history.py 2025-10-10T02:10:53.5648080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_calltip_w.py 2025-10-10T02:10:53.5649500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/example_stub.pyi 2025-10-10T02:10:53.5650530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_calltip.py 2025-10-10T02:10:53.5651900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_delegator.py 2025-10-10T02:10:53.5653240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_format.py 2025-10-10T02:10:53.5654390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_runscript.py 2025-10-10T02:10:53.5655560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_help.py 2025-10-10T02:10:53.5656740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_help_about.py 2025-10-10T02:10:53.5657910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/mock_tk.py 2025-10-10T02:10:53.5659230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_colorizer.py 2025-10-10T02:10:53.5660410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_configdialog.py 2025-10-10T02:10:53.5661550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle_test/test_squeezer.py 2025-10-10T02:10:53.5662620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/undo.py 2025-10-10T02:10:53.5663570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/squeezer.py 2025-10-10T02:10:53.5664610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/iomenu.py 2025-10-10T02:10:53.5665690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/zoomheight.py 2025-10-10T02:10:53.5666750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/search.py 2025-10-10T02:10:53.5667850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/NEWS2x.txt 2025-10-10T02:10:53.5668820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/README.txt 2025-10-10T02:10:53.5669860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/HISTORY.txt 2025-10-10T02:10:53.5670850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugger_r.py 2025-10-10T02:10:53.5671890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/editor.py 2025-10-10T02:10:53.5673040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/dynoption.py 2025-10-10T02:10:53.5674460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autocomplete_w.py 2025-10-10T02:10:53.5675480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/calltip.py 2025-10-10T02:10:53.5676420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/News3.txt 2025-10-10T02:10:53.5677800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/autocomplete.py 2025-10-10T02:10:53.5678880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/hyperparser.py 2025-10-10T02:10:53.5680200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-extensions.def 2025-10-10T02:10:53.5681370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/help.py 2025-10-10T02:10:53.5682350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/parenmatch.py 2025-10-10T02:10:53.5683500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/zzdummy.py 2025-10-10T02:10:53.5684650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/__main__.py 2025-10-10T02:10:53.5685870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/config-highlight.def 2025-10-10T02:10:53.5686870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/idle.bat 2025-10-10T02:10:53.5687940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/history.py 2025-10-10T02:10:53.5688980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/debugobj_r.py 2025-10-10T02:10:53.5690130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/idlelib/replace.py 2025-10-10T02:10:53.5691250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__init__.py 2025-10-10T02:10:53.5692410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/_pydoc.css 2025-10-10T02:10:53.5693830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__pycache__/topics.cpython-313.pyc 2025-10-10T02:10:53.5695090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5696060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/pydoc_data/topics.py 2025-10-10T02:10:53.5697020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ssl.py 2025-10-10T02:10:53.5697990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/socket.py 2025-10-10T02:10:53.5699120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/datetime.py 2025-10-10T02:10:53.5700100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_android_support.py 2025-10-10T02:10:53.5701400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/collections/__init__.py 2025-10-10T02:10:53.5702830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5703830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_pydecimal.py 2025-10-10T02:10:53.5704850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/ntpath.py 2025-10-10T02:10:53.5706070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_sysconfigdata__darwin_darwin.py.orig 2025-10-10T02:10:53.5706940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/tokenize.py 2025-10-10T02:10:53.5708020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/uuid.py 2025-10-10T02:10:53.5709160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/mixins.py 2025-10-10T02:10:53.5710180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/queues.py 2025-10-10T02:10:53.5711400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/streams.py 2025-10-10T02:10:53.5712430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/tasks.py 2025-10-10T02:10:53.5713740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/selector_events.py 2025-10-10T02:10:53.5714890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/log.py 2025-10-10T02:10:53.5715970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/taskgroups.py 2025-10-10T02:10:53.5716940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/protocols.py 2025-10-10T02:10:53.5718010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/events.py 2025-10-10T02:10:53.5719300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_events.py 2025-10-10T02:10:53.5720350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/subprocess.py 2025-10-10T02:10:53.5721380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/constants.py 2025-10-10T02:10:53.5722550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/proactor_events.py 2025-10-10T02:10:53.5723560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/format_helpers.py 2025-10-10T02:10:53.5724720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/locks.py 2025-10-10T02:10:53.5725840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__init__.py 2025-10-10T02:10:53.5726890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/timeouts.py 2025-10-10T02:10:53.5727900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/trsock.py 2025-10-10T02:10:53.5729260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/trsock.cpython-313.pyc 2025-10-10T02:10:53.5730710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/windows_events.cpython-313.pyc 2025-10-10T02:10:53.5732120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_events.cpython-313.pyc 2025-10-10T02:10:53.5733430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/timeouts.cpython-313.pyc 2025-10-10T02:10:53.5734720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/transports.cpython-313.pyc 2025-10-10T02:10:53.5736110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/futures.cpython-313.pyc 2025-10-10T02:10:53.5737520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/sslproto.cpython-313.pyc 2025-10-10T02:10:53.5739000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/format_helpers.cpython-313.pyc 2025-10-10T02:10:53.5740410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/coroutines.cpython-313.pyc 2025-10-10T02:10:53.5741810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/selector_events.cpython-313.pyc 2025-10-10T02:10:53.5743140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/tasks.cpython-313.pyc 2025-10-10T02:10:53.5744570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/runners.cpython-313.pyc 2025-10-10T02:10:53.5745920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_tasks.cpython-313.pyc 2025-10-10T02:10:53.5747330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_futures.cpython-313.pyc 2025-10-10T02:10:53.5748510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/threads.cpython-313.pyc 2025-10-10T02:10:53.5750260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/windows_utils.cpython-313.pyc 2025-10-10T02:10:53.5751070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/staggered.cpython-313.pyc 2025-10-10T02:10:53.5752140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/streams.cpython-313.pyc 2025-10-10T02:10:53.5753230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:53.5754290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/taskgroups.cpython-313.pyc 2025-10-10T02:10:53.5755300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/protocols.cpython-313.pyc 2025-10-10T02:10:53.5756420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/unix_events.cpython-313.pyc 2025-10-10T02:10:53.5757420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/queues.cpython-313.pyc 2025-10-10T02:10:53.5758410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/log.cpython-313.pyc 2025-10-10T02:10:53.5759520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:53.5760560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/locks.cpython-313.pyc 2025-10-10T02:10:53.5761620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/mixins.cpython-313.pyc 2025-10-10T02:10:53.5762900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/proactor_events.cpython-313.pyc 2025-10-10T02:10:53.5763950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/events.cpython-313.pyc 2025-10-10T02:10:53.5765120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/base_subprocess.cpython-313.pyc 2025-10-10T02:10:53.5766170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.5767240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5768340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:53.5769250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/futures.py 2025-10-10T02:10:53.5770270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/sslproto.py 2025-10-10T02:10:53.5771100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/staggered.py 2025-10-10T02:10:53.5771930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/threads.py 2025-10-10T02:10:53.5772860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_subprocess.py 2025-10-10T02:10:53.5773730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/windows_utils.py 2025-10-10T02:10:53.5774550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/runners.py 2025-10-10T02:10:53.5775430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/exceptions.py 2025-10-10T02:10:53.5776260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/transports.py 2025-10-10T02:10:53.5777120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_tasks.py 2025-10-10T02:10:53.5777950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/coroutines.py 2025-10-10T02:10:53.5778840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/windows_events.py 2025-10-10T02:10:53.5779690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/base_futures.py 2025-10-10T02:10:53.5780520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/__main__.py 2025-10-10T02:10:53.5781390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/asyncio/unix_events.py 2025-10-10T02:10:53.5782190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/config.py 2025-10-10T02:10:53.5783140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/handlers.py 2025-10-10T02:10:53.5783930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__init__.py 2025-10-10T02:10:53.5785020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:53.5786050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:53.5787060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/logging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5787850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/__hello__.py 2025-10-10T02:10:53.5788650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/_colorize.py 2025-10-10T02:10:53.5789520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/contentmanager.py 2025-10-10T02:10:53.5790430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_policybase.py 2025-10-10T02:10:53.5791110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/header.py 2025-10-10T02:10:53.5791960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_encoded_words.py 2025-10-10T02:10:53.5792790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_header_value_parser.py 2025-10-10T02:10:53.5793610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/policy.py 2025-10-10T02:10:53.5794380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__init__.py 2025-10-10T02:10:53.5795170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/message.py 2025-10-10T02:10:53.5795920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/encoders.py 2025-10-10T02:10:53.5797030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/base64mime.cpython-313.pyc 2025-10-10T02:10:53.5797970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/policy.cpython-313.pyc 2025-10-10T02:10:53.5798950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/quoprimime.cpython-313.pyc 2025-10-10T02:10:53.5799950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_policybase.cpython-313.pyc 2025-10-10T02:10:53.5800900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/generator.cpython-313.pyc 2025-10-10T02:10:53.5801850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/message.cpython-313.pyc 2025-10-10T02:10:53.5802800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/header.cpython-313.pyc 2025-10-10T02:10:53.5803790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/iterators.cpython-313.pyc 2025-10-10T02:10:53.5804850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/feedparser.cpython-313.pyc 2025-10-10T02:10:53.5805810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/encoders.cpython-313.pyc 2025-10-10T02:10:53.5806750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:53.5807700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:53.5808720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/contentmanager.cpython-313.pyc 2025-10-10T02:10:53.5809690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_parseaddr.cpython-313.pyc 2025-10-10T02:10:53.5810650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/charset.cpython-313.pyc 2025-10-10T02:10:53.5811740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/headerregistry.cpython-313.pyc 2025-10-10T02:10:53.5812820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/_encoded_words.cpython-313.pyc 2025-10-10T02:10:53.5813810Z /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-10-10T02:10:53.5814700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5815720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:53.5816440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/parser.py 2025-10-10T02:10:53.5817230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/generator.py 2025-10-10T02:10:53.5818010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/utils.py 2025-10-10T02:10:53.5818740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/charset.py 2025-10-10T02:10:53.5819600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/iterators.py 2025-10-10T02:10:53.5820410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/quoprimime.py 2025-10-10T02:10:53.5821290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/multipart.py 2025-10-10T02:10:53.5822090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__init__.py 2025-10-10T02:10:53.5822910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/message.py 2025-10-10T02:10:53.5824000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/multipart.cpython-313.pyc 2025-10-10T02:10:53.5824950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:53.5825890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/image.cpython-313.pyc 2025-10-10T02:10:53.5826910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/message.cpython-313.pyc 2025-10-10T02:10:53.5827930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/audio.cpython-313.pyc 2025-10-10T02:10:53.5828910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:53.5829930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/application.cpython-313.pyc 2025-10-10T02:10:53.5830970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/nonmultipart.cpython-313.pyc 2025-10-10T02:10:53.5831950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5832710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/application.py 2025-10-10T02:10:53.5833620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/nonmultipart.py 2025-10-10T02:10:53.5834430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/text.py 2025-10-10T02:10:53.5835190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/audio.py 2025-10-10T02:10:53.5836120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/image.py 2025-10-10T02:10:53.5836840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/mime/base.py 2025-10-10T02:10:53.5837610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/errors.py 2025-10-10T02:10:53.5838480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/feedparser.py 2025-10-10T02:10:53.5839270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/architecture.rst 2025-10-10T02:10:53.5840060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/_parseaddr.py 2025-10-10T02:10:53.5840920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/base64mime.py 2025-10-10T02:10:53.5841780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/email/headerregistry.py 2025-10-10T02:10:53.5842460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/struct.py 2025-10-10T02:10:53.5843260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_constants.py 2025-10-10T02:10:53.5844050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_compiler.py 2025-10-10T02:10:53.5844810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__init__.py 2025-10-10T02:10:53.5845860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc 2025-10-10T02:10:53.5846800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc 2025-10-10T02:10:53.5847750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc 2025-10-10T02:10:53.5848670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.5849610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:53.5850320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_casefix.py 2025-10-10T02:10:53.5851070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/re/_parser.py 2025-10-10T02:10:53.5851840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/sre_parse.py 2025-10-10T02:10:53.5852480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/abc.py 2025-10-10T02:10:53.5853250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/lib/python3.13/runpy.py 2025-10-10T02:10:53.5854030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/share/man/man1/python3.13.1 2025-10-10T02:10:53.5854760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313/share/man/man1/python3.1 2025-10-10T02:10:53.5855260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2.conda 2025-10-10T02:10:53.5856030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/repodata_record.json 2025-10-10T02:10:53.5856600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/test/run_test.sh 2025-10-10T02:10:53.5857300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/licenses/LICENSE 2025-10-10T02:10:53.5857950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/run_test.sh 2025-10-10T02:10:53.5858600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/build.sh 2025-10-10T02:10:53.5859420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.5860080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/meta.yaml 2025-10-10T02:10:53.5860800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.5861360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/paths.json 2025-10-10T02:10:53.5862020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/hash_input.json 2025-10-10T02:10:53.5862560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/files 2025-10-10T02:10:53.5863190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/about.json 2025-10-10T02:10:53.5863780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/link.json 2025-10-10T02:10:53.5864360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/index.json 2025-10-10T02:10:53.5864920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/info/git 2025-10-10T02:10:53.5865780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mauritius 2025-10-10T02:10:53.5866480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Chagos 2025-10-10T02:10:53.5867170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mayotte 2025-10-10T02:10:53.5867900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Christmas 2025-10-10T02:10:53.5868590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Cocos 2025-10-10T02:10:53.5869380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Maldives 2025-10-10T02:10:53.5870180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Comoro 2025-10-10T02:10:53.5870980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Reunion 2025-10-10T02:10:53.5871700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Mahe 2025-10-10T02:10:53.5872460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Kerguelen 2025-10-10T02:10:53.5873290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Indian/Antananarivo 2025-10-10T02:10:53.5873990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Faroe 2025-10-10T02:10:53.5874790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Canary 2025-10-10T02:10:53.5875590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Stanley 2025-10-10T02:10:53.5876300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Bermuda 2025-10-10T02:10:53.5877180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/South_Georgia 2025-10-10T02:10:53.5878030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/St_Helena 2025-10-10T02:10:53.5878770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Jan_Mayen 2025-10-10T02:10:53.5879500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Faeroe 2025-10-10T02:10:53.5880270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Reykjavik 2025-10-10T02:10:53.5881060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Cape_Verde 2025-10-10T02:10:53.5881820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Azores 2025-10-10T02:10:53.5882570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Atlantic/Madeira 2025-10-10T02:10:53.5883220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/CST6CDT 2025-10-10T02:10:53.5884110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Poland 2025-10-10T02:10:53.5884650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Alaska 2025-10-10T02:10:53.5885410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Pacific 2025-10-10T02:10:53.5886120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Eastern 2025-10-10T02:10:53.5886840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Michigan 2025-10-10T02:10:53.5887590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Arizona 2025-10-10T02:10:53.5888430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Indiana-Starke 2025-10-10T02:10:53.5889180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Aleutian 2025-10-10T02:10:53.5889930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Hawaii 2025-10-10T02:10:53.5890740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/East-Indiana 2025-10-10T02:10:53.5891500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Central 2025-10-10T02:10:53.5892250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Mountain 2025-10-10T02:10:53.5892950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/US/Samoa 2025-10-10T02:10:53.5893700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Kwajalein 2025-10-10T02:10:53.5894510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/leapseconds 2025-10-10T02:10:53.5895380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/DeNoronha 2025-10-10T02:10:53.5896100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/Acre 2025-10-10T02:10:53.5896940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/East 2025-10-10T02:10:53.5897750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Brazil/West 2025-10-10T02:10:53.5898580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Port_Moresby 2025-10-10T02:10:53.5899340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Chuuk 2025-10-10T02:10:53.5900130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Easter 2025-10-10T02:10:53.5900980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kwajalein 2025-10-10T02:10:53.5901800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tongatapu 2025-10-10T02:10:53.5902570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Yap 2025-10-10T02:10:53.5903420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Wallis 2025-10-10T02:10:53.5904110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Apia 2025-10-10T02:10:53.5905030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Norfolk 2025-10-10T02:10:53.5905820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Efate 2025-10-10T02:10:53.5906490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Fiji 2025-10-10T02:10:53.5907250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Funafuti 2025-10-10T02:10:53.5907990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Palau 2025-10-10T02:10:53.5908710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Guam 2025-10-10T02:10:53.5909660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Saipan 2025-10-10T02:10:53.5910230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kosrae 2025-10-10T02:10:53.5910960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Niue 2025-10-10T02:10:53.5911710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Ponape 2025-10-10T02:10:53.5912480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Wake 2025-10-10T02:10:53.5913300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Galapagos 2025-10-10T02:10:53.5914120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Johnston 2025-10-10T02:10:53.6079680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Midway 2025-10-10T02:10:53.6080680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Nauru 2025-10-10T02:10:53.6081610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Guadalcanal 2025-10-10T02:10:53.6082560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Chatham 2025-10-10T02:10:53.6083600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Auckland 2025-10-10T02:10:53.6084610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Noumea 2025-10-10T02:10:53.6085700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Fakaofo 2025-10-10T02:10:53.6086740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tahiti 2025-10-10T02:10:53.6087740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Gambier 2025-10-10T02:10:53.6088610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Majuro 2025-10-10T02:10:53.6089710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Honolulu 2025-10-10T02:10:53.6090570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pohnpei 2025-10-10T02:10:53.6091460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pago_Pago 2025-10-10T02:10:53.6092390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Truk 2025-10-10T02:10:53.6093400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Pitcairn 2025-10-10T02:10:53.6094290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Marquesas 2025-10-10T02:10:53.6095320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kanton 2025-10-10T02:10:53.6096370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Bougainville 2025-10-10T02:10:53.6097540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Tarawa 2025-10-10T02:10:53.6098430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Rarotonga 2025-10-10T02:10:53.6099360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Samoa 2025-10-10T02:10:53.6100310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Kiritimati 2025-10-10T02:10:53.6101340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Pacific/Enderbury 2025-10-10T02:10:53.6102170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zone1970.tab 2025-10-10T02:10:53.6103120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MST 2025-10-10T02:10:53.6104020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/NZ 2025-10-10T02:10:53.6105060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Arctic/Longyearbyen 2025-10-10T02:10:53.6105940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Universal 2025-10-10T02:10:53.6106800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Libya 2025-10-10T02:10:53.6107670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Turkey 2025-10-10T02:10:53.6108590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/iso3166.tab 2025-10-10T02:10:53.6109480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EST5EDT 2025-10-10T02:10:53.6110400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Greenwich 2025-10-10T02:10:53.6111440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Puerto_Rico 2025-10-10T02:10:53.6112370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Recife 2025-10-10T02:10:53.6113250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Resolute 2025-10-10T02:10:53.6114360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Manaus 2025-10-10T02:10:53.6115520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/New_York 2025-10-10T02:10:53.6116590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rankin_Inlet 2025-10-10T02:10:53.6117540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Lima 2025-10-10T02:10:53.6118510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Barthelemy 2025-10-10T02:10:53.6119680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santo_Domingo 2025-10-10T02:10:53.6120540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Detroit 2025-10-10T02:10:53.6121500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Paramaribo 2025-10-10T02:10:53.6122540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Yakutat 2025-10-10T02:10:53.6123770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santarem 2025-10-10T02:10:53.6124760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Punta_Arenas 2025-10-10T02:10:53.6125910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Scoresbysund 2025-10-10T02:10:53.6126990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santiago 2025-10-10T02:10:53.6127870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guyana 2025-10-10T02:10:53.6128920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Coral_Harbour 2025-10-10T02:10:53.6129900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rio_Branco 2025-10-10T02:10:53.6130900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Porto_Acre 2025-10-10T02:10:53.6131900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ciudad_Juarez 2025-10-10T02:10:53.6132820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nipigon 2025-10-10T02:10:53.6133760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Edmonton 2025-10-10T02:10:53.6134760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Port_of_Spain 2025-10-10T02:10:53.6135770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Lower_Princes 2025-10-10T02:10:53.6136750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Thomas 2025-10-10T02:10:53.6137890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guatemala 2025-10-10T02:10:53.6138880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Catamarca 2025-10-10T02:10:53.6139850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Antigua 2025-10-10T02:10:53.6140820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Porto_Velho 2025-10-10T02:10:53.6141670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rosario 2025-10-10T02:10:53.6142700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Chicago 2025-10-10T02:10:53.6143680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Creston 2025-10-10T02:10:53.6144890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Managua 2025-10-10T02:10:53.6145770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nassau 2025-10-10T02:10:53.6146660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bogota 2025-10-10T02:10:53.6147780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cancun 2025-10-10T02:10:53.6148700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Chihuahua 2025-10-10T02:10:53.6149720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Campo_Grande 2025-10-10T02:10:53.6150650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Halifax 2025-10-10T02:10:53.6151590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Boise 2025-10-10T02:10:53.6152640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montreal 2025-10-10T02:10:53.6153650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Goose_Bay 2025-10-10T02:10:53.6154830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Sao_Paulo 2025-10-10T02:10:53.6155860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Blanc-Sablon 2025-10-10T02:10:53.6156690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Phoenix 2025-10-10T02:10:53.6157730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Atikokan 2025-10-10T02:10:53.6158680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cayenne 2025-10-10T02:10:53.6159620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nuuk 2025-10-10T02:10:53.6160540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Santa_Isabel 2025-10-10T02:10:53.6161490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Boa_Vista 2025-10-10T02:10:53.6162520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bahia_Banderas 2025-10-10T02:10:53.6163510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Vevay 2025-10-10T02:10:53.6164650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Indianapolis 2025-10-10T02:10:53.6165600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Winamac 2025-10-10T02:10:53.6166560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Tell_City 2025-10-10T02:10:53.6167960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Petersburg 2025-10-10T02:10:53.6168680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Vincennes 2025-10-10T02:10:53.6173840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Knox 2025-10-10T02:10:53.6174520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indiana/Marengo 2025-10-10T02:10:53.6175010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Indianapolis 2025-10-10T02:10:53.6175470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dominica 2025-10-10T02:10:53.6176000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Salta 2025-10-10T02:10:53.6176510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Ushuaia 2025-10-10T02:10:53.6177090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Catamarca 2025-10-10T02:10:53.6177610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/ComodRivadavia 2025-10-10T02:10:53.6178380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/San_Juan 2025-10-10T02:10:53.6179400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/San_Luis 2025-10-10T02:10:53.6180690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Rio_Gallegos 2025-10-10T02:10:53.6181620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Jujuy 2025-10-10T02:10:53.6182770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Tucuman 2025-10-10T02:10:53.6183790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Buenos_Aires 2025-10-10T02:10:53.6184800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Cordoba 2025-10-10T02:10:53.6185750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/La_Rioja 2025-10-10T02:10:53.6186900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Argentina/Mendoza 2025-10-10T02:10:53.6187930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/La_Paz 2025-10-10T02:10:53.6188930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dawson 2025-10-10T02:10:53.6189890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Moncton 2025-10-10T02:10:53.6190660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Matamoros 2025-10-10T02:10:53.6191550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Vincent 2025-10-10T02:10:53.6192270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Regina 2025-10-10T02:10:53.6192990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Yellowknife 2025-10-10T02:10:53.6193770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Rainy_River 2025-10-10T02:10:53.6194580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kralendijk 2025-10-10T02:10:53.6195380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Monterrey 2025-10-10T02:10:53.6196180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Jamaica 2025-10-10T02:10:53.6196970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Havana 2025-10-10T02:10:53.6197860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tegucigalpa 2025-10-10T02:10:53.6198630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guayaquil 2025-10-10T02:10:53.6199440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Metlakatla 2025-10-10T02:10:53.6200200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mazatlan 2025-10-10T02:10:53.6200930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Belize 2025-10-10T02:10:53.6201710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Knox_IN 2025-10-10T02:10:53.6202540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cuiaba 2025-10-10T02:10:53.6203310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Merida 2025-10-10T02:10:53.6204090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Jujuy 2025-10-10T02:10:53.6204880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cayman 2025-10-10T02:10:53.6205680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Belem 2025-10-10T02:10:53.6206450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Eirunepe 2025-10-10T02:10:53.6207210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Lucia 2025-10-10T02:10:53.6207990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Bahia 2025-10-10T02:10:53.6208860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Whitehorse 2025-10-10T02:10:53.6209690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tortola 2025-10-10T02:10:53.6210520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Vancouver 2025-10-10T02:10:53.6211310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Inuvik 2025-10-10T02:10:53.6212350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Port-au-Prince 2025-10-10T02:10:53.6212980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fortaleza 2025-10-10T02:10:53.6213720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Noronha 2025-10-10T02:10:53.6214550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Buenos_Aires 2025-10-10T02:10:53.6215300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Los_Angeles 2025-10-10T02:10:53.6216130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/El_Salvador 2025-10-10T02:10:53.6216810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Denver 2025-10-10T02:10:53.6217570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fort_Wayne 2025-10-10T02:10:53.6218590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kentucky/Louisville 2025-10-10T02:10:53.6219350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Kentucky/Monticello 2025-10-10T02:10:53.6220300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/New_Salem 2025-10-10T02:10:53.6221240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/Center 2025-10-10T02:10:53.6222330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/North_Dakota/Beulah 2025-10-10T02:10:53.6223520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Glace_Bay 2025-10-10T02:10:53.6224660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montserrat 2025-10-10T02:10:53.6225630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Toronto 2025-10-10T02:10:53.6226550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Panama 2025-10-10T02:10:53.6227430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cordoba 2025-10-10T02:10:53.6228640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Louisville 2025-10-10T02:10:53.6229790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ensenada 2025-10-10T02:10:53.6230800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Shiprock 2025-10-10T02:10:53.6231760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Ojinaga 2025-10-10T02:10:53.6232690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Thule 2025-10-10T02:10:53.6233600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Caracas 2025-10-10T02:10:53.6234700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Araguaina 2025-10-10T02:10:53.6235660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Cambridge_Bay 2025-10-10T02:10:53.6236650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Winnipeg 2025-10-10T02:10:53.6237670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Grand_Turk 2025-10-10T02:10:53.6238720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Virgin 2025-10-10T02:10:53.6239990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Anchorage 2025-10-10T02:10:53.6241010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Costa_Rica 2025-10-10T02:10:53.6241980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Nome 2025-10-10T02:10:53.6242940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Grenada 2025-10-10T02:10:53.6243880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Johns 2025-10-10T02:10:53.6244930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Atka 2025-10-10T02:10:53.6245840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Asuncion 2025-10-10T02:10:53.6246780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Hermosillo 2025-10-10T02:10:53.6247790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Tijuana 2025-10-10T02:10:53.6248820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Marigot 2025-10-10T02:10:53.6249840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Juneau 2025-10-10T02:10:53.6250860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Montevideo 2025-10-10T02:10:53.6251770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Godthab 2025-10-10T02:10:53.6252750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Guadeloupe 2025-10-10T02:10:53.6253840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Maceio 2025-10-10T02:10:53.6255040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Pangnirtung 2025-10-10T02:10:53.6255970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/St_Kitts 2025-10-10T02:10:53.6256830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Barbados 2025-10-10T02:10:53.6257790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Iqaluit 2025-10-10T02:10:53.6258710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Menominee 2025-10-10T02:10:53.6259690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Martinique 2025-10-10T02:10:53.6260740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mexico_City 2025-10-10T02:10:53.6262080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Swift_Current 2025-10-10T02:10:53.6263120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Miquelon 2025-10-10T02:10:53.6264160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Curacao 2025-10-10T02:10:53.6265170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Dawson_Creek 2025-10-10T02:10:53.6266170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Mendoza 2025-10-10T02:10:53.6267150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Adak 2025-10-10T02:10:53.6268340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Coyhaique 2025-10-10T02:10:53.6269410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Thunder_Bay 2025-10-10T02:10:53.6270420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Aruba 2025-10-10T02:10:53.6271450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Fort_Nelson 2025-10-10T02:10:53.6272340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Sitka 2025-10-10T02:10:53.6273310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Anguilla 2025-10-10T02:10:53.6274270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/America/Danmarkshavn 2025-10-10T02:10:53.6275290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Melbourne 2025-10-10T02:10:53.6276240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Queensland 2025-10-10T02:10:53.6277320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/North 2025-10-10T02:10:53.6278490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Lord_Howe 2025-10-10T02:10:53.6279620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Adelaide 2025-10-10T02:10:53.6280710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Yancowinna 2025-10-10T02:10:53.6281740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Victoria 2025-10-10T02:10:53.6282730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Canberra 2025-10-10T02:10:53.6283740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Sydney 2025-10-10T02:10:53.6284670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/ACT 2025-10-10T02:10:53.6285680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Eucla 2025-10-10T02:10:53.6286670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Brisbane 2025-10-10T02:10:53.6287580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Tasmania 2025-10-10T02:10:53.6288750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Hobart 2025-10-10T02:10:53.6289630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Perth 2025-10-10T02:10:53.6290520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/South 2025-10-10T02:10:53.6291530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Lindeman 2025-10-10T02:10:53.6292490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Darwin 2025-10-10T02:10:53.6293520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/West 2025-10-10T02:10:53.6294500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/LHI 2025-10-10T02:10:53.6295360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/NSW 2025-10-10T02:10:53.6296430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Broken_Hill 2025-10-10T02:10:53.6297360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Australia/Currie 2025-10-10T02:10:53.6298340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-10 2025-10-10T02:10:53.6299270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+12 2025-10-10T02:10:53.6300140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-11 2025-10-10T02:10:53.6301130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Universal 2025-10-10T02:10:53.6302070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Greenwich 2025-10-10T02:10:53.6303080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-6 2025-10-10T02:10:53.6304010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-1 2025-10-10T02:10:53.6304850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-8 2025-10-10T02:10:53.6305800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+4 2025-10-10T02:10:53.6306770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+3 2025-10-10T02:10:53.6307630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-9 2025-10-10T02:10:53.6308610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-0 2025-10-10T02:10:53.6309640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-7 2025-10-10T02:10:53.6310570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+2 2025-10-10T02:10:53.6311380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+5 2025-10-10T02:10:53.6312320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT 2025-10-10T02:10:53.6313190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/Zulu 2025-10-10T02:10:53.6314070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+11 2025-10-10T02:10:53.6315040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-13 2025-10-10T02:10:53.6315930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-14 2025-10-10T02:10:53.6316990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+10 2025-10-10T02:10:53.6317930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-12 2025-10-10T02:10:53.6318880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT0 2025-10-10T02:10:53.6598520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/UCT 2025-10-10T02:10:53.6598950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+0 2025-10-10T02:10:53.6599370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+7 2025-10-10T02:10:53.6599780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+9 2025-10-10T02:10:53.6600190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-2 2025-10-10T02:10:53.6600620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-5 2025-10-10T02:10:53.6601040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+8 2025-10-10T02:10:53.6601510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+6 2025-10-10T02:10:53.6601920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT+1 2025-10-10T02:10:53.6602330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/UTC 2025-10-10T02:10:53.6602790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-4 2025-10-10T02:10:53.6603230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Etc/GMT-3 2025-10-10T02:10:53.6603690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zonenow.tab 2025-10-10T02:10:53.6604130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/NZ-CHAT 2025-10-10T02:10:53.6604600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dushanbe 2025-10-10T02:10:53.6605040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qostanay 2025-10-10T02:10:53.6605470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Calcutta 2025-10-10T02:10:53.6605910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Urumqi 2025-10-10T02:10:53.6606350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Karachi 2025-10-10T02:10:53.6606780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Khandyga 2025-10-10T02:10:53.6607250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Thimbu 2025-10-10T02:10:53.6607690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Thimphu 2025-10-10T02:10:53.6608200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Vladivostok 2025-10-10T02:10:53.6608640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Vientiane 2025-10-10T02:10:53.6609070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Shanghai 2025-10-10T02:10:53.6609530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ulan_Bator 2025-10-10T02:10:53.6609960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aden 2025-10-10T02:10:53.6610400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Muscat 2025-10-10T02:10:53.6610830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Damascus 2025-10-10T02:10:53.6611270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jerusalem 2025-10-10T02:10:53.6611700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Brunei 2025-10-10T02:10:53.6612130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ulaanbaatar 2025-10-10T02:10:53.6612610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Amman 2025-10-10T02:10:53.6613150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuching 2025-10-10T02:10:53.6613640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tel_Aviv 2025-10-10T02:10:53.6614070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Seoul 2025-10-10T02:10:53.6614550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Atyrau 2025-10-10T02:10:53.6615040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Pyongyang 2025-10-10T02:10:53.6615470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hovd 2025-10-10T02:10:53.6615890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hebron 2025-10-10T02:10:53.6616410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuwait 2025-10-10T02:10:53.6616900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tomsk 2025-10-10T02:10:53.6617390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Manila 2025-10-10T02:10:53.6617810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chita 2025-10-10T02:10:53.6618230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Katmandu 2025-10-10T02:10:53.6618650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Gaza 2025-10-10T02:10:53.6619080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Samarkand 2025-10-10T02:10:53.6619570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Taipei 2025-10-10T02:10:53.6620000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tashkent 2025-10-10T02:10:53.6620440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yekaterinburg 2025-10-10T02:10:53.6620880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Macau 2025-10-10T02:10:53.6621310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qyzylorda 2025-10-10T02:10:53.6621730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Macao 2025-10-10T02:10:53.6622210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tokyo 2025-10-10T02:10:53.6622620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Baku 2025-10-10T02:10:53.6623040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Barnaul 2025-10-10T02:10:53.6623500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Istanbul 2025-10-10T02:10:53.6624090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Irkutsk 2025-10-10T02:10:53.6624580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Qatar 2025-10-10T02:10:53.6625050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bahrain 2025-10-10T02:10:53.6625530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yangon 2025-10-10T02:10:53.6625950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yerevan 2025-10-10T02:10:53.6626360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Almaty 2025-10-10T02:10:53.6626760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dili 2025-10-10T02:10:53.6627210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dacca 2025-10-10T02:10:53.6627640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chongqing 2025-10-10T02:10:53.6628190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ust-Nera 2025-10-10T02:10:53.6628760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Magadan 2025-10-10T02:10:53.6629180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Colombo 2025-10-10T02:10:53.6629610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Krasnoyarsk 2025-10-10T02:10:53.6630040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kamchatka 2025-10-10T02:10:53.6630480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ujung_Pandang 2025-10-10T02:10:53.6630910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jakarta 2025-10-10T02:10:53.6631320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kolkata 2025-10-10T02:10:53.6631730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kabul 2025-10-10T02:10:53.6632140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Oral 2025-10-10T02:10:53.6632560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Jayapura 2025-10-10T02:10:53.6632980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Pontianak 2025-10-10T02:10:53.6633400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Makassar 2025-10-10T02:10:53.6633820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tbilisi 2025-10-10T02:10:53.6634240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Singapore 2025-10-10T02:10:53.6634660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Harbin 2025-10-10T02:10:53.6635070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kashgar 2025-10-10T02:10:53.6635490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dhaka 2025-10-10T02:10:53.6635900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Yakutsk 2025-10-10T02:10:53.6636320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kuala_Lumpur 2025-10-10T02:10:53.6636750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Tehran 2025-10-10T02:10:53.6637160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Beirut 2025-10-10T02:10:53.6637570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aqtobe 2025-10-10T02:10:53.6637980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Anadyr 2025-10-10T02:10:53.6638400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bishkek 2025-10-10T02:10:53.6638810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Dubai 2025-10-10T02:10:53.6639220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Riyadh 2025-10-10T02:10:53.6639650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Novokuznetsk 2025-10-10T02:10:53.6640080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Aqtau 2025-10-10T02:10:53.6640480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Omsk 2025-10-10T02:10:53.6640900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ashkhabad 2025-10-10T02:10:53.6641310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Saigon 2025-10-10T02:10:53.6641730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Sakhalin 2025-10-10T02:10:53.6642290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Hong_Kong 2025-10-10T02:10:53.6642760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Phnom_Penh 2025-10-10T02:10:53.6643190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Nicosia 2025-10-10T02:10:53.6643610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Baghdad 2025-10-10T02:10:53.6644040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Srednekolymsk 2025-10-10T02:10:53.6644480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ashgabat 2025-10-10T02:10:53.6644910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Kathmandu 2025-10-10T02:10:53.6645370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Choibalsan 2025-10-10T02:10:53.6645820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Bangkok 2025-10-10T02:10:53.6646250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Chungking 2025-10-10T02:10:53.6646660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Novosibirsk 2025-10-10T02:10:53.6647070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Famagusta 2025-10-10T02:10:53.6647590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Rangoon 2025-10-10T02:10:53.6648080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Asia/Ho_Chi_Minh 2025-10-10T02:10:53.6648460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MET 2025-10-10T02:10:53.6648940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Portugal 2025-10-10T02:10:53.6649450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Palmer 2025-10-10T02:10:53.6649890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Davis 2025-10-10T02:10:53.6650390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Rothera 2025-10-10T02:10:53.6650860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Vostok 2025-10-10T02:10:53.6651350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Syowa 2025-10-10T02:10:53.6651830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/DumontDUrville 2025-10-10T02:10:53.6652310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/McMurdo 2025-10-10T02:10:53.6652770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Macquarie 2025-10-10T02:10:53.6653240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/South_Pole 2025-10-10T02:10:53.6653710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Troll 2025-10-10T02:10:53.6654210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Mawson 2025-10-10T02:10:53.6654660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Antarctica/Casey 2025-10-10T02:10:53.6655070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT-0 2025-10-10T02:10:53.6655460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/CET 2025-10-10T02:10:53.6655840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Eire 2025-10-10T02:10:53.6656290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/PST8PDT 2025-10-10T02:10:53.6656720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/leap-seconds.list 2025-10-10T02:10:53.6657280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Jamaica 2025-10-10T02:10:53.6657670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT 2025-10-10T02:10:53.6658060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Zulu 2025-10-10T02:10:53.6658450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Japan 2025-10-10T02:10:53.6658830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/ROC 2025-10-10T02:10:53.6659250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GB-Eire 2025-10-10T02:10:53.6659750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zurich 2025-10-10T02:10:53.6660220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Paris 2025-10-10T02:10:53.6660710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Moscow 2025-10-10T02:10:53.6661220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Luxembourg 2025-10-10T02:10:53.6661760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Ljubljana 2025-10-10T02:10:53.6662210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Helsinki 2025-10-10T02:10:53.6662640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Minsk 2025-10-10T02:10:53.6663060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Skopje 2025-10-10T02:10:53.6663480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Dublin 2025-10-10T02:10:53.6663900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Jersey 2025-10-10T02:10:53.6664320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/San_Marino 2025-10-10T02:10:53.6664770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Gibraltar 2025-10-10T02:10:53.6665200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Belgrade 2025-10-10T02:10:53.6665630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Guernsey 2025-10-10T02:10:53.6666060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Ulyanovsk 2025-10-10T02:10:53.6666480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Saratov 2025-10-10T02:10:53.6666900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vaduz 2025-10-10T02:10:53.6667330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Istanbul 2025-10-10T02:10:53.6667750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Lisbon 2025-10-10T02:10:53.6668180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Uzhgorod 2025-10-10T02:10:53.6668600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kirov 2025-10-10T02:10:53.6669020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tirane 2025-10-10T02:10:53.6669450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tiraspol 2025-10-10T02:10:53.6669870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Sarajevo 2025-10-10T02:10:53.6670300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Madrid 2025-10-10T02:10:53.6670720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Podgorica 2025-10-10T02:10:53.6671150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Busingen 2025-10-10T02:10:53.6671730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vatican 2025-10-10T02:10:53.6672160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Belfast 2025-10-10T02:10:53.6672600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Bratislava 2025-10-10T02:10:53.6673020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kiev 2025-10-10T02:10:53.6673450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kaliningrad 2025-10-10T02:10:53.6673900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zaporozhye 2025-10-10T02:10:53.6674330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vienna 2025-10-10T02:10:53.6674760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Budapest 2025-10-10T02:10:53.6675190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Vilnius 2025-10-10T02:10:53.6675610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Monaco 2025-10-10T02:10:53.6676030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Oslo 2025-10-10T02:10:53.6676450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Astrakhan 2025-10-10T02:10:53.6676930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Simferopol 2025-10-10T02:10:53.6677490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Volgograd 2025-10-10T02:10:53.6677920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Kyiv 2025-10-10T02:10:53.6678410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Isle_of_Man 2025-10-10T02:10:53.6678840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/London 2025-10-10T02:10:53.6679260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Riga 2025-10-10T02:10:53.6679680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Andorra 2025-10-10T02:10:53.6680100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Prague 2025-10-10T02:10:53.6680530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Berlin 2025-10-10T02:10:53.6680950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Tallinn 2025-10-10T02:10:53.6681360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Rome 2025-10-10T02:10:53.6681780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Malta 2025-10-10T02:10:53.6682200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Zagreb 2025-10-10T02:10:53.6682630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Amsterdam 2025-10-10T02:10:53.6683060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Nicosia 2025-10-10T02:10:53.6683490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Bucharest 2025-10-10T02:10:53.6683930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Copenhagen 2025-10-10T02:10:53.6684360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Chisinau 2025-10-10T02:10:53.6684800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Mariehamn 2025-10-10T02:10:53.6685220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Sofia 2025-10-10T02:10:53.6685700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Athens 2025-10-10T02:10:53.6686210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Stockholm 2025-10-10T02:10:53.6686640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Samara 2025-10-10T02:10:53.6687060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Brussels 2025-10-10T02:10:53.6687480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Europe/Warsaw 2025-10-10T02:10:53.6687880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/ROK 2025-10-10T02:10:53.6688250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Navajo 2025-10-10T02:10:53.6688640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Singapore 2025-10-10T02:10:53.6689030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GB 2025-10-10T02:10:53.6689430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/BajaNorte 2025-10-10T02:10:53.6689860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/General 2025-10-10T02:10:53.6690290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Mexico/BajaSur 2025-10-10T02:10:53.6690680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EST 2025-10-10T02:10:53.6691050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT0 2025-10-10T02:10:53.6691440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Hongkong 2025-10-10T02:10:53.6691820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/PRC 2025-10-10T02:10:53.6692200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/zone.tab 2025-10-10T02:10:53.6692590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Iran 2025-10-10T02:10:53.6693000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/build/etc/localtime 2025-10-10T02:10:53.6693420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/MST7MDT 2025-10-10T02:10:53.6698050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/WET 2025-10-10T02:10:53.6698520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/W-SU 2025-10-10T02:10:53.6698890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/UCT 2025-10-10T02:10:53.6699270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Cuba 2025-10-10T02:10:53.6699650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Egypt 2025-10-10T02:10:53.6700020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/GMT+0 2025-10-10T02:10:53.6700420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/tzdata.zi 2025-10-10T02:10:53.6700800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/EET 2025-10-10T02:10:53.6701180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Israel 2025-10-10T02:10:53.6701580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Sao_Tome 2025-10-10T02:10:53.6702010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Conakry 2025-10-10T02:10:53.6702430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Dakar 2025-10-10T02:10:53.6702850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ndjamena 2025-10-10T02:10:53.6703290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Casablanca 2025-10-10T02:10:53.6703880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lome 2025-10-10T02:10:53.6704310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Algiers 2025-10-10T02:10:53.6704740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Mogadishu 2025-10-10T02:10:53.6705160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lagos 2025-10-10T02:10:53.6705590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Brazzaville 2025-10-10T02:10:53.6706030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Timbuktu 2025-10-10T02:10:53.6706460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Nouakchott 2025-10-10T02:10:53.6706890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Maseru 2025-10-10T02:10:53.6707320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Libreville 2025-10-10T02:10:53.6707750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Harare 2025-10-10T02:10:53.6708200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Malabo 2025-10-10T02:10:53.6708620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bangui 2025-10-10T02:10:53.6709040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Nairobi 2025-10-10T02:10:53.6709460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kinshasa 2025-10-10T02:10:53.6709900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Porto-Novo 2025-10-10T02:10:53.6710320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Cairo 2025-10-10T02:10:53.6710740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Douala 2025-10-10T02:10:53.6711160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Juba 2025-10-10T02:10:53.6711580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Gaborone 2025-10-10T02:10:53.6712000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Tunis 2025-10-10T02:10:53.6712410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kampala 2025-10-10T02:10:53.6712840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Mbabane 2025-10-10T02:10:53.6713270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Addis_Ababa 2025-10-10T02:10:53.6713450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Maputo 2025-10-10T02:10:53.6713630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bissau 2025-10-10T02:10:53.6713870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Blantyre 2025-10-10T02:10:53.6714070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Niamey 2025-10-10T02:10:53.6714250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Banjul 2025-10-10T02:10:53.6714430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Abidjan 2025-10-10T02:10:53.6714640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Asmara 2025-10-10T02:10:53.6714850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bamako 2025-10-10T02:10:53.6715050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ouagadougou 2025-10-10T02:10:53.6715250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lusaka 2025-10-10T02:10:53.6715620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Luanda 2025-10-10T02:10:53.6715800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Asmera 2025-10-10T02:10:53.6715990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Lubumbashi 2025-10-10T02:10:53.6716170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Accra 2025-10-10T02:10:53.6716360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Khartoum 2025-10-10T02:10:53.6716530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Ceuta 2025-10-10T02:10:53.6716720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Bujumbura 2025-10-10T02:10:53.6716900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Windhoek 2025-10-10T02:10:53.6717090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/El_Aaiun 2025-10-10T02:10:53.6717270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Tripoli 2025-10-10T02:10:53.6717450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Monrovia 2025-10-10T02:10:53.6717650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Dar_es_Salaam 2025-10-10T02:10:53.6717850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Johannesburg 2025-10-10T02:10:53.6718030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Kigali 2025-10-10T02:10:53.6718210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Djibouti 2025-10-10T02:10:53.6718390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Africa/Freetown 2025-10-10T02:10:53.6718560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Factory 2025-10-10T02:10:53.6718710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/UTC 2025-10-10T02:10:53.6718900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Chile/EasterIsland 2025-10-10T02:10:53.6719090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Chile/Continental 2025-10-10T02:10:53.6719240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/HST 2025-10-10T02:10:53.6719430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Atlantic 2025-10-10T02:10:53.6719610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Pacific 2025-10-10T02:10:53.6719840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Eastern 2025-10-10T02:10:53.6720040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Yukon 2025-10-10T02:10:53.6720240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Saskatchewan 2025-10-10T02:10:53.6720430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Newfoundland 2025-10-10T02:10:53.6720610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Central 2025-10-10T02:10:53.6720800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Canada/Mountain 2025-10-10T02:10:53.6720960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0/share/zoneinfo/Iceland 2025-10-10T02:10:53.6721150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/export.hpp 2025-10-10T02:10:53.6721340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/reproc.hpp 2025-10-10T02:10:53.6721630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/env.hpp 2025-10-10T02:10:53.6721840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/detail/array.hpp 2025-10-10T02:10:53.6722060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/detail/type_traits.hpp 2025-10-10T02:10:53.6722250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/run.hpp 2025-10-10T02:10:53.6722440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/input.hpp 2025-10-10T02:10:53.6722640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/arguments.hpp 2025-10-10T02:10:53.6722830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/include/reproc++/drain.hpp 2025-10-10T02:10:53.6723010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/repodata_record.json 2025-10-10T02:10:53.6723220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/test/run_test.sh 2025-10-10T02:10:53.6723390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/licenses/LICENSE 2025-10-10T02:10:53.6723580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/build_cpp.sh 2025-10-10T02:10:53.6723770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/build_c.sh 2025-10-10T02:10:53.6724160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/bld_c.bat 2025-10-10T02:10:53.6724400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/build_cpp.sh 2025-10-10T02:10:53.6724630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/bld_cpp.bat 2025-10-10T02:10:53.6724840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.6725110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/parent/apple_gettime.patch 2025-10-10T02:10:53.6725420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.6725620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/recipe/meta.yaml 2025-10-10T02:10:53.6725820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/run_exports.json 2025-10-10T02:10:53.6726010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/paths.json 2025-10-10T02:10:53.6726190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/hash_input.json 2025-10-10T02:10:53.6726350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/files 2025-10-10T02:10:53.6726540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/about.json 2025-10-10T02:10:53.6726710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/has_prefix 2025-10-10T02:10:53.6726870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/index.json 2025-10-10T02:10:53.6727020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/info/git 2025-10-10T02:10:53.6727240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/pkgconfig/reproc++.pc 2025-10-10T02:10:53.6727500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-config-version.cmake 2025-10-10T02:10:53.6727820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-config.cmake 2025-10-10T02:10:53.6728090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-targets.cmake 2025-10-10T02:10:53.6728380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/cmake/reproc++/reproc++-targets-release.cmake 2025-10-10T02:10:53.6728870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.14.dylib 2025-10-10T02:10:53.6729070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.dylib 2025-10-10T02:10:53.6729310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-cpp-14.2.4-h313beb8_2/lib/libreproc++.14.2.4.dylib 2025-10-10T02:10:53.6729470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0.conda 2025-10-10T02:10:53.6729600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0.conda 2025-10-10T02:10:53.6729800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/include/tl/expected.hpp 2025-10-10T02:10:53.6730000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/repodata_record.json 2025-10-10T02:10:53.6730180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/test/run_test.sh 2025-10-10T02:10:53.6730370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/licenses/COPYING 2025-10-10T02:10:53.6730560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/catch.hpp 2025-10-10T02:10:53.6730740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/LICENSE 2025-10-10T02:10:53.6730920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/bld.bat 2025-10-10T02:10:53.6731100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/build.sh 2025-10-10T02:10:53.6731320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.6731520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/meta.yaml 2025-10-10T02:10:53.6731730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.6731910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/paths.json 2025-10-10T02:10:53.6732150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/hash_input.json 2025-10-10T02:10:53.6732340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/files 2025-10-10T02:10:53.6732530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/about.json 2025-10-10T02:10:53.6732700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/index.json 2025-10-10T02:10:53.6732880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/info/git 2025-10-10T02:10:53.6733190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-targets.cmake 2025-10-10T02:10:53.6733530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-config-version.cmake 2025-10-10T02:10:53.6733830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0/share/cmake/tl-expected/tl-expected-config.cmake 2025-10-10T02:10:53.6734030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/condabin/conda 2025-10-10T02:10:53.6734220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/conda 2025-10-10T02:10:53.6734420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/deactivate 2025-10-10T02:10:53.6734610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/activate 2025-10-10T02:10:53.6734780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/bin/conda-env 2025-10-10T02:10:53.6734980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/shell/condabin/conda-hook.ps1 2025-10-10T02:10:53.6735190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/shell/condabin/Conda.psm1 2025-10-10T02:10:53.6735420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/profile.d/conda.csh 2025-10-10T02:10:53.6735840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/profile.d/conda.sh 2025-10-10T02:10:53.6736050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/etc/fish/conf.d/conda.fish 2025-10-10T02:10:53.6736260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.6736470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.6736690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.6736890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/licenses/conda-src/LICENSE 2025-10-10T02:10:53.6737070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/run_test.sh 2025-10-10T02:10:53.6737340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.6737530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.6737740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/run_test.bat 2025-10-10T02:10:53.6737990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.6738170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.6738340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.6738510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/files 2025-10-10T02:10:53.6738690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.6738850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:53.6739000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.6739140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/info/git 2025-10-10T02:10:53.6739400Z /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-10-10T02:10:53.6739740Z /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-10-10T02:10:53.6740100Z /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-10-10T02:10:53.6740450Z /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-10-10T02:10:53.6740760Z /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-10-10T02:10:53.6741100Z /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-10-10T02:10:53.6741370Z /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-10-10T02:10:53.6741700Z /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-10-10T02:10:53.6742010Z /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-10-10T02:10:53.6742300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exports.py 2025-10-10T02:10:53.6742580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/misc.py 2025-10-10T02:10:53.6742830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plan.py 2025-10-10T02:10:53.6743190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/resolve.py 2025-10-10T02:10:53.6743570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/link.py 2025-10-10T02:10:53.6743890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/package_cache_data.py 2025-10-10T02:10:53.6744210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/path_actions.py 2025-10-10T02:10:53.6744460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/index.py 2025-10-10T02:10:53.6744790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/initialize.py 2025-10-10T02:10:53.6745120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/portability.py 2025-10-10T02:10:53.6745410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/__init__.py 2025-10-10T02:10:53.6745710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/prefix_data.py 2025-10-10T02:10:53.6746090Z /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-10-10T02:10:53.6746500Z /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-10-10T02:10:53.6746870Z /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-10-10T02:10:53.6747260Z /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-10-10T02:10:53.6747600Z /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-10-10T02:10:53.6747960Z /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-10-10T02:10:53.6748300Z /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-10-10T02:10:53.6748680Z /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-10-10T02:10:53.6749200Z /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-10-10T02:10:53.6749560Z /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-10-10T02:10:53.6749920Z /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-10-10T02:10:53.6750170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/solve.py 2025-10-10T02:10:53.6750440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/envs_manager.py 2025-10-10T02:10:53.6750760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/core/subdir_data.py 2025-10-10T02:10:53.6751010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/_version.py 2025-10-10T02:10:53.6751380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/config.py 2025-10-10T02:10:53.6751790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/console.py 2025-10-10T02:10:53.6752130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/__init__.py 2025-10-10T02:10:53.6752500Z /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-10-10T02:10:53.6752900Z /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-10-10T02:10:53.6753270Z /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-10-10T02:10:53.6753570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/reporter_backends/json.py 2025-10-10T02:10:53.6753850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/conda.py 2025-10-10T02:10:53.6754150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/freebsd.py 2025-10-10T02:10:53.6754440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/__init__.py 2025-10-10T02:10:53.6754790Z /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-10-10T02:10:53.6755150Z /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-10-10T02:10:53.6755520Z /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-10-10T02:10:53.6755880Z /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-10-10T02:10:53.6756240Z /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-10-10T02:10:53.6756590Z /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-10-10T02:10:53.6756940Z /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-10-10T02:10:53.6757300Z /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-10-10T02:10:53.6757590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/cuda.py 2025-10-10T02:10:53.6757880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/windows.py 2025-10-10T02:10:53.6758170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/linux.py 2025-10-10T02:10:53.6758460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/archspec.py 2025-10-10T02:10:53.6758740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/virtual_packages/osx.py 2025-10-10T02:10:53.6759220Z /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-10-10T02:10:53.6759530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__init__.py 2025-10-10T02:10:53.6759940Z /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-10-10T02:10:53.6760320Z /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-10-10T02:10:53.6760610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/subcommands/__init__.py 2025-10-10T02:10:53.6760970Z /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-10-10T02:10:53.6761290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/explicit.py 2025-10-10T02:10:53.6761600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__init__.py 2025-10-10T02:10:53.6762000Z /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-10-10T02:10:53.6762450Z /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-10-10T02:10:53.6762840Z /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-10-10T02:10:53.6763330Z /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-10-10T02:10:53.6763710Z /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-10-10T02:10:53.6764050Z /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-10-10T02:10:53.6764380Z /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-10-10T02:10:53.6764690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_specifiers/binstar.py 2025-10-10T02:10:53.6764950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/__init__.py 2025-10-10T02:10:53.6765210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/solvers.py 2025-10-10T02:10:53.6765460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/types.py 2025-10-10T02:10:53.6765770Z /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-10-10T02:10:53.6766090Z /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-10-10T02:10:53.6766410Z /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-10-10T02:10:53.6767290Z /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-10-10T02:10:53.6768380Z /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-10-10T02:10:53.6769510Z /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-10-10T02:10:53.6770650Z /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-10-10T02:10:53.6772150Z /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-10-10T02:10:53.6773550Z /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-10-10T02:10:53.6774680Z /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-10-10T02:10:53.6775850Z /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-10-10T02:10:53.6777150Z /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-10-10T02:10:53.6778310Z /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-10-10T02:10:53.6779340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/post_solves/__init__.py 2025-10-10T02:10:53.6780680Z /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-10-10T02:10:53.6782370Z /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-10-10T02:10:53.6783580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/hookspec.py 2025-10-10T02:10:53.6785310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/explicit.py 2025-10-10T02:10:53.6786740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/environment_exporters/__init__.py 2025-10-10T02:10:53.6788650Z /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-10-10T02:10:53.6790490Z /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-10-10T02:10:53.6792270Z /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-10-10T02:10:53.6794010Z /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-10-10T02:10:53.6795540Z /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-10-10T02:10:53.6796960Z /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-10-10T02:10:53.6798120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/plugins/manager.py 2025-10-10T02:10:53.6799660Z /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-10-10T02:10:53.6800920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/activate.bat 2025-10-10T02:10:53.6802020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda-hook.ps1 2025-10-10T02:10:53.6803230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/_conda_activate.bat 2025-10-10T02:10:53.6804230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda.bat 2025-10-10T02:10:53.6805480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/rename_tmp.bat 2025-10-10T02:10:53.6806620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/conda_hook.bat 2025-10-10T02:10:53.6807750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/Conda.psm1 2025-10-10T02:10:53.6808950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/condabin/deactivate.bat 2025-10-10T02:10:53.6810040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/bin/deactivate 2025-10-10T02:10:53.6811020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/bin/activate 2025-10-10T02:10:53.6812110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/cli-64.exe 2025-10-10T02:10:53.6813300Z /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-10-10T02:10:53.6814620Z /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-10-10T02:10:53.6815640Z /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-10-10T02:10:53.6816660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/Library/bin/conda.bat 2025-10-10T02:10:53.6817810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/Scripts/activate.bat 2025-10-10T02:10:53.6818700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/conda.xsh 2025-10-10T02:10:53.6819680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/cli-32.exe 2025-10-10T02:10:53.6820820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/shell/conda_icon.ico 2025-10-10T02:10:53.6821790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/instructions.py 2025-10-10T02:10:53.6822840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__init__.py 2025-10-10T02:10:53.6823850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/package_info.py 2025-10-10T02:10:53.6824820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/enums.py 2025-10-10T02:10:53.6826010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/leased_path_entry.py 2025-10-10T02:10:53.6826940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/version.py 2025-10-10T02:10:53.6827930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/records.py 2025-10-10T02:10:53.6828920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/channel.py 2025-10-10T02:10:53.6829960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/__init__.py 2025-10-10T02:10:53.6831260Z /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-10-10T02:10:53.6832590Z /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-10-10T02:10:53.6833810Z /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-10-10T02:10:53.6835000Z /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-10-10T02:10:53.6836270Z /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-10-10T02:10:53.6837560Z /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-10-10T02:10:53.6838910Z /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-10-10T02:10:53.6840120Z /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-10-10T02:10:53.6841410Z /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-10-10T02:10:53.6842700Z /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-10-10T02:10:53.6843850Z /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-10-10T02:10:53.6844710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/environment.py 2025-10-10T02:10:53.6845720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/match_spec.py 2025-10-10T02:10:53.6846630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/dist.py 2025-10-10T02:10:53.6847610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/models/prefix_graph.py 2025-10-10T02:10:53.6848750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/activate.cpython-313.pyc 2025-10-10T02:10:53.6849900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:53.6850940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/reporters.cpython-313.pyc 2025-10-10T02:10:53.6852040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/history.cpython-313.pyc 2025-10-10T02:10:53.6853290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/misc.cpython-313.pyc 2025-10-10T02:10:53.6854410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:53.6855640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/exports.cpython-313.pyc 2025-10-10T02:10:53.6856840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:53.6857990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:53.6859100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/plan.cpython-313.pyc 2025-10-10T02:10:53.6860310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/deprecations.cpython-313.pyc 2025-10-10T02:10:53.6861330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.6862530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.6863630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/resolve.cpython-313.pyc 2025-10-10T02:10:53.6864930Z /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-10-10T02:10:53.6866080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/instructions.cpython-313.pyc 2025-10-10T02:10:53.6867170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__pycache__/_vendor.cpython-313.pyc 2025-10-10T02:10:53.6868120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_rename.py 2025-10-10T02:10:53.6869140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_clean.py 2025-10-10T02:10:53.6870150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_create.py 2025-10-10T02:10:53.6871180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_config.py 2025-10-10T02:10:53.6872290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_compare.py 2025-10-10T02:10:53.6873330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_update.py 2025-10-10T02:10:53.6874280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_install.py 2025-10-10T02:10:53.6875410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_mock_activate.py 2025-10-10T02:10:53.6876470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_list.py 2025-10-10T02:10:53.6877470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_export.py 2025-10-10T02:10:53.6878410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_run.py 2025-10-10T02:10:53.6879390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_init.py 2025-10-10T02:10:53.6880730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_remove.py 2025-10-10T02:10:53.6881770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env.py 2025-10-10T02:10:53.6882880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/actions.py 2025-10-10T02:10:53.6884080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/__init__.py 2025-10-10T02:10:53.6885320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_vars.py 2025-10-10T02:10:53.6886440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_info.py 2025-10-10T02:10:53.6888010Z /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-10-10T02:10:53.6889720Z /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-10-10T02:10:53.6891130Z /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-10-10T02:10:53.6892860Z /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-10-10T02:10:53.6894240Z /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-10-10T02:10:53.6896040Z /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-10-10T02:10:53.6897960Z /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-10-10T02:10:53.6899380Z /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-10-10T02:10:53.6900970Z /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-10-10T02:10:53.6902280Z /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-10-10T02:10:53.6903770Z /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-10-10T02:10:53.6905420Z /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-10-10T02:10:53.6906850Z /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-10-10T02:10:53.6908540Z /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-10-10T02:10:53.6909930Z /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-10-10T02:10:53.6911340Z /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-10-10T02:10:53.6912820Z /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-10-10T02:10:53.6914530Z /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-10-10T02:10:53.6915870Z /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-10-10T02:10:53.6917510Z /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-10-10T02:10:53.6919230Z /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-10-10T02:10:53.6920640Z /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-10-10T02:10:53.6922090Z /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-10-10T02:10:53.6923720Z /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-10-10T02:10:53.6925210Z /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-10-10T02:10:53.6926610Z /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-10-10T02:10:53.6927910Z /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-10-10T02:10:53.6929170Z /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-10-10T02:10:53.6930860Z /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-10-10T02:10:53.6932430Z /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-10-10T02:10:53.6934070Z /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-10-10T02:10:53.6935600Z /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-10-10T02:10:53.6937120Z /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-10-10T02:10:53.6938540Z /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-10-10T02:10:53.6940020Z /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-10-10T02:10:53.6941500Z /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-10-10T02:10:53.6942710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/find_commands.py 2025-10-10T02:10:53.6944040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_notices.py 2025-10-10T02:10:53.6945370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_search.py 2025-10-10T02:10:53.6946780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/python_api.py 2025-10-10T02:10:53.6947830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_pip.py 2025-10-10T02:10:53.6949020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_remove.py 2025-10-10T02:10:53.6950050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_mock_deactivate.py 2025-10-10T02:10:53.6950980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/common.py 2025-10-10T02:10:53.6951950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_list.py 2025-10-10T02:10:53.6952970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/conda_argparse.py 2025-10-10T02:10:53.6953940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/install.py 2025-10-10T02:10:53.6954990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_update.py 2025-10-10T02:10:53.6955920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main.py 2025-10-10T02:10:53.6956980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_create.py 2025-10-10T02:10:53.6957920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/helpers.py 2025-10-10T02:10:53.6959090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_commands.py 2025-10-10T02:10:53.6960120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_env_config.py 2025-10-10T02:10:53.6961230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/cli/main_package.py 2025-10-10T02:10:53.6962210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/fetch.py 2025-10-10T02:10:53.6963190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/cache.py 2025-10-10T02:10:53.6964250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/__init__.py 2025-10-10T02:10:53.6965320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/core.py 2025-10-10T02:10:53.6966390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/types.py 2025-10-10T02:10:53.6967630Z /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-10-10T02:10:53.6968710Z /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-10-10T02:10:53.6969900Z /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-10-10T02:10:53.6971140Z /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-10-10T02:10:53.6972360Z /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-10-10T02:10:53.6973670Z /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-10-10T02:10:53.6974680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/notices/views.py 2025-10-10T02:10:53.6975690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/env.py 2025-10-10T02:10:53.6976840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/explicit.py 2025-10-10T02:10:53.6977780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/__init__.py 2025-10-10T02:10:53.6979290Z /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-10-10T02:10:53.6980610Z /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-10-10T02:10:53.6981840Z /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-10-10T02:10:53.6983240Z /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-10-10T02:10:53.6984410Z /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-10-10T02:10:53.6985500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/requirements.py 2025-10-10T02:10:53.6986520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/yaml_file.py 2025-10-10T02:10:53.6987570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/specs/binstar.py 2025-10-10T02:10:53.6988510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/__init__.py 2025-10-10T02:10:53.6989690Z /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-10-10T02:10:53.6990720Z /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-10-10T02:10:53.6991880Z /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-10-10T02:10:53.6992800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/pip_util.py 2025-10-10T02:10:53.6993840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/conda.py 2025-10-10T02:10:53.6994940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/__init__.py 2025-10-10T02:10:53.6996140Z /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-10-10T02:10:53.6997340Z /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-10-10T02:10:53.6998530Z /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-10-10T02:10:53.6999800Z /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-10-10T02:10:53.7000790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/pip.py 2025-10-10T02:10:53.7001810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/env/installers/base.py 2025-10-10T02:10:53.7002770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/deprecations.py 2025-10-10T02:10:53.7003760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/api.py 2025-10-10T02:10:53.7004690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/__init__.py 2025-10-10T02:10:53.7005750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/solver_helpers.py 2025-10-10T02:10:53.7006750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/cases.py 2025-10-10T02:10:53.7008020Z /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-10-10T02:10:53.7009290Z /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-10-10T02:10:53.7010470Z /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-10-10T02:10:53.7011660Z /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-10-10T02:10:53.7012880Z /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-10-10T02:10:53.7014190Z /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-10-10T02:10:53.7015190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/__init__.py 2025-10-10T02:10:53.7016430Z /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-10-10T02:10:53.7017660Z /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-10-10T02:10:53.7018900Z /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-10-10T02:10:53.7019890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/helpers.py 2025-10-10T02:10:53.7020950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/notices/fixtures.py 2025-10-10T02:10:53.7022010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/integration.py 2025-10-10T02:10:53.7023050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/__init__.py 2025-10-10T02:10:53.7024360Z /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-10-10T02:10:53.7025600Z /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-10-10T02:10:53.7026610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py 2025-10-10T02:10:53.7027580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/helpers.py 2025-10-10T02:10:53.7028670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/testing/fixtures.py 2025-10-10T02:10:53.7029570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/unix.py 2025-10-10T02:10:53.7030660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/__init__.py 2025-10-10T02:10:53.7031910Z /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-10-10T02:10:53.7033130Z /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-10-10T02:10:53.7034280Z /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-10-10T02:10:53.7035550Z /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-10-10T02:10:53.7036730Z /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-10-10T02:10:53.7037670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/windows.py 2025-10-10T02:10:53.7038670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/linux.py 2025-10-10T02:10:53.7039680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_os/osx.py 2025-10-10T02:10:53.7040670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/configuration.py 2025-10-10T02:10:53.7041630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/signals.py 2025-10-10T02:10:53.7042590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/disk.py 2025-10-10T02:10:53.7043580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/_logic.py 2025-10-10T02:10:53.7044610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/toposort.py 2025-10-10T02:10:53.7045590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/compat.py 2025-10-10T02:10:53.7046740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/__init__.py 2025-10-10T02:10:53.7048010Z /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-10-10T02:10:53.7049270Z /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-10-10T02:10:53.7050320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/pkg_formats/python.py 2025-10-10T02:10:53.7051340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/directories.py 2025-10-10T02:10:53.7052300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/_cygpath.py 2025-10-10T02:10:53.7053350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/__init__.py 2025-10-10T02:10:53.7054610Z /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-10-10T02:10:53.7055830Z /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-10-10T02:10:53.7057170Z /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-10-10T02:10:53.7058240Z /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-10-10T02:10:53.7059450Z /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-10-10T02:10:53.7060400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/python.py 2025-10-10T02:10:53.7061430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/path/windows.py 2025-10-10T02:10:53.7062400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/constants.py 2025-10-10T02:10:53.7063550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/io.py 2025-10-10T02:10:53.7064840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/__init__.py 2025-10-10T02:10:53.7066060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/__init__.py 2025-10-10T02:10:53.7067650Z /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-10-10T02:10:53.7069310Z /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-10-10T02:10:53.7070400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/serialize/json.py 2025-10-10T02:10:53.7071850Z /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-10-10T02:10:53.7073410Z /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-10-10T02:10:53.7074870Z /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-10-10T02:10:53.7076260Z /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-10-10T02:10:53.7077650Z /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-10-10T02:10:53.7079190Z /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-10-10T02:10:53.7080850Z /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-10-10T02:10:53.7082090Z /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-10-10T02:10:53.7083180Z /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-10-10T02:10:53.7084360Z /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-10-10T02:10:53.7085480Z /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-10-10T02:10:53.7086670Z /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-10-10T02:10:53.7087620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/logic.py 2025-10-10T02:10:53.7088520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/url.py 2025-10-10T02:10:53.7089540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/common/iterators.py 2025-10-10T02:10:53.7090580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exception_handler.py 2025-10-10T02:10:53.7091480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/utils.py 2025-10-10T02:10:53.7092510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/logging.py 2025-10-10T02:10:53.7093670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/download.py 2025-10-10T02:10:53.7094770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/session.py 2025-10-10T02:10:53.7095870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/__init__.py 2025-10-10T02:10:53.7097220Z /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-10-10T02:10:53.7098700Z /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-10-10T02:10:53.7099940Z /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-10-10T02:10:53.7101100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/__init__.py 2025-10-10T02:10:53.7102430Z /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-10-10T02:10:53.7103730Z /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-10-10T02:10:53.7105020Z /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-10-10T02:10:53.7106520Z /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-10-10T02:10:53.7107750Z /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-10-10T02:10:53.7108780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/localfs.py 2025-10-10T02:10:53.7109890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/http.py 2025-10-10T02:10:53.7111000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/s3.py 2025-10-10T02:10:53.7112110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/connection/adapters/ftp.py 2025-10-10T02:10:53.7113190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/anaconda_client.py 2025-10-10T02:10:53.7114410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/subprocess.py 2025-10-10T02:10:53.7115300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/fetch.py 2025-10-10T02:10:53.7116380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/interface.py 2025-10-10T02:10:53.7117490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__init__.py 2025-10-10T02:10:53.7118550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/jlap/core.py 2025-10-10T02:10:53.7120000Z /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-10-10T02:10:53.7121200Z /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-10-10T02:10:53.7122560Z /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-10-10T02:10:53.7123840Z /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-10-10T02:10:53.7124780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/__init__.py 2025-10-10T02:10:53.7126050Z /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-10-10T02:10:53.7127350Z /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-10-10T02:10:53.7128520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/repodata/lock.py 2025-10-10T02:10:53.7129870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/__init__.py 2025-10-10T02:10:53.7131330Z /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-10-10T02:10:53.7132660Z /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-10-10T02:10:53.7134250Z /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-10-10T02:10:53.7135860Z /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-10-10T02:10:53.7137040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/update.py 2025-10-10T02:10:53.7138270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/link.py 2025-10-10T02:10:53.7139520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/delete.py 2025-10-10T02:10:53.7140940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/create.py 2025-10-10T02:10:53.7142170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/__init__.py 2025-10-10T02:10:53.7143720Z /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-10-10T02:10:53.7145090Z /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-10-10T02:10:53.7146450Z /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-10-10T02:10:53.7147900Z /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-10-10T02:10:53.7149400Z /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-10-10T02:10:53.7151060Z /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-10-10T02:10:53.7152580Z /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-10-10T02:10:53.7154000Z /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-10-10T02:10:53.7155450Z /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-10-10T02:10:53.7156620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/test.py 2025-10-10T02:10:53.7157900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/lock.py 2025-10-10T02:10:53.7159290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/permissions.py 2025-10-10T02:10:53.7160410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/gateways/disk/read.py 2025-10-10T02:10:53.7161450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/reporters.py 2025-10-10T02:10:53.7162830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/py.typed 2025-10-10T02:10:53.7163940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/exceptions.py 2025-10-10T02:10:53.7165310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/signature_verification.py 2025-10-10T02:10:53.7166510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/constants.py 2025-10-10T02:10:53.7167700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/trust/__init__.py 2025-10-10T02:10:53.7169190Z /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-10-10T02:10:53.7170630Z /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-10-10T02:10:53.7172240Z /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-10-10T02:10:53.7173400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/ish.py 2025-10-10T02:10:53.7174650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/compat.py 2025-10-10T02:10:53.7175850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/LICENSE 2025-10-10T02:10:53.7177080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/logz.py 2025-10-10T02:10:53.7178160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/__init__.py 2025-10-10T02:10:53.7179540Z /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-10-10T02:10:53.7180830Z /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-10-10T02:10:53.7182220Z /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-10-10T02:10:53.7183620Z /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-10-10T02:10:53.7185230Z /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-10-10T02:10:53.7186700Z /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-10-10T02:10:53.7188200Z /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-10-10T02:10:53.7189790Z /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-10-10T02:10:53.7191400Z /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-10-10T02:10:53.7192680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/collection.py 2025-10-10T02:10:53.7193740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/entity.py 2025-10-10T02:10:53.7194910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/type_coercion.py 2025-10-10T02:10:53.7196130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/exceptions.py 2025-10-10T02:10:53.7197400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/auxlib/decorators.py 2025-10-10T02:10:53.7198420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/_vendor.py 2025-10-10T02:10:53.7199890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/__main__.py 2025-10-10T02:10:53.7201050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/constants.py 2025-10-10T02:10:53.7202370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/__init__.py 2025-10-10T02:10:53.7203880Z /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-10-10T02:10:53.7205470Z /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-10-10T02:10:53.7206940Z /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-10-10T02:10:53.7208160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/base/context.py 2025-10-10T02:10:53.7209280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/activate.py 2025-10-10T02:10:53.7210500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda/history.py 2025-10-10T02:10:53.7212550Z /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-10-10T02:10:53.7214410Z /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-10-10T02:10:53.7216190Z /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-10-10T02:10:53.7217950Z /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-10-10T02:10:53.7218830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/xontrib/conda.xsh 2025-10-10T02:10:53.7219880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/__init__.py 2025-10-10T02:10:53.7221370Z /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-10-10T02:10:53.7222480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/cli/__init__.py 2025-10-10T02:10:53.7224090Z /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-10-10T02:10:53.7225200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/README.md 2025-10-10T02:10:53.7226570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-25.7.0-py313hca03da5_0/lib/python3.13/site-packages/conda_env/installers/__init__.py 2025-10-10T02:10:53.7228150Z /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-10-10T02:10:53.7228870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0.conda 2025-10-10T02:10:53.7229390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0.conda 2025-10-10T02:10:53.7229850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cache/9e99ffaf.json 2025-10-10T02:10:53.7230320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cache/3e39a7aa.json 2025-10-10T02:10:53.7231250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.7231970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.7232780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/typed.py 2025-10-10T02:10:53.7233580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/subclass_only.py 2025-10-10T02:10:53.7234450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_freeze.py 2025-10-10T02:10:53.7235250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/frozendict_only.py 2025-10-10T02:10:53.7236040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/__init__.py 2025-10-10T02:10:53.7236770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/bench.py 2025-10-10T02:10:53.7237600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/common.py 2025-10-10T02:10:53.7238350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/debug.py 2025-10-10T02:10:53.7239410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_frozendict.py 2025-10-10T02:10:53.7240250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/test_frozendict_subclass.py 2025-10-10T02:10:53.7241000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test/base.py 2025-10-10T02:10:53.7241780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.7242770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.7243520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:53.7244400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.7245160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.7246040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.7246820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.7247620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.7248330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/files 2025-10-10T02:10:53.7249120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.7252630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.7253240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/info/git 2025-10-10T02:10:53.7254290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/cool.py 2025-10-10T02:10:53.7255260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/version.py 2025-10-10T02:10:53.7256460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__init__.pyi 2025-10-10T02:10:53.7257370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__init__.py 2025-10-10T02:10:53.7258310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/core.py 2025-10-10T02:10:53.7259500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:53.7260720Z /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-10-10T02:10:53.7262140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/monkeypatch.cpython-313.pyc 2025-10-10T02:10:53.7263380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.7264520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:53.7265710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/__pycache__/cool.cpython-313.pyc 2025-10-10T02:10:53.7266630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/py.typed 2025-10-10T02:10:53.7267740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/_frozendict_py.py 2025-10-10T02:10:53.7268880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0/lib/python3.13/site-packages/frozendict/monkeypatch.py 2025-10-10T02:10:53.7269880Z /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-10-10T02:10:53.7271050Z /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-10-10T02:10:53.7272120Z /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-10-10T02:10:53.7273400Z /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-10-10T02:10:53.7274520Z /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-10-10T02:10:53.7275630Z /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-10-10T02:10:53.7276700Z /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-10-10T02:10:53.7277750Z /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-10-10T02:10:53.7278200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/bin/distro 2025-10-10T02:10:53.7278970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.7279670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.7280410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.7281300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.7281960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.7282790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.7283490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.7284280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.7284910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.7285640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.7286240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/files 2025-10-10T02:10:53.7286940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.7292870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:53.7293080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.7293240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/info/git 2025-10-10T02:10:53.7293490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__init__.py 2025-10-10T02:10:53.7293790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/distro.cpython-313.pyc 2025-10-10T02:10:53.7294100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.7295360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.7296400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/py.typed 2025-10-10T02:10:53.7297410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/distro.py 2025-10-10T02:10:53.7298590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0/lib/python3.13/site-packages/distro/__main__.py 2025-10-10T02:10:53.7299840Z /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-10-10T02:10:53.7301110Z /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-10-10T02:10:53.7302350Z /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-10-10T02:10:53.7303640Z /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-10-10T02:10:53.7305030Z /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-10-10T02:10:53.7306250Z /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-10-10T02:10:53.7307520Z /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-10-10T02:10:53.7308800Z /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-10-10T02:10:53.7310150Z /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-10-10T02:10:53.7310680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1.conda 2025-10-10T02:10:53.7312030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.7313000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.7314290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:53.7315580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_literal_values.py 2025-10-10T02:10:53.7316780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/__init__.py 2025-10-10T02:10:53.7318100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_is_union_origin.py 2025-10-10T02:10:53.7319580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/introspection/test_inspect_annotation.py 2025-10-10T02:10:53.7320820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/typing_objects/__init__.py 2025-10-10T02:10:53.7322200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/tests/typing_objects/test_member_checks.py 2025-10-10T02:10:53.7323090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.7324350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.7325280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.7326410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.7327650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.7328700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.7329630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.7330530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.7331370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/files 2025-10-10T02:10:53.7332370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.7333400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.7334220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/info/git 2025-10-10T02:10:53.7335850Z /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-10-10T02:10:53.7337380Z /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-10-10T02:10:53.7338920Z /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-10-10T02:10:53.7340540Z /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-10-10T02:10:53.7341960Z /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-10-10T02:10:53.7343530Z /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-10-10T02:10:53.7344910Z /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-10-10T02:10:53.7346390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/__init__.py 2025-10-10T02:10:53.7347910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/typing_objects.pyi 2025-10-10T02:10:53.7349760Z /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-10-10T02:10:53.7351460Z /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-10-10T02:10:53.7353290Z /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-10-10T02:10:53.7354510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/introspection.py 2025-10-10T02:10:53.7355990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/typing_objects.py 2025-10-10T02:10:53.7357330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-inspection-0.4.0-py313hca03da5_0/lib/python3.13/site-packages/typing_inspection/py.typed 2025-10-10T02:10:53.7358230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.7359130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.7360150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.7361580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.7362420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.7363480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.7364390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.7365590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.7366430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.7367390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.7368130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/files 2025-10-10T02:10:53.7368920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.7369760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.7370480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/info/git 2025-10-10T02:10:53.7371640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_tracing.py 2025-10-10T02:10:53.7372890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_version.py 2025-10-10T02:10:53.7373960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_callers.py 2025-10-10T02:10:53.7375130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__init__.py 2025-10-10T02:10:53.7376280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_warnings.py 2025-10-10T02:10:53.7377340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_hooks.py 2025-10-10T02:10:53.7378540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_result.py 2025-10-10T02:10:53.7379740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_warnings.cpython-313.pyc 2025-10-10T02:10:53.7380880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_result.cpython-313.pyc 2025-10-10T02:10:53.7382000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_manager.cpython-313.pyc 2025-10-10T02:10:53.7383180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:53.7384290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_hooks.cpython-313.pyc 2025-10-10T02:10:53.7385420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.7386540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_callers.cpython-313.pyc 2025-10-10T02:10:53.7387630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/__pycache__/_tracing.cpython-313.pyc 2025-10-10T02:10:53.7388500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/py.typed 2025-10-10T02:10:53.7389450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/pluggy/_manager.py 2025-10-10T02:10:53.7390590Z /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-10-10T02:10:53.7391730Z /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-10-10T02:10:53.7392800Z /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-10-10T02:10:53.7393890Z /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-10-10T02:10:53.7395010Z /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-10-10T02:10:53.7396010Z /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-10-10T02:10:53.7397090Z /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-10-10T02:10:53.7398000Z /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-10-10T02:10:53.7398470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0.conda 2025-10-10T02:10:53.7399450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/configuration.py 2025-10-10T02:10:53.7400190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/pyproject.py 2025-10-10T02:10:53.7401090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/auth.py 2025-10-10T02:10:53.7401900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/xmlrpc.py 2025-10-10T02:10:53.7402810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/download.py 2025-10-10T02:10:53.7403610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/session.py 2025-10-10T02:10:53.7404490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/cache.py 2025-10-10T02:10:53.7405330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/__init__.py 2025-10-10T02:10:53.7406190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/utils.py 2025-10-10T02:10:53.7407090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/network/lazy_wheel.py 2025-10-10T02:10:53.7407880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cache.py 2025-10-10T02:10:53.7408730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/__init__.py 2025-10-10T02:10:53.7409700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/logging.py 2025-10-10T02:10:53.7410550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/misc.py 2025-10-10T02:10:53.7411510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/egg_link.py 2025-10-10T02:10:53.7412300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/compat.py 2025-10-10T02:10:53.7413310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/deprecation.py 2025-10-10T02:10:53.7414120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/subprocess.py 2025-10-10T02:10:53.7415030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/filesystem.py 2025-10-10T02:10:53.7416100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/direct_url_helpers.py 2025-10-10T02:10:53.7416920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/__init__.py 2025-10-10T02:10:53.7417880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/_jaraco_text.py 2025-10-10T02:10:53.7418850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/temp_dir.py 2025-10-10T02:10:53.7419720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/retry.py 2025-10-10T02:10:53.7420610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/appdirs.py 2025-10-10T02:10:53.7421580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/setuptools_build.py 2025-10-10T02:10:53.7422460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/packaging.py 2025-10-10T02:10:53.7423410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/entrypoints.py 2025-10-10T02:10:53.7424290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/filetypes.py 2025-10-10T02:10:53.7425490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/compatibility_tags.py 2025-10-10T02:10:53.7426170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/datetime.py 2025-10-10T02:10:53.7426970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/urls.py 2025-10-10T02:10:53.7427780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/hashes.py 2025-10-10T02:10:53.7428770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/virtualenv.py 2025-10-10T02:10:53.7429430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/_log.py 2025-10-10T02:10:53.7430250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/glibc.py 2025-10-10T02:10:53.7431110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/wheel.py 2025-10-10T02:10:53.7432110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/utils/unpacking.py 2025-10-10T02:10:53.7432870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/link.py 2025-10-10T02:10:53.7433830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/selection_prefs.py 2025-10-10T02:10:53.7434730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/direct_url.py 2025-10-10T02:10:53.7435640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/index.py 2025-10-10T02:10:53.7436580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/target_python.py 2025-10-10T02:10:53.7437360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/pylock.py 2025-10-10T02:10:53.7438350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/__init__.py 2025-10-10T02:10:53.7439240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/search_scope.py 2025-10-10T02:10:53.7440080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/candidate.py 2025-10-10T02:10:53.7441040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/format_control.py 2025-10-10T02:10:53.7442130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/installation_report.py 2025-10-10T02:10:53.7442880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/scheme.py 2025-10-10T02:10:53.7443750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/models/wheel.py 2025-10-10T02:10:53.7444630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/cmdoptions.py 2025-10-10T02:10:53.7445500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/__init__.py 2025-10-10T02:10:53.7446420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/index_command.py 2025-10-10T02:10:53.7447320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/status_codes.py 2025-10-10T02:10:53.7448250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/parser.py 2025-10-10T02:10:53.7449320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/command_context.py 2025-10-10T02:10:53.7450070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/spinners.py 2025-10-10T02:10:53.7450930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/autocompletion.py 2025-10-10T02:10:53.7451820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/base_command.py 2025-10-10T02:10:53.7452640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/main_parser.py 2025-10-10T02:10:53.7453540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/progress_bars.py 2025-10-10T02:10:53.7454340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/main.py 2025-10-10T02:10:53.7455200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/cli/req_command.py 2025-10-10T02:10:53.7456340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/editable_legacy.py 2025-10-10T02:10:53.7457310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/__init__.py 2025-10-10T02:10:53.7458390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/install/wheel.py 2025-10-10T02:10:53.7459110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/check.py 2025-10-10T02:10:53.7460010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/__init__.py 2025-10-10T02:10:53.7460910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/freeze.py 2025-10-10T02:10:53.7461840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel_legacy.py 2025-10-10T02:10:53.7462910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata.py 2025-10-10T02:10:53.7463890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata_editable.py 2025-10-10T02:10:53.7464850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel_editable.py 2025-10-10T02:10:53.7465720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/__init__.py 2025-10-10T02:10:53.7466730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/metadata_legacy.py 2025-10-10T02:10:53.7467760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/wheel.py 2025-10-10T02:10:53.7468570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/build/build_tracker.py 2025-10-10T02:10:53.7469420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/operations/prepare.py 2025-10-10T02:10:53.7470320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_install.py 2025-10-10T02:10:53.7471120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_set.py 2025-10-10T02:10:53.7471990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_uninstall.py 2025-10-10T02:10:53.7472830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/__init__.py 2025-10-10T02:10:53.7473740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_dependency_group.py 2025-10-10T02:10:53.7474550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/req_file.py 2025-10-10T02:10:53.7475490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/req/constructors.py 2025-10-10T02:10:53.7476460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/legacy/__init__.py 2025-10-10T02:10:53.7477400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/legacy/resolver.py 2025-10-10T02:10:53.7478260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/__init__.py 2025-10-10T02:10:53.7479110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/base.py 2025-10-10T02:10:53.7480140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/provider.py 2025-10-10T02:10:53.7481190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py 2025-10-10T02:10:53.7482190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/reporter.py 2025-10-10T02:10:53.7483070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/__init__.py 2025-10-10T02:10:53.7484020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/factory.py 2025-10-10T02:10:53.7485110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/requirements.py 2025-10-10T02:10:53.7486030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/resolver.py 2025-10-10T02:10:53.7487010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/candidates.py 2025-10-10T02:10:53.7487960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/resolution/resolvelib/base.py 2025-10-10T02:10:53.7488760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/git.py 2025-10-10T02:10:53.7489630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/__init__.py 2025-10-10T02:10:53.7490560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/mercurial.py 2025-10-10T02:10:53.7491370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/bazaar.py 2025-10-10T02:10:53.7492360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/versioncontrol.py 2025-10-10T02:10:53.7493340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/vcs/subversion.py 2025-10-10T02:10:53.7494230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/__init__.py 2025-10-10T02:10:53.7495390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/_sysconfig.py 2025-10-10T02:10:53.7496500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/_distutils.py 2025-10-10T02:10:53.7497610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/locations/base.py 2025-10-10T02:10:53.7498790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/collector.py 2025-10-10T02:10:53.7499880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/__init__.py 2025-10-10T02:10:53.7501030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/sources.py 2025-10-10T02:10:53.7502230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/index/package_finder.py 2025-10-10T02:10:53.7503320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/exceptions.py 2025-10-10T02:10:53.7504750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/configuration.py 2025-10-10T02:10:53.7505680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/show.py 2025-10-10T02:10:53.7506680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/list.py 2025-10-10T02:10:53.7507780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/check.py 2025-10-10T02:10:53.7508790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/index.py 2025-10-10T02:10:53.7509980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/completion.py 2025-10-10T02:10:53.7511030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/download.py 2025-10-10T02:10:53.7511890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/cache.py 2025-10-10T02:10:53.7512760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/__init__.py 2025-10-10T02:10:53.7513630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/hash.py 2025-10-10T02:10:53.7514530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/inspect.py 2025-10-10T02:10:53.7515400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/debug.py 2025-10-10T02:10:53.7516330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/uninstall.py 2025-10-10T02:10:53.7517140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/lock.py 2025-10-10T02:10:53.7518000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/freeze.py 2025-10-10T02:10:53.7518850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/search.py 2025-10-10T02:10:53.7519710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/install.py 2025-10-10T02:10:53.7520530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/help.py 2025-10-10T02:10:53.7521410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/commands/wheel.py 2025-10-10T02:10:53.7522240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/main.py 2025-10-10T02:10:53.7523020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/wheel_builder.py 2025-10-10T02:10:53.7523850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/_json.py 2025-10-10T02:10:53.7524740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/__init__.py 2025-10-10T02:10:53.7525640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/pkg_resources.py 2025-10-10T02:10:53.7526610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_dists.py 2025-10-10T02:10:53.7527580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/__init__.py 2025-10-10T02:10:53.7528540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_compat.py 2025-10-10T02:10:53.7529430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/importlib/_envs.py 2025-10-10T02:10:53.7530250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/metadata/base.py 2025-10-10T02:10:53.7531190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/__init__.py 2025-10-10T02:10:53.7532040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/sdist.py 2025-10-10T02:10:53.7532960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/installed.py 2025-10-10T02:10:53.7533810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/base.py 2025-10-10T02:10:53.7534980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/distributions/wheel.py 2025-10-10T02:10:53.7536240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/self_outdated_check.py 2025-10-10T02:10:53.7537330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_internal/build_env.py 2025-10-10T02:10:53.7538600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/tags.py 2025-10-10T02:10:53.7539810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_musllinux.py 2025-10-10T02:10:53.7540950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/metadata.py 2025-10-10T02:10:53.7541980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/version.py 2025-10-10T02:10:53.7543120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/licenses/__init__.py 2025-10-10T02:10:53.7544380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/licenses/_spdx.py 2025-10-10T02:10:53.7545460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/__init__.py 2025-10-10T02:10:53.7546710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_parser.py 2025-10-10T02:10:53.7547750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/utils.py 2025-10-10T02:10:53.7548870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/requirements.py 2025-10-10T02:10:53.7549920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_structures.py 2025-10-10T02:10:53.7551080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/markers.py 2025-10-10T02:10:53.7552130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/py.typed 2025-10-10T02:10:53.7553310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_manylinux.py 2025-10-10T02:10:53.7554380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_tokenizer.py 2025-10-10T02:10:53.7555370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/specifiers.py 2025-10-10T02:10:53.7556490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/packaging/_elffile.py 2025-10-10T02:10:53.7557490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/vendor.txt 2025-10-10T02:10:53.7558610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_openssl.py 2025-10-10T02:10:53.7559720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_api.py 2025-10-10T02:10:53.7560760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_macos.py 2025-10-10T02:10:53.7561890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/__init__.py 2025-10-10T02:10:53.7563060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_ssl_constants.py 2025-10-10T02:10:53.7564280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/py.typed 2025-10-10T02:10:53.7565590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/truststore/_windows.py 2025-10-10T02:10:53.7566570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/__init__.py 2025-10-10T02:10:53.7567740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/exceptions.py 2025-10-10T02:10:53.7568690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/fallback.py 2025-10-10T02:10:53.7569760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/msgpack/ext.py 2025-10-10T02:10:53.7571170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py 2025-10-10T02:10:53.7572400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/__init__.py 2025-10-10T02:10:53.7573550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py 2025-10-10T02:10:53.7574730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_implementation.py 2025-10-10T02:10:53.7575770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/py.typed 2025-10-10T02:10:53.7577040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/_toml_compat.py 2025-10-10T02:10:53.7578170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/dependency_groups/__main__.py 2025-10-10T02:10:53.7579380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/filters/__init__.py 2025-10-10T02:10:53.7580390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/modeline.py 2025-10-10T02:10:53.7581580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/console.py 2025-10-10T02:10:53.7582840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/scanner.py 2025-10-10T02:10:53.7584090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatter.py 2025-10-10T02:10:53.7585300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/__init__.py 2025-10-10T02:10:53.7586480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/python.py 2025-10-10T02:10:53.7587620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexers/_mapping.py 2025-10-10T02:10:53.7588620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/token.py 2025-10-10T02:10:53.7589590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/style.py 2025-10-10T02:10:53.7590670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/util.py 2025-10-10T02:10:53.7591810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/sphinxext.py 2025-10-10T02:10:53.7592890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/__init__.py 2025-10-10T02:10:53.7594120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatters/__init__.py 2025-10-10T02:10:53.7595290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/formatters/_mapping.py 2025-10-10T02:10:53.7596390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/styles/__init__.py 2025-10-10T02:10:53.7597430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/styles/_mapping.py 2025-10-10T02:10:53.7598700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/unistring.py 2025-10-10T02:10:53.7599720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/lexer.py 2025-10-10T02:10:53.7600800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/regexopt.py 2025-10-10T02:10:53.7601820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/plugin.py 2025-10-10T02:10:53.7602870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/filter.py 2025-10-10T02:10:53.7604060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pygments/__main__.py 2025-10-10T02:10:53.7604960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w64-arm.exe 2025-10-10T02:10:53.7605900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w32.exe 2025-10-10T02:10:53.7607030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/locators.py 2025-10-10T02:10:53.7608110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/metadata.py 2025-10-10T02:10:53.7609240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/version.py 2025-10-10T02:10:53.7610250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/compat.py 2025-10-10T02:10:53.7613350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/index.py 2025-10-10T02:10:53.7614310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/manifest.py 2025-10-10T02:10:53.7615320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/util.py 2025-10-10T02:10:53.7616700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/database.py 2025-10-10T02:10:53.7617530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t32.exe 2025-10-10T02:10:53.7618630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/__init__.py 2025-10-10T02:10:53.7619750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/w64.exe 2025-10-10T02:10:53.7620710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/markers.py 2025-10-10T02:10:53.7621850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/resources.py 2025-10-10T02:10:53.7622940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t64-arm.exe 2025-10-10T02:10:53.7623990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/scripts.py 2025-10-10T02:10:53.7625060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/t64.exe 2025-10-10T02:10:53.7626030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distlib/wheel.py 2025-10-10T02:10:53.7627170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/__init__.py 2025-10-10T02:10:53.7628180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/py.typed 2025-10-10T02:10:53.7629270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/distro.py 2025-10-10T02:10:53.7630280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/distro/__main__.py 2025-10-10T02:10:53.7631420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/serialize.py 2025-10-10T02:10:53.7632630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/wrapper.py 2025-10-10T02:10:53.7633680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/controller.py 2025-10-10T02:10:53.7634780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/filewrapper.py 2025-10-10T02:10:53.7635820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/heuristics.py 2025-10-10T02:10:53.7636820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/adapter.py 2025-10-10T02:10:53.7637870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/cache.py 2025-10-10T02:10:53.7639300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/__init__.py 2025-10-10T02:10:53.7640290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/py.typed 2025-10-10T02:10:53.7641220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/_cmd.py 2025-10-10T02:10:53.7642610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py 2025-10-10T02:10:53.7643770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/__init__.py 2025-10-10T02:10:53.7645110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py 2025-10-10T02:10:53.7646070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/intranges.py 2025-10-10T02:10:53.7647250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/package_data.py 2025-10-10T02:10:53.7648400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/compat.py 2025-10-10T02:10:53.7649450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/idnadata.py 2025-10-10T02:10:53.7650490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/__init__.py 2025-10-10T02:10:53.7651370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/core.py 2025-10-10T02:10:53.7652460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/py.typed 2025-10-10T02:10:53.7653540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/codec.py 2025-10-10T02:10:53.7654670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/idna/uts46data.py 2025-10-10T02:10:53.7655680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/__init__.py 2025-10-10T02:10:53.7656660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/cookies.py 2025-10-10T02:10:53.7657680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/auth.py 2025-10-10T02:10:53.7658670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/sessions.py 2025-10-10T02:10:53.7659610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/hooks.py 2025-10-10T02:10:53.7660570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/compat.py 2025-10-10T02:10:53.7661750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/models.py 2025-10-10T02:10:53.7662910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/certs.py 2025-10-10T02:10:53.7664030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/__init__.py 2025-10-10T02:10:53.7665150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/status_codes.py 2025-10-10T02:10:53.7666280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/packages.py 2025-10-10T02:10:53.7667330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/__version__.py 2025-10-10T02:10:53.7668140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/api.py 2025-10-10T02:10:53.7669050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/_internal_utils.py 2025-10-10T02:10:53.7669900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/utils.py 2025-10-10T02:10:53.7670820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/exceptions.py 2025-10-10T02:10:53.7671760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/structures.py 2025-10-10T02:10:53.7672620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/help.py 2025-10-10T02:10:53.7673550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/requests/adapters.py 2025-10-10T02:10:53.7674350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_types.py 2025-10-10T02:10:53.7675210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/__init__.py 2025-10-10T02:10:53.7676100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_parser.py 2025-10-10T02:10:53.7676900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/_re.py 2025-10-10T02:10:53.7677810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli/py.typed 2025-10-10T02:10:53.7678700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/__init__.py 2025-10-10T02:10:53.7679510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/core.py 2025-10-10T02:10:53.7680380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/py.typed 2025-10-10T02:10:53.7681250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/cacert.pem 2025-10-10T02:10:53.7682200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/certifi/__main__.py 2025-10-10T02:10:53.7683100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_impl.py 2025-10-10T02:10:53.7684090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/__init__.py 2025-10-10T02:10:53.7685210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py 2025-10-10T02:10:53.7686200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py 2025-10-10T02:10:53.7687040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pyproject_hooks/py.typed 2025-10-10T02:10:53.7687820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/themes.py 2025-10-10T02:10:53.7688630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/screen.py 2025-10-10T02:10:53.7689480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/logging.py 2025-10-10T02:10:53.7690330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/measure.py 2025-10-10T02:10:53.7691170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/tree.py 2025-10-10T02:10:53.7692030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/console.py 2025-10-10T02:10:53.7692920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/live_render.py 2025-10-10T02:10:53.7693820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_emoji_codes.py 2025-10-10T02:10:53.7694690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/box.py 2025-10-10T02:10:53.7695510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/color.py 2025-10-10T02:10:53.7696300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_timer.py 2025-10-10T02:10:53.7697180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_fileno.py 2025-10-10T02:10:53.7698030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/align.py 2025-10-10T02:10:53.7698860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/theme.py 2025-10-10T02:10:53.7699700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/style.py 2025-10-10T02:10:53.7700630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/default_styles.py 2025-10-10T02:10:53.7701450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_wrap.py 2025-10-10T02:10:53.7702390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_log_render.py 2025-10-10T02:10:53.7703270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/emoji.py 2025-10-10T02:10:53.7704010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/layout.py 2025-10-10T02:10:53.7704890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/containers.py 2025-10-10T02:10:53.7705810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_emoji_replace.py 2025-10-10T02:10:53.7706670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/traceback.py 2025-10-10T02:10:53.7707510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/region.py 2025-10-10T02:10:53.7708380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/protocol.py 2025-10-10T02:10:53.7709200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_loop.py 2025-10-10T02:10:53.7710120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/control.py 2025-10-10T02:10:53.7710940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/filesize.py 2025-10-10T02:10:53.7711870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_null_file.py 2025-10-10T02:10:53.7712730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_palettes.py 2025-10-10T02:10:53.7713590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/__init__.py 2025-10-10T02:10:53.7714420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_pick.py 2025-10-10T02:10:53.7715310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/file_proxy.py 2025-10-10T02:10:53.7716170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/palette.py 2025-10-10T02:10:53.7717050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/markup.py 2025-10-10T02:10:53.7717850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_ratio.py 2025-10-10T02:10:53.7718680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/repr.py 2025-10-10T02:10:53.7719560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/constrain.py 2025-10-10T02:10:53.7720390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/pretty.py 2025-10-10T02:10:53.7721280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/diagnose.py 2025-10-10T02:10:53.7722120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/columns.py 2025-10-10T02:10:53.7722980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/rule.py 2025-10-10T02:10:53.7723810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_inspect.py 2025-10-10T02:10:53.7724640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/pager.py 2025-10-10T02:10:53.7725470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/text.py 2025-10-10T02:10:53.7726380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/highlighter.py 2025-10-10T02:10:53.7727250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_spinners.py 2025-10-10T02:10:53.7728190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/terminal_theme.py 2025-10-10T02:10:53.7729040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/bar.py 2025-10-10T02:10:53.7729860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/live.py 2025-10-10T02:10:53.7730700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/py.typed 2025-10-10T02:10:53.7731510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/syntax.py 2025-10-10T02:10:53.7732360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/table.py 2025-10-10T02:10:53.7733300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_export_format.py 2025-10-10T02:10:53.7734200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/progress_bar.py 2025-10-10T02:10:53.7735020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/errors.py 2025-10-10T02:10:53.7735880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/prompt.py 2025-10-10T02:10:53.7736820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/segment.py 2025-10-10T02:10:53.7737590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/ansi.py 2025-10-10T02:10:53.7738390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/progress.py 2025-10-10T02:10:53.7739230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_stack.py 2025-10-10T02:10:53.7740100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_windows.py 2025-10-10T02:10:53.7741010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_cell_widths.py 2025-10-10T02:10:53.7741920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/cells.py 2025-10-10T02:10:53.7742850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_win32_console.py 2025-10-10T02:10:53.7743790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/panel.py 2025-10-10T02:10:53.7744600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/styled.py 2025-10-10T02:10:53.7745570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/spinner.py 2025-10-10T02:10:53.7746480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_windows_renderer.py 2025-10-10T02:10:53.7747200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/json.py 2025-10-10T02:10:53.7748070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/padding.py 2025-10-10T02:10:53.7748970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/__main__.py 2025-10-10T02:10:53.7749910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/scope.py 2025-10-10T02:10:53.7750730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/_extension.py 2025-10-10T02:10:53.7751540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/status.py 2025-10-10T02:10:53.7752370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/abc.py 2025-10-10T02:10:53.7753230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/jupyter.py 2025-10-10T02:10:53.7754150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/rich/color_triplet.py 2025-10-10T02:10:53.7755130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/_writer.py 2025-10-10T02:10:53.7755960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/__init__.py 2025-10-10T02:10:53.7756810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/tomli_w/py.typed 2025-10-10T02:10:53.7757700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/filepost.py 2025-10-10T02:10:53.7758570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/fields.py 2025-10-10T02:10:53.7759480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/queue.py 2025-10-10T02:10:53.7760550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssltransport.py 2025-10-10T02:10:53.7761380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/proxy.py 2025-10-10T02:10:53.7762230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/wait.py 2025-10-10T02:10:53.7763100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/request.py 2025-10-10T02:10:53.7764160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/timeout.py 2025-10-10T02:10:53.7764970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/__init__.py 2025-10-10T02:10:53.7765900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/response.py 2025-10-10T02:10:53.7766700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssl_.py 2025-10-10T02:10:53.7767570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/retry.py 2025-10-10T02:10:53.7768410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/url.py 2025-10-10T02:10:53.7769360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/connection.py 2025-10-10T02:10:53.7770310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py 2025-10-10T02:10:53.7771120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/_version.py 2025-10-10T02:10:53.7771970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/request.py 2025-10-10T02:10:53.7772840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/__init__.py 2025-10-10T02:10:53.7773890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/poolmanager.py 2025-10-10T02:10:53.7774640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/response.py 2025-10-10T02:10:53.7775600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/securetransport.py 2025-10-10T02:10:53.7776550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/__init__.py 2025-10-10T02:10:53.7777390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/socks.py 2025-10-10T02:10:53.7778450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py 2025-10-10T02:10:53.7779350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py 2025-10-10T02:10:53.7780240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/appengine.py 2025-10-10T02:10:53.7781700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py 2025-10-10T02:10:53.7782840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py 2025-10-10T02:10:53.7784270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py 2025-10-10T02:10:53.7785450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py 2025-10-10T02:10:53.7786430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/connection.py 2025-10-10T02:10:53.7787560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/_collections.py 2025-10-10T02:10:53.7788780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/__init__.py 2025-10-10T02:10:53.7789930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py 2025-10-10T02:10:53.7791170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py 2025-10-10T02:10:53.7792490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py 2025-10-10T02:10:53.7793820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/packages/six.py 2025-10-10T02:10:53.7795020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/exceptions.py 2025-10-10T02:10:53.7796050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/urllib3/connectionpool.py 2025-10-10T02:10:53.7797230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/pkg_resources/__init__.py 2025-10-10T02:10:53.7798360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/__init__.py 2025-10-10T02:10:53.7799770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py 2025-10-10T02:10:53.7800890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py 2025-10-10T02:10:53.7801970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py 2025-10-10T02:10:53.7802990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py 2025-10-10T02:10:53.7803970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py 2025-10-10T02:10:53.7804870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/providers.py 2025-10-10T02:10:53.7805760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/structs.py 2025-10-10T02:10:53.7806690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/reporters.py 2025-10-10T02:10:53.7807590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/resolvelib/py.typed 2025-10-10T02:10:53.7808440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/typing_extensions.py 2025-10-10T02:10:53.7809400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/macos.py 2025-10-10T02:10:53.7810220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/unix.py 2025-10-10T02:10:53.7811180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/version.py 2025-10-10T02:10:53.7811970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/__init__.py 2025-10-10T02:10:53.7812870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/api.py 2025-10-10T02:10:53.7813930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/android.py 2025-10-10T02:10:53.7814780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/py.typed 2025-10-10T02:10:53.7815690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/windows.py 2025-10-10T02:10:53.7816630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/_vendor/platformdirs/__main__.py 2025-10-10T02:10:53.7817280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__init__.py 2025-10-10T02:10:53.7817960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/py.typed 2025-10-10T02:10:53.7818800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__pip-runner__.py 2025-10-10T02:10:53.7819460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip/__main__.py 2025-10-10T02:10:53.7820310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/RECORD 2025-10-10T02:10:53.7821240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:53.7822180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/licenses/AUTHORS.txt 2025-10-10T02:10:53.7823260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/direct_url.json 2025-10-10T02:10:53.7824050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/WHEEL 2025-10-10T02:10:53.7824960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/entry_points.txt 2025-10-10T02:10:53.7825820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/top_level.txt 2025-10-10T02:10:53.7826640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/REQUESTED 2025-10-10T02:10:53.7827430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/INSTALLER 2025-10-10T02:10:53.7828260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/site-packages/pip-25.1.dist-info/METADATA 2025-10-10T02:10:53.7828920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/repodata_record.json 2025-10-10T02:10:53.7829580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.sh 2025-10-10T02:10:53.7830250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.py 2025-10-10T02:10:53.7831080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/test_time_dependencies.json 2025-10-10T02:10:53.7831690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/test/run_test.bat 2025-10-10T02:10:53.7832390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/licenses/LICENSE.txt 2025-10-10T02:10:53.7833030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/bld.bat 2025-10-10T02:10:53.7833720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/build.sh 2025-10-10T02:10:53.7834500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.7835150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/meta.yaml 2025-10-10T02:10:53.7836110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/recipe/meta.yaml.template 2025-10-10T02:10:53.7836610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/paths.json 2025-10-10T02:10:53.7837160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/hash_input.json 2025-10-10T02:10:53.7837700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/files 2025-10-10T02:10:53.7838320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/about.json 2025-10-10T02:10:53.7838930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/link.json 2025-10-10T02:10:53.7839580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/index.json 2025-10-10T02:10:53.7840220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2/info/git 2025-10-10T02:10:53.7840930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0.conda 2025-10-10T02:10:53.7841730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/brotlicffi-1.0.9.2-py313h313beb8_1.conda 2025-10-10T02:10:53.7842270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/makeconv 2025-10-10T02:10:53.7842840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gencnval 2025-10-10T02:10:53.7843470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icu-config 2025-10-10T02:10:53.7844010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gencfu 2025-10-10T02:10:53.7844640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icuinfo 2025-10-10T02:10:53.7845200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/gendict 2025-10-10T02:10:53.7845740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/genrb 2025-10-10T02:10:53.7846360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/icuexportdata 2025-10-10T02:10:53.7846920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/pkgdata 2025-10-10T02:10:53.7847480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/genbrk 2025-10-10T02:10:53.7848060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/bin/derb 2025-10-10T02:10:53.7848790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/translit.h 2025-10-10T02:10:53.7849410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustdio.h 2025-10-10T02:10:53.7850100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf_old.h 2025-10-10T02:10:53.7850760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucsdet.h 2025-10-10T02:10:53.7851420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tzfmt.h 2025-10-10T02:10:53.7852080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubrk.h 2025-10-10T02:10:53.7852970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ufieldpositer.h 2025-10-10T02:10:53.7853640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localematcher.h 2025-10-10T02:10:53.7854340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringpiece.h 2025-10-10T02:10:53.7855000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucat.h 2025-10-10T02:10:53.7855650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tblcoll.h 2025-10-10T02:10:53.7856380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringoptions.h 2025-10-10T02:10:53.7857100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtfmtsym.h 2025-10-10T02:10:53.7857740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unirepl.h 2025-10-10T02:10:53.7858390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ptypes.h 2025-10-10T02:10:53.7859090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fmtable.h 2025-10-10T02:10:53.7860010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtitvfmt.h 2025-10-10T02:10:53.7860600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/choicfmt.h 2025-10-10T02:10:53.7861430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberrangeformatter.h 2025-10-10T02:10:53.7862210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numberrangeformatter.h 2025-10-10T02:10:53.7862850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usetiter.h 2025-10-10T02:10:53.7863550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/errorcode.h 2025-10-10T02:10:53.7864220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tznames.h 2025-10-10T02:10:53.7864930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtintrv.h 2025-10-10T02:10:53.7865820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usimplenumberformatter.h 2025-10-10T02:10:53.7866420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucurr.h 2025-10-10T02:10:53.7867090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/icuplug.h 2025-10-10T02:10:53.7867790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uregion.h 2025-10-10T02:10:53.7868430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utext.h 2025-10-10T02:10:53.7869110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/edits.h 2025-10-10T02:10:53.7869780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/parsepos.h 2025-10-10T02:10:53.7870410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucal.h 2025-10-10T02:10:53.7871160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fpositer.h 2025-10-10T02:10:53.7871900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtitvinf.h 2025-10-10T02:10:53.7872550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbnf.h 2025-10-10T02:10:53.7873150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udat.h 2025-10-10T02:10:53.7873790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/urep.h 2025-10-10T02:10:53.7874470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf32.h 2025-10-10T02:10:53.7875150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/vtzone.h 2025-10-10T02:10:53.7875800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustring.h 2025-10-10T02:10:53.7876540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubiditransform.h 2025-10-10T02:10:53.7877180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uenum.h 2025-10-10T02:10:53.7877990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umutablecptrie.h 2025-10-10T02:10:53.7878760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/appendable.h 2025-10-10T02:10:53.7879430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usearch.h 2025-10-10T02:10:53.7880110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numsys.h 2025-10-10T02:10:53.7880790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/timezone.h 2025-10-10T02:10:53.7881430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uset.h 2025-10-10T02:10:53.7882160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/casemap.h 2025-10-10T02:10:53.7882870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/coleitr.h 2025-10-10T02:10:53.7883580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/schriter.h 2025-10-10T02:10:53.7884290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/msgfmt.h 2025-10-10T02:10:53.7885080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/fieldpos.h 2025-10-10T02:10:53.7885950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simpletz.h 2025-10-10T02:10:53.7886750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucpmap.h 2025-10-10T02:10:53.7887550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uldnames.h 2025-10-10T02:10:53.7888590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberformatter.h 2025-10-10T02:10:53.7889600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uiter.h 2025-10-10T02:10:53.7890310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umsg.h 2025-10-10T02:10:53.7891140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/sortkey.h 2025-10-10T02:10:53.7892150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simplenumberformatter.h 2025-10-10T02:10:53.7892890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/docmain.h 2025-10-10T02:10:53.7893760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uniset.h 2025-10-10T02:10:53.7894830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/basictz.h 2025-10-10T02:10:53.7895640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udata.h 2025-10-10T02:10:53.7896480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stringtriebuilder.h 2025-10-10T02:10:53.7897300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/chariter.h 2025-10-10T02:10:53.7898190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umisc.h 2025-10-10T02:10:53.7899160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/reldatefmt.h 2025-10-10T02:10:53.7900000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uloc.h 2025-10-10T02:10:53.7900850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/plurrule.h 2025-10-10T02:10:53.7901720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattednumber.h 2025-10-10T02:10:53.7902580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestriebuilder.h 2025-10-10T02:10:53.7903350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measunit.h 2025-10-10T02:10:53.7904390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utrace.h 2025-10-10T02:10:53.7905420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/locdspnm.h 2025-10-10T02:10:53.7906250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/gregocal.h 2025-10-10T02:10:53.7907090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uchriter.h 2025-10-10T02:10:53.7908060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/enumset.h 2025-10-10T02:10:53.7909030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/nounit.h 2025-10-10T02:10:53.7909720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf.h 2025-10-10T02:10:53.7910530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measure.h 2025-10-10T02:10:53.7911310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tzrule.h 2025-10-10T02:10:53.7912250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/strenum.h 2025-10-10T02:10:53.7913290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/regex.h 2025-10-10T02:10:53.7914080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/gender.h 2025-10-10T02:10:53.7914990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dcfmtsym.h 2025-10-10T02:10:53.7915960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv_err.h 2025-10-10T02:10:53.7917040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/decimfmt.h 2025-10-10T02:10:53.7919910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestrie.h 2025-10-10T02:10:53.7920620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udatpg.h 2025-10-10T02:10:53.7921630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/listformatter.h 2025-10-10T02:10:53.7922400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uobject.h 2025-10-10T02:10:53.7923300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/calendar.h 2025-10-10T02:10:53.7924040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ures.h 2025-10-10T02:10:53.7924880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/normlzr.h 2025-10-10T02:10:53.7925790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/usprep.h 2025-10-10T02:10:53.7926670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/urename.h 2025-10-10T02:10:53.7927480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/caniter.h 2025-10-10T02:10:53.7928370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucol.h 2025-10-10T02:10:53.7929360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/upluralrules.h 2025-10-10T02:10:53.7930480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucharstrie.h 2025-10-10T02:10:53.7931420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmunit.h 2025-10-10T02:10:53.7932250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unistr.h 2025-10-10T02:10:53.7933130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbbi.h 2025-10-10T02:10:53.7934080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ulocdata.h 2025-10-10T02:10:53.7934910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/idna.h 2025-10-10T02:10:53.7935720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unorm2.h 2025-10-10T02:10:53.7936740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localebuilder.h 2025-10-10T02:10:53.7937560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtptngen.h 2025-10-10T02:10:53.7938430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dbbi.h 2025-10-10T02:10:53.7939420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/bytestream.h 2025-10-10T02:10:53.7940190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uversion.h 2025-10-10T02:10:53.7941140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/messagepattern.h 2025-10-10T02:10:53.7942130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uidna.h 2025-10-10T02:10:53.7943030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/filteredbrk.h 2025-10-10T02:10:53.7943710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmutamt.h 2025-10-10T02:10:53.7944450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/char16ptr.h 2025-10-10T02:10:53.7945250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattedvalue.h 2025-10-10T02:10:53.7946030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/symtable.h 2025-10-10T02:10:53.7946710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucasemap.h 2025-10-10T02:10:53.7947440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucoleitr.h 2025-10-10T02:10:53.7948300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/compactdecimalformat.h 2025-10-10T02:10:53.7948970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unum.h 2025-10-10T02:10:53.7949810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udisplaycontext.h 2025-10-10T02:10:53.7950470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tztrans.h 2025-10-10T02:10:53.7951160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/umachine.h 2025-10-10T02:10:53.7951920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numberformatter.h 2025-10-10T02:10:53.7952570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/datefmt.h 2025-10-10T02:10:53.7953350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utmscale.h 2025-10-10T02:10:53.7954050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/coll.h 2025-10-10T02:10:53.7954790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/currpinf.h 2025-10-10T02:10:53.7955530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uregex.h 2025-10-10T02:10:53.7956240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/tmutfmt.h 2025-10-10T02:10:53.7956960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/plurfmt.h 2025-10-10T02:10:53.7957790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustringtrie.h 2025-10-10T02:10:53.7958640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/smpdtfmt.h 2025-10-10T02:10:53.7959280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucptrie.h 2025-10-10T02:10:53.7960060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udisplayoptions.h 2025-10-10T02:10:53.7960780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/icudataver.h 2025-10-10T02:10:53.7961490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uchar.h 2025-10-10T02:10:53.7962210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unorm.h 2025-10-10T02:10:53.7966630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ushape.h 2025-10-10T02:10:53.7966800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unifunct.h 2025-10-10T02:10:53.7966970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ugender.h 2025-10-10T02:10:53.7967120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/selfmt.h 2025-10-10T02:10:53.7967290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uformattable.h 2025-10-10T02:10:53.7967440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ustream.h 2025-10-10T02:10:53.7967620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/simpleformatter.h 2025-10-10T02:10:53.7967780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv_cb.h 2025-10-10T02:10:53.7968460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/curramt.h 2025-10-10T02:10:53.7969130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/locid.h 2025-10-10T02:10:53.7969930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/udateintervalformat.h 2025-10-10T02:10:53.7970760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/resbund.h 2025-10-10T02:10:53.7971360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ubidi.h 2025-10-10T02:10:53.7972100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/stsearch.h 2025-10-10T02:10:53.7972840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/alphaindex.h 2025-10-10T02:10:53.7973560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uvernum.h 2025-10-10T02:10:53.7974300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unimatch.h 2025-10-10T02:10:53.7975020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rbtz.h 2025-10-10T02:10:53.7975740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnvsel.h 2025-10-10T02:10:53.7976450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uspoof.h 2025-10-10T02:10:53.7977170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/region.h 2025-10-10T02:10:53.7977940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ureldatefmt.h 2025-10-10T02:10:53.7978750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utrans.h 2025-10-10T02:10:53.7979430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/parseerr.h 2025-10-10T02:10:53.7980100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/putil.h 2025-10-10T02:10:53.7980810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/format.h 2025-10-10T02:10:53.7981730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/scientificnumberformatter.h 2025-10-10T02:10:53.7982510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/displayoptions.h 2025-10-10T02:10:53.7983280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/normalizer2.h 2025-10-10T02:10:53.7983920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/dtrule.h 2025-10-10T02:10:53.7984730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumberoptions.h 2025-10-10T02:10:53.7985490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucnv.h 2025-10-10T02:10:53.7986270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ucharstriebuilder.h 2025-10-10T02:10:53.7986970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/search.h 2025-10-10T02:10:53.7987700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unumsys.h 2025-10-10T02:10:53.7988430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uconfig.h 2025-10-10T02:10:53.7989130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf16.h 2025-10-10T02:10:53.7989870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/brkiter.h 2025-10-10T02:10:53.7990660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/formattedvalue.h 2025-10-10T02:10:53.7991380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/platform.h 2025-10-10T02:10:53.7992120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/rep.h 2025-10-10T02:10:53.7992880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/formattednumber.h 2025-10-10T02:10:53.7993620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/std_string.h 2025-10-10T02:10:53.7994320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utf8.h 2025-10-10T02:10:53.7995090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/localpointer.h 2025-10-10T02:10:53.7995840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uclean.h 2025-10-10T02:10:53.7996540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/uscript.h 2025-10-10T02:10:53.7997310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/numfmt.h 2025-10-10T02:10:53.7998050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/currunit.h 2025-10-10T02:10:53.7998710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/utypes.h 2025-10-10T02:10:53.7999500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/ulistformatter.h 2025-10-10T02:10:53.8000210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/measfmt.h 2025-10-10T02:10:53.8000930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/include/unicode/unifilt.h 2025-10-10T02:10:53.8001660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/repodata_record.json 2025-10-10T02:10:53.8002360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/run_test.sh 2025-10-10T02:10:53.8003150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/gb-18030-2000.ucm 2025-10-10T02:10:53.8003780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/test/de.txt 2025-10-10T02:10:53.8004430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/licenses/LICENSE 2025-10-10T02:10:53.8005500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu4c-4_9_1-mingw-w64-mkdir-compatibility.patch 2025-10-10T02:10:53.8006230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/mach-port-t.patch 2025-10-10T02:10:53.8006990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu-22356.patch 2025-10-10T02:10:53.8007780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/gb-18030-2000.ucm 2025-10-10T02:10:53.8008420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/bld.bat 2025-10-10T02:10:53.8009190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/build.sh 2025-10-10T02:10:53.8009930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8010620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/icu-config.patch 2025-10-10T02:10:53.8011350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8012140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8012790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/recipe/de.txt 2025-10-10T02:10:53.8013500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/run_exports.json 2025-10-10T02:10:53.8014140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/paths.json 2025-10-10T02:10:53.8014840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/hash_input.json 2025-10-10T02:10:53.8015440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/files 2025-10-10T02:10:53.8016150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/about.json 2025-10-10T02:10:53.8016820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/has_prefix 2025-10-10T02:10:53.8017430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/index.json 2025-10-10T02:10:53.8018030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/info/git 2025-10-10T02:10:53.8018790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.73.1.dylib 2025-10-10T02:10:53.8019490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.73.dylib 2025-10-10T02:10:53.8020140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.a 2025-10-10T02:10:53.8020940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-uc.pc 2025-10-10T02:10:53.8021600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-io.pc 2025-10-10T02:10:53.8022320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/pkgconfig/icu-i18n.pc 2025-10-10T02:10:53.8023030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.dylib 2025-10-10T02:10:53.8023650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.a 2025-10-10T02:10:53.8024350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.dylib 2025-10-10T02:10:53.8024980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.a 2025-10-10T02:10:53.8025690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.dylib 2025-10-10T02:10:53.8026340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.a 2025-10-10T02:10:53.8027090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.73.1.dylib 2025-10-10T02:10:53.8027790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.73.dylib 2025-10-10T02:10:53.8028510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.73.1.dylib 2025-10-10T02:10:53.8029270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.73.dylib 2025-10-10T02:10:53.8029930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.dylib 2025-10-10T02:10:53.8030660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.73.dylib 2025-10-10T02:10:53.8031380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicudata.73.1.dylib 2025-10-10T02:10:53.8032110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutest.73.1.dylib 2025-10-10T02:10:53.8032810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.73.1.dylib 2025-10-10T02:10:53.8033520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuuc.a 2025-10-10T02:10:53.8034200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.a 2025-10-10T02:10:53.8034960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicuio.73.dylib 2025-10-10T02:10:53.8035630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.dylib 2025-10-10T02:10:53.8036320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicui18n.dylib 2025-10-10T02:10:53.8037050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/libicutu.73.dylib 2025-10-10T02:10:53.8037700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/pkgdata.inc 2025-10-10T02:10:53.8038350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/current 2025-10-10T02:10:53.8039090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/73.1/pkgdata.inc 2025-10-10T02:10:53.8039820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/73.1/Makefile.inc 2025-10-10T02:10:53.8040550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/lib/icu/Makefile.inc 2025-10-10T02:10:53.8041240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/gensprep.8 2025-10-10T02:10:53.8041980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/genccode.8 2025-10-10T02:10:53.8042780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/icupkg.8 2025-10-10T02:10:53.8043410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man8/gencmn.8 2025-10-10T02:10:53.8044160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/icuexportdata.1 2025-10-10T02:10:53.8044880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/icu-config.1 2025-10-10T02:10:53.8045610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/pkgdata.1 2025-10-10T02:10:53.8046420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gendict.1 2025-10-10T02:10:53.8047080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/genrb.1 2025-10-10T02:10:53.8047740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/genbrk.1 2025-10-10T02:10:53.8048470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gencnval.1 2025-10-10T02:10:53.8049200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/makeconv.1 2025-10-10T02:10:53.8049910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/gencfu.1 2025-10-10T02:10:53.8050600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/man/man1/derb.1 2025-10-10T02:10:53.8051330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/install-sh 2025-10-10T02:10:53.8052070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/LICENSE 2025-10-10T02:10:53.8052820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/config/mh-darwin 2025-10-10T02:10:53.8053570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/icu-73.1-h313beb8_0/share/icu/73.1/mkinstalldirs 2025-10-10T02:10:53.8054450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.8055250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:53.8056120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_unix.py 2025-10-10T02:10:53.8056970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:53.8057950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_comp_with_appdirs.py 2025-10-10T02:10:53.8058950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_macos.py 2025-10-10T02:10:53.8059740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_android.py 2025-10-10T02:10:53.8060520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_api.py 2025-10-10T02:10:53.8061300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/tests/test_main.py 2025-10-10T02:10:53.8062140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:53.8063080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.8063750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.8064660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8065430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8066300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8066990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.8067760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.8068370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/files 2025-10-10T02:10:53.8069120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.8069840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.8070530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/info/git 2025-10-10T02:10:53.8071820Z /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-10-10T02:10:53.8072970Z /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-10-10T02:10:53.8074180Z /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-10-10T02:10:53.8075270Z /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-10-10T02:10:53.8076420Z /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-10-10T02:10:53.8077570Z /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-10-10T02:10:53.8078700Z /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-10-10T02:10:53.8079680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/macos.py 2025-10-10T02:10:53.8080700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/unix.py 2025-10-10T02:10:53.8081740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/version.py 2025-10-10T02:10:53.8082830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__init__.py 2025-10-10T02:10:53.8084360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:53.8086040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/android.cpython-313.pyc 2025-10-10T02:10:53.8087720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:53.8089260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/macos.cpython-313.pyc 2025-10-10T02:10:53.8091150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.8092570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.8094060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:53.8095650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:53.8096940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/api.py 2025-10-10T02:10:53.8098310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/android.py 2025-10-10T02:10:53.8099500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/py.typed 2025-10-10T02:10:53.8100780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/windows.py 2025-10-10T02:10:53.8102110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0/lib/python3.13/site-packages/platformdirs/__main__.py 2025-10-10T02:10:53.8102740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readline-8.3-h0b18652_0.conda 2025-10-10T02:10:53.8103470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0.conda 2025-10-10T02:10:53.8104340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/tsget 2025-10-10T02:10:53.8105240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/tsget.pl 2025-10-10T02:10:53.8106190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/misc/CA.pl 2025-10-10T02:10:53.8107070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/ct_log_list.cnf 2025-10-10T02:10:53.8107850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/openssl.cnf.dist 2025-10-10T02:10:53.8108800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/openssl.cnf 2025-10-10T02:10:53.8109700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/ssl/ct_log_list.cnf.dist 2025-10-10T02:10:53.8110480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/bin/c_rehash 2025-10-10T02:10:53.8111280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/bin/openssl 2025-10-10T02:10:53.8112190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pem2.h 2025-10-10T02:10:53.8113090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/kdf.h 2025-10-10T02:10:53.8113970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pem.h 2025-10-10T02:10:53.8114980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asyncerr.h 2025-10-10T02:10:53.8115890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md2.h 2025-10-10T02:10:53.8116980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl3.h 2025-10-10T02:10:53.8117950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ossl_typ.h 2025-10-10T02:10:53.8118940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dtls1.h 2025-10-10T02:10:53.8119870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/err.h 2025-10-10T02:10:53.8120760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bn.h 2025-10-10T02:10:53.8121650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/blowfish.h 2025-10-10T02:10:53.8122450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cms.h 2025-10-10T02:10:53.8123320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/engine.h 2025-10-10T02:10:53.8124370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conf_api.h 2025-10-10T02:10:53.8125230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/esserr.h 2025-10-10T02:10:53.8126090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core.h 2025-10-10T02:10:53.8126960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509.h 2025-10-10T02:10:53.8128020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1_mac.h 2025-10-10T02:10:53.8128910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/objectserr.h 2025-10-10T02:10:53.8129800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/params.h 2025-10-10T02:10:53.8130740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmserr.h 2025-10-10T02:10:53.8131630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/http.h 2025-10-10T02:10:53.8132460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ui.h 2025-10-10T02:10:53.8133480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sha.h 2025-10-10T02:10:53.8134410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/symhacks.h 2025-10-10T02:10:53.8135150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1.h 2025-10-10T02:10:53.8136020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bioerr.h 2025-10-10T02:10:53.8136970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/opensslconf.h 2025-10-10T02:10:53.8137750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bio.h 2025-10-10T02:10:53.8138810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc2.h 2025-10-10T02:10:53.8139780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/types.h 2025-10-10T02:10:53.8140570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dh.h 2025-10-10T02:10:53.8141640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cryptoerr_legacy.h 2025-10-10T02:10:53.8142450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/proverr.h 2025-10-10T02:10:53.8143390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509v3.h 2025-10-10T02:10:53.8144470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_object.h 2025-10-10T02:10:53.8145480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/decodererr.h 2025-10-10T02:10:53.8146470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/param_build.h 2025-10-10T02:10:53.8147410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conf.h 2025-10-10T02:10:53.8148280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conftypes.h 2025-10-10T02:10:53.8149340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md5.h 2025-10-10T02:10:53.8150240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/decoder.h 2025-10-10T02:10:53.8151090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pemerr.h 2025-10-10T02:10:53.8152090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crmferr.h 2025-10-10T02:10:53.8152990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509_vfy.h 2025-10-10T02:10:53.8153970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/txt_db.h 2025-10-10T02:10:53.8154990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmp.h 2025-10-10T02:10:53.8155940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/comperr.h 2025-10-10T02:10:53.8156880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cterr.h 2025-10-10T02:10:53.8157810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/self_test.h 2025-10-10T02:10:53.8158820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/safestack.h 2025-10-10T02:10:53.8159750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/configuration.h 2025-10-10T02:10:53.8160870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/fips_names.h 2025-10-10T02:10:53.8161820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecdsa.h 2025-10-10T02:10:53.8162720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sslerr.h 2025-10-10T02:10:53.8163730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/prov_ssl.h 2025-10-10T02:10:53.8164650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/fipskey.h 2025-10-10T02:10:53.8165650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc5.h 2025-10-10T02:10:53.8166380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/uierr.h 2025-10-10T02:10:53.8167250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509v3err.h 2025-10-10T02:10:53.8168120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/objects.h 2025-10-10T02:10:53.8169110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs12.h 2025-10-10T02:10:53.8170230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crypto.h 2025-10-10T02:10:53.8171110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/crmf.h 2025-10-10T02:10:53.8172000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmp_util.h 2025-10-10T02:10:53.8172960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/opensslv.h 2025-10-10T02:10:53.8174040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/evperr.h 2025-10-10T02:10:53.8174920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs7.h 2025-10-10T02:10:53.8175870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/obj_mac.h 2025-10-10T02:10:53.8176710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ct.h 2025-10-10T02:10:53.8177620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/async.h 2025-10-10T02:10:53.8178510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/buffer.h 2025-10-10T02:10:53.8179520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl.h 2025-10-10T02:10:53.8180490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/srp.h 2025-10-10T02:10:53.8181400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/camellia.h 2025-10-10T02:10:53.8182460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/httperr.h 2025-10-10T02:10:53.8183410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dherr.h 2025-10-10T02:10:53.8184290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/evp.h 2025-10-10T02:10:53.8185310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/e_os2.h 2025-10-10T02:10:53.8186230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/trace.h 2025-10-10T02:10:53.8187150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/md4.h 2025-10-10T02:10:53.8188060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_names.h 2025-10-10T02:10:53.8189000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/hmac.h 2025-10-10T02:10:53.8189970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/provider.h 2025-10-10T02:10:53.8190940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/aes.h 2025-10-10T02:10:53.8191940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/engineerr.h 2025-10-10T02:10:53.8192980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/comp.h 2025-10-10T02:10:53.8193960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/macros.h 2025-10-10T02:10:53.8194940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs12err.h 2025-10-10T02:10:53.8195760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/encoder.h 2025-10-10T02:10:53.8196780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cast.h 2025-10-10T02:10:53.8197830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/sslerr_legacy.h 2025-10-10T02:10:53.8198870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rc4.h 2025-10-10T02:10:53.8199700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/stack.h 2025-10-10T02:10:53.8200520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/des.h 2025-10-10T02:10:53.8201470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ocsp.h 2025-10-10T02:10:53.8202360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ec.h 2025-10-10T02:10:53.8203230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecdh.h 2025-10-10T02:10:53.8204030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rand.h 2025-10-10T02:10:53.8205030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ecerr.h 2025-10-10T02:10:53.8205990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ts.h 2025-10-10T02:10:53.8207060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/core_dispatch.h 2025-10-10T02:10:53.8207930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cryptoerr.h 2025-10-10T02:10:53.8208940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/storeerr.h 2025-10-10T02:10:53.8209960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/buffererr.h 2025-10-10T02:10:53.8210820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/seed.h 2025-10-10T02:10:53.8211820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/modes.h 2025-10-10T02:10:53.8212640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ssl2.h 2025-10-10T02:10:53.8213490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/tserr.h 2025-10-10T02:10:53.8214260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rsa.h 2025-10-10T02:10:53.8215130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ripemd.h 2025-10-10T02:10:53.8216000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/whrlpool.h 2025-10-10T02:10:53.8216920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/encodererr.h 2025-10-10T02:10:53.8219140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmperr.h 2025-10-10T02:10:53.8219840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/tls1.h 2025-10-10T02:10:53.8220670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/rsaerr.h 2025-10-10T02:10:53.8221630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/randerr.h 2025-10-10T02:10:53.8222500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/mdc2.h 2025-10-10T02:10:53.8223510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ocsperr.h 2025-10-10T02:10:53.8224380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/x509err.h 2025-10-10T02:10:53.8225310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/pkcs7err.h 2025-10-10T02:10:53.8226240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dsa.h 2025-10-10T02:10:53.8227100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/kdferr.h 2025-10-10T02:10:53.8228120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/srtp.h 2025-10-10T02:10:53.8229050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1t.h 2025-10-10T02:10:53.8229990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/dsaerr.h 2025-10-10T02:10:53.8230810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/bnerr.h 2025-10-10T02:10:53.8231820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/conferr.h 2025-10-10T02:10:53.8232830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/cmac.h 2025-10-10T02:10:53.8233810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ebcdic.h 2025-10-10T02:10:53.8234690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/store.h 2025-10-10T02:10:53.8235730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/idea.h 2025-10-10T02:10:53.8236690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/lhash.h 2025-10-10T02:10:53.8237540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/ess.h 2025-10-10T02:10:53.8238440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/include/openssl/asn1err.h 2025-10-10T02:10:53.8239200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/repodata_record.json 2025-10-10T02:10:53.8239920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/test/run_test.sh 2025-10-10T02:10:53.8240830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.8241690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/licenses/LICENSE.txt 2025-10-10T02:10:53.8242460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.bat 2025-10-10T02:10:53.8243140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.ps1 2025-10-10T02:10:53.8243830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/activate.sh 2025-10-10T02:10:53.8244500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/bld.bat 2025-10-10T02:10:53.8245420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/libssl.pc.in 2025-10-10T02:10:53.8246230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/libcrypto.pc.in 2025-10-10T02:10:53.8247060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/win_pkgconfig/openssl.pc.in 2025-10-10T02:10:53.8247710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/build.sh 2025-10-10T02:10:53.8248540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8249280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.ps1 2025-10-10T02:10:53.8249980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8250700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.bat 2025-10-10T02:10:53.8251510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8252190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/recipe/deactivate.sh 2025-10-10T02:10:53.8252920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/run_exports.json 2025-10-10T02:10:53.8253660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/paths.json 2025-10-10T02:10:53.8254180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/no_link 2025-10-10T02:10:53.8255010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/hash_input.json 2025-10-10T02:10:53.8255520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/files 2025-10-10T02:10:53.8256200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/about.json 2025-10-10T02:10:53.8256840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/has_prefix 2025-10-10T02:10:53.8257500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/index.json 2025-10-10T02:10:53.8258070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/info/git 2025-10-10T02:10:53.8258750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.a 2025-10-10T02:10:53.8259600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/openssl.pc 2025-10-10T02:10:53.8260370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/libssl.pc 2025-10-10T02:10:53.8261270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/pkgconfig/libcrypto.pc 2025-10-10T02:10:53.8261850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.dylib 2025-10-10T02:10:53.8262610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/padlock.dylib 2025-10-10T02:10:53.8263350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/capi.dylib 2025-10-10T02:10:53.8264120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/engines-3/loader_attic.dylib 2025-10-10T02:10:53.8264800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.3.dylib 2025-10-10T02:10:53.8265520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.3.dylib 2025-10-10T02:10:53.8266150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libcrypto.dylib 2025-10-10T02:10:53.8266950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/ossl-modules/legacy.dylib 2025-10-10T02:10:53.8267590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0/lib/libssl.a 2025-10-10T02:10:53.8268550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:53.8269350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:53.8270300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8271050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8271940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8272710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/paths.json 2025-10-10T02:10:53.8273520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:53.8274200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/files 2025-10-10T02:10:53.8275000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/about.json 2025-10-10T02:10:53.8275760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/index.json 2025-10-10T02:10:53.8276450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/info/git 2025-10-10T02:10:53.8277890Z /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-10-10T02:10:53.8279020Z /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-10-10T02:10:53.8280280Z /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-10-10T02:10:53.8281560Z /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-10-10T02:10:53.8282630Z /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-10-10T02:10:53.8283940Z /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-10-10T02:10:53.8285120Z /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-10-10T02:10:53.8286300Z /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-10-10T02:10:53.8287300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0/lib/python3.13/site-packages/typing_extensions.py 2025-10-10T02:10:53.8287700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0.conda 2025-10-10T02:10:53.8288390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0.conda 2025-10-10T02:10:53.8289020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/bin/tqdm 2025-10-10T02:10:53.8289810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/repodata_record.json 2025-10-10T02:10:53.8290500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/run_test.sh 2025-10-10T02:10:53.8291220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/pyproject.toml 2025-10-10T02:10:53.8292010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_tqdm.py 2025-10-10T02:10:53.8292760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_rich.py 2025-10-10T02:10:53.8293510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/conftest.py 2025-10-10T02:10:53.8294370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_contrib_logging.py 2025-10-10T02:10:53.8295160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_utils.py 2025-10-10T02:10:53.8295880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_tk.py 2025-10-10T02:10:53.8296610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/__init__.py 2025-10-10T02:10:53.8297410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_gui.py 2025-10-10T02:10:53.8298200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_pandas.py 2025-10-10T02:10:53.8299100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_concurrent.py 2025-10-10T02:10:53.8299840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_perf.py 2025-10-10T02:10:53.8300700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_itertools.py 2025-10-10T02:10:53.8301460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_contrib.py 2025-10-10T02:10:53.8302340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_synchronisation.py 2025-10-10T02:10:53.8303140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_version.py 2025-10-10T02:10:53.8303920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_main.py 2025-10-10T02:10:53.8304840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_notebook.py 2025-10-10T02:10:53.8305490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_dask.py 2025-10-10T02:10:53.8306310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_asyncio.py 2025-10-10T02:10:53.8307070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/tests/tests_keras.py 2025-10-10T02:10:53.8307780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/run_test.py 2025-10-10T02:10:53.8308770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.8309380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/licenses/LICENCE 2025-10-10T02:10:53.8310290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8311050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8311860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8312550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/paths.json 2025-10-10T02:10:53.8313290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/hash_input.json 2025-10-10T02:10:53.8313950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/files 2025-10-10T02:10:53.8314690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/about.json 2025-10-10T02:10:53.8315400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/has_prefix 2025-10-10T02:10:53.8316120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/index.json 2025-10-10T02:10:53.8316760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/info/git 2025-10-10T02:10:53.8317920Z /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-10-10T02:10:53.8319050Z /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-10-10T02:10:53.8320030Z /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-10-10T02:10:53.8321320Z /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-10-10T02:10:53.8322760Z /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-10-10T02:10:53.8324150Z /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-10-10T02:10:53.8325350Z /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-10-10T02:10:53.8326720Z /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-10-10T02:10:53.8327960Z /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-10-10T02:10:53.8329230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/version.py 2025-10-10T02:10:53.8330370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_main.py 2025-10-10T02:10:53.8331530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_monitor.py 2025-10-10T02:10:53.8332730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/keras.py 2025-10-10T02:10:53.8334040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_gui.py 2025-10-10T02:10:53.8335040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/asyncio.py 2025-10-10T02:10:53.8336220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_dist_ver.py 2025-10-10T02:10:53.8337490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/std.py 2025-10-10T02:10:53.8338660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_notebook.py 2025-10-10T02:10:53.8339710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__init__.py 2025-10-10T02:10:53.8340840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/rich.py 2025-10-10T02:10:53.8342130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/gui.cpython-313.pyc 2025-10-10T02:10:53.8343480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/std.cpython-313.pyc 2025-10-10T02:10:53.8344880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/tk.cpython-313.pyc 2025-10-10T02:10:53.8346250Z /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-10-10T02:10:53.8347650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/autonotebook.cpython-313.pyc 2025-10-10T02:10:53.8349030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_main.cpython-313.pyc 2025-10-10T02:10:53.8350430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/dask.cpython-313.pyc 2025-10-10T02:10:53.8352000Z /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-10-10T02:10:53.8353180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:53.8354790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_utils.cpython-313.pyc 2025-10-10T02:10:53.8355980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:53.8357570Z /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-10-10T02:10:53.8358840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/asyncio.cpython-313.pyc 2025-10-10T02:10:53.8360250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/auto.cpython-313.pyc 2025-10-10T02:10:53.8361600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/rich.cpython-313.pyc 2025-10-10T02:10:53.8362840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm.cpython-313.pyc 2025-10-10T02:10:53.8364190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/notebook.cpython-313.pyc 2025-10-10T02:10:53.8365510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/keras.cpython-313.pyc 2025-10-10T02:10:53.8367130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:53.8368370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:53.8369830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:53.8371350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__pycache__/_monitor.cpython-313.pyc 2025-10-10T02:10:53.8372880Z /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-10-10T02:10:53.8374140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/logging.py 2025-10-10T02:10:53.8375430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/concurrent.py 2025-10-10T02:10:53.8376670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/bells.py 2025-10-10T02:10:53.8377870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/telegram.py 2025-10-10T02:10:53.8378930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/discord.py 2025-10-10T02:10:53.8379890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/__init__.py 2025-10-10T02:10:53.8381050Z /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-10-10T02:10:53.8382220Z /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-10-10T02:10:53.8383380Z /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-10-10T02:10:53.8384530Z /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-10-10T02:10:53.8385600Z /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-10-10T02:10:53.8386860Z /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-10-10T02:10:53.8387920Z /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-10-10T02:10:53.8389090Z /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-10-10T02:10:53.8390190Z /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-10-10T02:10:53.8391130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/slack.py 2025-10-10T02:10:53.8392110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/itertools.py 2025-10-10T02:10:53.8393080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/contrib/utils_worker.py 2025-10-10T02:10:53.8393890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/tk.py 2025-10-10T02:10:53.8394770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/cli.py 2025-10-10T02:10:53.8395810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/dask.py 2025-10-10T02:10:53.8396580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/utils.py 2025-10-10T02:10:53.8397460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm.py 2025-10-10T02:10:53.8398380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/completion.sh 2025-10-10T02:10:53.8399330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_tqdm_pandas.py 2025-10-10T02:10:53.8400250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/autonotebook.py 2025-10-10T02:10:53.8401080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/tqdm.1 2025-10-10T02:10:53.8402010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/notebook.py 2025-10-10T02:10:53.8402850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/gui.py 2025-10-10T02:10:53.8403750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/__main__.py 2025-10-10T02:10:53.8404630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/_utils.py 2025-10-10T02:10:53.8405490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0/lib/python3.13/site-packages/tqdm/auto.py 2025-10-10T02:10:53.8406010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0.conda 2025-10-10T02:10:53.8406940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/pattern_formatter-inl.h 2025-10-10T02:10:53.8407630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fwd.h 2025-10-10T02:10:53.8408300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/version.h 2025-10-10T02:10:53.8409010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/spdlog.h 2025-10-10T02:10:53.8409780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/ranges.h 2025-10-10T02:10:53.8410500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/xchar.h 2025-10-10T02:10:53.8411260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/chrono.h 2025-10-10T02:10:53.8412030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/bin_to_hex.h 2025-10-10T02:10:53.8412750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/fmt.h 2025-10-10T02:10:53.8413470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/compile.h 2025-10-10T02:10:53.8414290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/fmt/ostr.h 2025-10-10T02:10:53.8414970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/logger-inl.h 2025-10-10T02:10:53.8415740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/qt_sinks.h 2025-10-10T02:10:53.8416630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ansicolor_sink-inl.h 2025-10-10T02:10:53.8417450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/hourly_file_sink.h 2025-10-10T02:10:53.8418310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_sinks.h 2025-10-10T02:10:53.8419070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/basic_file_sink.h 2025-10-10T02:10:53.8420020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/rotating_file_sink.h 2025-10-10T02:10:53.8420780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/daily_file_sink.h 2025-10-10T02:10:53.8421580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ringbuffer_sink.h 2025-10-10T02:10:53.8422380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ansicolor_sink.h 2025-10-10T02:10:53.8423180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/systemd_sink.h 2025-10-10T02:10:53.8423930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/base_sink.h 2025-10-10T02:10:53.8424800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_color_sinks.h 2025-10-10T02:10:53.8425530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/dist_sink.h 2025-10-10T02:10:53.8426400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/msvc_sink.h 2025-10-10T02:10:53.8427140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/tcp_sink.h 2025-10-10T02:10:53.8427920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/mongo_sink.h 2025-10-10T02:10:53.8428680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/sink-inl.h 2025-10-10T02:10:53.8429530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/wincolor_sink-inl.h 2025-10-10T02:10:53.8430330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/android_sink.h 2025-10-10T02:10:53.8431150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_sinks-inl.h 2025-10-10T02:10:53.8431850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/sink.h 2025-10-10T02:10:53.8432720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/syslog_sink.h 2025-10-10T02:10:53.8433510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/dup_filter_sink.h 2025-10-10T02:10:53.8434350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/win_eventlog_sink.h 2025-10-10T02:10:53.8435240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/stdout_color_sinks-inl.h 2025-10-10T02:10:53.8436020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/ostream_sink.h 2025-10-10T02:10:53.8436760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/udp_sink.h 2025-10-10T02:10:53.8437680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/rotating_file_sink-inl.h 2025-10-10T02:10:53.8438510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/basic_file_sink-inl.h 2025-10-10T02:10:53.8439340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/null_sink.h 2025-10-10T02:10:53.8440240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/base_sink-inl.h 2025-10-10T02:10:53.8441040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/sinks/wincolor_sink.h 2025-10-10T02:10:53.8441710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/formatter.h 2025-10-10T02:10:53.8442460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/common-inl.h 2025-10-10T02:10:53.8443330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg_buffer-inl.h 2025-10-10T02:10:53.8444100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg-inl.h 2025-10-10T02:10:53.8444960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/udp_client.h 2025-10-10T02:10:53.8445700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/file_helper.h 2025-10-10T02:10:53.8446570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/periodic_worker-inl.h 2025-10-10T02:10:53.8447420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/udp_client-windows.h 2025-10-10T02:10:53.8448240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/periodic_worker.h 2025-10-10T02:10:53.8449060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/mpmc_blocking_q.h 2025-10-10T02:10:53.8449760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/os.h 2025-10-10T02:10:53.8450610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/thread_pool-inl.h 2025-10-10T02:10:53.8451500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/fmt_helper.h 2025-10-10T02:10:53.8452310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/null_mutex.h 2025-10-10T02:10:53.8453100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/registry.h 2025-10-10T02:10:53.8453880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/backtracer.h 2025-10-10T02:10:53.8454700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/registry-inl.h 2025-10-10T02:10:53.8455490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/thread_pool.h 2025-10-10T02:10:53.8456300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/circular_q.h 2025-10-10T02:10:53.8457160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/synchronous_factory.h 2025-10-10T02:10:53.8457960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/os-inl.h 2025-10-10T02:10:53.8458710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg.h 2025-10-10T02:10:53.8459590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/backtracer-inl.h 2025-10-10T02:10:53.8460460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/file_helper-inl.h 2025-10-10T02:10:53.8461350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/log_msg_buffer.h 2025-10-10T02:10:53.8462190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/tcp_client.h 2025-10-10T02:10:53.8463100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/console_globals.h 2025-10-10T02:10:53.8463930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/windows_include.h 2025-10-10T02:10:53.8464860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/details/tcp_client-windows.h 2025-10-10T02:10:53.8465590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async_logger.h 2025-10-10T02:10:53.8466360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/env.h 2025-10-10T02:10:53.8467120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/argv.h 2025-10-10T02:10:53.8468010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/helpers-inl.h 2025-10-10T02:10:53.8469000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/cfg/helpers.h 2025-10-10T02:10:53.8469680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/tweakme.h 2025-10-10T02:10:53.8470870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async.h 2025-10-10T02:10:53.8471600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/common.h 2025-10-10T02:10:53.8472620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/async_logger-inl.h 2025-10-10T02:10:53.8473900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/stopwatch.h 2025-10-10T02:10:53.8475050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/pattern_formatter.h 2025-10-10T02:10:53.8475960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/logger.h 2025-10-10T02:10:53.8476860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/include/spdlog/spdlog-inl.h 2025-10-10T02:10:53.8477860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/repodata_record.json 2025-10-10T02:10:53.8478740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/test/run_test.sh 2025-10-10T02:10:53.8479590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/licenses/LICENSE 2025-10-10T02:10:53.8480630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/build_std.sh 2025-10-10T02:10:53.8481730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/bld_fmt_embed.bat 2025-10-10T02:10:53.8482820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/build_std.sh 2025-10-10T02:10:53.8483990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/bld_std.bat 2025-10-10T02:10:53.8485320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/build_fmt_embed.sh 2025-10-10T02:10:53.8486370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:53.8487590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/parent/async_test.patch 2025-10-10T02:10:53.8488510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8489310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8490250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/run_exports.json 2025-10-10T02:10:53.8490940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/paths.json 2025-10-10T02:10:53.8491750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/hash_input.json 2025-10-10T02:10:53.8492670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/files 2025-10-10T02:10:53.8493460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/about.json 2025-10-10T02:10:53.8494260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/has_prefix 2025-10-10T02:10:53.8495040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/index.json 2025-10-10T02:10:53.8495810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/info/git 2025-10-10T02:10:53.8496660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.dylib 2025-10-10T02:10:53.8497570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.1.11.0.dylib 2025-10-10T02:10:53.8498580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/pkgconfig/spdlog.pc 2025-10-10T02:10:53.8499520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfig.cmake 2025-10-10T02:10:53.8500850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigTargets-release.cmake 2025-10-10T02:10:53.8501900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigTargets.cmake 2025-10-10T02:10:53.8503070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/cmake/spdlog/spdlogConfigVersion.cmake 2025-10-10T02:10:53.8503960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0/lib/libspdlog.1.11.dylib 2025-10-10T02:10:53.8504820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0.conda 2025-10-10T02:10:53.8505520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tabs 2025-10-10T02:10:53.8506280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/toe 2025-10-10T02:10:53.8507090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/infotocap 2025-10-10T02:10:53.8507880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/captoinfo 2025-10-10T02:10:53.8508680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tset 2025-10-10T02:10:53.8509320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/reset 2025-10-10T02:10:53.8510070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/clear 2025-10-10T02:10:53.8510880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/ncursesw6-config 2025-10-10T02:10:53.8511660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tic 2025-10-10T02:10:53.8512470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/infocmp 2025-10-10T02:10:53.8513150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/bin/tput 2025-10-10T02:10:53.8514070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/termcap.h 2025-10-10T02:10:53.8514850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesp.h 2025-10-10T02:10:53.8515730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesf.h 2025-10-10T02:10:53.8516710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/termcap.h 2025-10-10T02:10:53.8517590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesp.h 2025-10-10T02:10:53.8518290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesf.h 2025-10-10T02:10:53.8518990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/etip.h 2025-10-10T02:10:53.8524020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/form.h 2025-10-10T02:10:53.8524440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesw.h 2025-10-10T02:10:53.8524850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/unctrl.h 2025-10-10T02:10:53.8525270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesapp.h 2025-10-10T02:10:53.8525680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/term.h 2025-10-10T02:10:53.8526120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursslk.h 2025-10-10T02:10:53.8526540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/panel.h 2025-10-10T02:10:53.8526970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/ncurses.h 2025-10-10T02:10:53.8527400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/eti.h 2025-10-10T02:10:53.8527810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/ncurses_dll.h 2025-10-10T02:10:53.8528270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/term_entry.h 2025-10-10T02:10:53.8528680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/menu.h 2025-10-10T02:10:53.8529110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/cursesm.h 2025-10-10T02:10:53.8529550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses/curses.h 2025-10-10T02:10:53.8529920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/etip.h 2025-10-10T02:10:53.8530470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/form.h 2025-10-10T02:10:53.8530870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesw.h 2025-10-10T02:10:53.8531550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/unctrl.h 2025-10-10T02:10:53.8533340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesapp.h 2025-10-10T02:10:53.8534040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/term.h 2025-10-10T02:10:53.8534740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursslk.h 2025-10-10T02:10:53.8535410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/panel.h 2025-10-10T02:10:53.8536110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses.h 2025-10-10T02:10:53.8536780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/eti.h 2025-10-10T02:10:53.8537530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncurses_dll.h 2025-10-10T02:10:53.8538230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/term_entry.h 2025-10-10T02:10:53.8538890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/menu.h 2025-10-10T02:10:53.8539590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/cursesm.h 2025-10-10T02:10:53.8540390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/termcap.h 2025-10-10T02:10:53.8541210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesp.h 2025-10-10T02:10:53.8541930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesf.h 2025-10-10T02:10:53.8542670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/etip.h 2025-10-10T02:10:53.8543420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/form.h 2025-10-10T02:10:53.8544240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesw.h 2025-10-10T02:10:53.8544940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/unctrl.h 2025-10-10T02:10:53.8545740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesapp.h 2025-10-10T02:10:53.8546510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/term.h 2025-10-10T02:10:53.8547230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursslk.h 2025-10-10T02:10:53.8547950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/panel.h 2025-10-10T02:10:53.8548740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/ncurses.h 2025-10-10T02:10:53.8549420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/eti.h 2025-10-10T02:10:53.8550250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/ncurses_dll.h 2025-10-10T02:10:53.8551020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/term_entry.h 2025-10-10T02:10:53.8551740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/menu.h 2025-10-10T02:10:53.8552530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/cursesm.h 2025-10-10T02:10:53.8553240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/ncursesw/curses.h 2025-10-10T02:10:53.8553860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/include/curses.h 2025-10-10T02:10:53.8554630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/repodata_record.json 2025-10-10T02:10:53.8555340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/run_test.sh 2025-10-10T02:10:53.8556170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/run_test.py 2025-10-10T02:10:53.8556960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/test/test_time_dependencies.json 2025-10-10T02:10:53.8557640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/licenses/COPYING 2025-10-10T02:10:53.8558350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/fix.patch 2025-10-10T02:10:53.8559100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/run_test.sh 2025-10-10T02:10:53.8559850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/build.sh 2025-10-10T02:10:53.8560650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:53.8561370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/run_test.py 2025-10-10T02:10:53.8562110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/clang.patch 2025-10-10T02:10:53.8562810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/meta.yaml 2025-10-10T02:10:53.8563660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/recipe/meta.yaml.template 2025-10-10T02:10:53.8564420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/run_exports.json 2025-10-10T02:10:53.8564980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/paths.json 2025-10-10T02:10:53.8565680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/hash_input.json 2025-10-10T02:10:53.8566270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/files 2025-10-10T02:10:53.8566900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/about.json 2025-10-10T02:10:53.8567560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/has_prefix 2025-10-10T02:10:53.8568200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/index.json 2025-10-10T02:10:53.8568750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/info/git 2025-10-10T02:10:53.8569430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses++.a 2025-10-10T02:10:53.8570130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.6.dylib 2025-10-10T02:10:53.8570850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/ncursesw.pc 2025-10-10T02:10:53.8571530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/formw.pc 2025-10-10T02:10:53.8572260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/ncurses++w.pc 2025-10-10T02:10:53.8572930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/tinfow.pc 2025-10-10T02:10:53.8573820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/menuw.pc 2025-10-10T02:10:53.8574700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/pkgconfig/panelw.pc 2025-10-10T02:10:53.8575480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.dylib 2025-10-10T02:10:53.8576300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses++w.a 2025-10-10T02:10:53.8577060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.6.dylib 2025-10-10T02:10:53.8578020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.dylib 2025-10-10T02:10:53.8578980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.dylib 2025-10-10T02:10:53.8579720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.a 2025-10-10T02:10:53.8580630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.6.dylib 2025-10-10T02:10:53.8581490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.6.dylib 2025-10-10T02:10:53.8582270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.dylib 2025-10-10T02:10:53.8583210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.dylib 2025-10-10T02:10:53.8583900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.6.dylib 2025-10-10T02:10:53.8584740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.a 2025-10-10T02:10:53.8585650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libform.dylib 2025-10-10T02:10:53.8586430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/terminfo 2025-10-10T02:10:53.8587290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.a 2025-10-10T02:10:53.8588000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.a 2025-10-10T02:10:53.8588830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.a 2025-10-10T02:10:53.8589770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.dylib 2025-10-10T02:10:53.8590550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenuw.6.dylib 2025-10-10T02:10:53.8591390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncursesw.6.dylib 2025-10-10T02:10:53.8592260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanel.a 2025-10-10T02:10:53.8593250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.a 2025-10-10T02:10:53.8594200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.6.dylib 2025-10-10T02:10:53.8595020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.dylib 2025-10-10T02:10:53.8595850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfo.a 2025-10-10T02:10:53.8596750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.6.dylib 2025-10-10T02:10:53.8597510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libncurses.a 2025-10-10T02:10:53.8598400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libtinfow.dylib 2025-10-10T02:10:53.8599170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libformw.6.dylib 2025-10-10T02:10:53.8599960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libmenu.dylib 2025-10-10T02:10:53.8600820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/lib/libpanelw.a 2025-10-10T02:10:53.8601820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/vt300 2025-10-10T02:10:53.8602640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/std 2025-10-10T02:10:53.8603420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/vt100 2025-10-10T02:10:53.8604330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/tabset/stdcrt 2025-10-10T02:10:53.8605420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x50-mono 2025-10-10T02:10:53.8606450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-103k 2025-10-10T02:10:53.8607360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex232 2025-10-10T02:10:53.8608260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410v1-w 2025-10-10T02:10:53.8609190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420_2 2025-10-10T02:10:53.8610160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idl1 2025-10-10T02:10:53.8611070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansil 2025-10-10T02:10:53.8612120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-rv-ctxt 2025-10-10T02:10:53.8613150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-40-rv 2025-10-10T02:10:53.8614060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idc 2025-10-10T02:10:53.8614970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-18 2025-10-10T02:10:53.8615910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-20 2025-10-10T02:10:53.8616960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-soroc 2025-10-10T02:10:53.8617870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att6386 2025-10-10T02:10:53.8618710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425 2025-10-10T02:10:53.8619660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-ctxt 2025-10-10T02:10:53.8620590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415+nl 2025-10-10T02:10:53.8621480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj830 2025-10-10T02:10:53.8622400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansiw 2025-10-10T02:10:53.8623370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex232w 2025-10-10T02:10:53.8624410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-16color 2025-10-10T02:10:53.8625270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv-unk 2025-10-10T02:10:53.8626450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx2 2025-10-10T02:10:53.8627440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85e 2025-10-10T02:10:53.8628290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x30 2025-10-10T02:10:53.8629140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-vm80 2025-10-10T02:10:53.8630220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-rv-nl 2025-10-10T02:10:53.8631190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+rv 2025-10-10T02:10:53.8632250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty+common 2025-10-10T02:10:53.8633070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-rv 2025-10-10T02:10:53.8633820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a210 2025-10-10T02:10:53.8634750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85 2025-10-10T02:10:53.8635800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610+cvis 2025-10-10T02:10:53.8636910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx3 2025-10-10T02:10:53.8638020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty 2025-10-10T02:10:53.8638820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415 2025-10-10T02:10:53.8639710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s 2025-10-10T02:10:53.8640660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mono 2025-10-10T02:10:53.8641460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+pp 2025-10-10T02:10:53.8642400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-28 2025-10-10T02:10:53.8643340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idl 2025-10-10T02:10:53.8644320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-s-rv 2025-10-10T02:10:53.8645550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att513 2025-10-10T02:10:53.8646440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424 2025-10-10T02:10:53.8647420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv-ns 2025-10-10T02:10:53.8648230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-26 2025-10-10T02:10:53.8649260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att510d 2025-10-10T02:10:53.8650160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ap-vm80 2025-10-10T02:10:53.8651030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-103k-w 2025-10-10T02:10:53.8652080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_19L 2025-10-10T02:10:53.8653000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w 2025-10-10T02:10:53.8653960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos3 2025-10-10T02:10:53.8655000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansil-mono 2025-10-10T02:10:53.8656030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos4 2025-10-10T02:10:53.8656980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x30-mono 2025-10-10T02:10:53.8657900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+cpr 2025-10-10T02:10:53.8658990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-rv 2025-10-10T02:10:53.8659860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apl 2025-10-10T02:10:53.8660750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-rv 2025-10-10T02:10:53.8661670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-4 2025-10-10T02:10:53.8662650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-3 2025-10-10T02:10:53.8663640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620 2025-10-10T02:10:53.8664530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari_st 2025-10-10T02:10:53.8665590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aa4080 2025-10-10T02:10:53.8666600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alto-heath 2025-10-10T02:10:53.8667510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt2 2025-10-10T02:10:53.8668380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj 2025-10-10T02:10:53.8669260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt5 2025-10-10T02:10:53.8670250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25-raw 2025-10-10T02:10:53.8670990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos5 2025-10-10T02:10:53.8671700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aas1901 2025-10-10T02:10:53.8672420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt 2025-10-10T02:10:53.8673150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/awsc 2025-10-10T02:10:53.8673910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-unk 2025-10-10T02:10:53.8674660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos2 2025-10-10T02:10:53.8675580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple2e 2025-10-10T02:10:53.8676230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424m 2025-10-10T02:10:53.8676870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+csr 2025-10-10T02:10:53.8677680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-generic 2025-10-10T02:10:53.8678400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addsviewpoint 2025-10-10T02:10:53.8679090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-s 2025-10-10T02:10:53.8679820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo+vt132 2025-10-10T02:10:53.8680470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt4 2025-10-10T02:10:53.8681290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w 2025-10-10T02:10:53.8681970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-24-rv 2025-10-10T02:10:53.8682620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt3 2025-10-10T02:10:53.8683340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425 2025-10-10T02:10:53.8684020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att630 2025-10-10T02:10:53.8684740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgr 2025-10-10T02:10:53.8685450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+cup 2025-10-10T02:10:53.8686170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-2 2025-10-10T02:10:53.8687100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w 2025-10-10T02:10:53.8687620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv 2025-10-10T02:10:53.8688330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-ctxt 2025-10-10T02:10:53.8689030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt+s 2025-10-10T02:10:53.8689730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex175 2025-10-10T02:10:53.8690430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos-5 2025-10-10T02:10:53.8691130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amp219 2025-10-10T02:10:53.8691860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm42 2025-10-10T02:10:53.8692600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505-24 2025-10-10T02:10:53.8693330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-rv 2025-10-10T02:10:53.8694010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1a 2025-10-10T02:10:53.8694760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615 2025-10-10T02:10:53.8695470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-emx 2025-10-10T02:10:53.8696210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrbold 2025-10-10T02:10:53.8696980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrul 2025-10-10T02:10:53.8697630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm20 2025-10-10T02:10:53.8698460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x60-mono 2025-10-10T02:10:53.8699220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-103k 2025-10-10T02:10:53.8699950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari 2025-10-10T02:10:53.8700850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-old 2025-10-10T02:10:53.8701500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansiterm 2025-10-10T02:10:53.8702250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410v1 2025-10-10T02:10:53.8702990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm11 2025-10-10T02:10:53.8703760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5418-w 2025-10-10T02:10:53.8704460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5430 2025-10-10T02:10:53.8705250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv-ns 2025-10-10T02:10:53.8706010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrso 2025-10-10T02:10:53.8706710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi 2025-10-10T02:10:53.8707470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505-22 2025-10-10T02:10:53.8708170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a80 2025-10-10T02:10:53.8708950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605-pc 2025-10-10T02:10:53.8709660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm21 2025-10-10T02:10:53.8710510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-w 2025-10-10T02:10:53.8711240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm42-ns 2025-10-10T02:10:53.8712020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rca2 2025-10-10T02:10:53.8712740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att500 2025-10-10T02:10:53.8713460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100 2025-10-10T02:10:53.8714180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm5 2025-10-10T02:10:53.8714990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-8bit 2025-10-10T02:10:53.8715730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ambassador 2025-10-10T02:10:53.8716430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm2 2025-10-10T02:10:53.8717170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att2350 2025-10-10T02:10:53.8718010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-color-2-emx 2025-10-10T02:10:53.8718770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansis-mono 2025-10-10T02:10:53.8719600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-color-3-emx 2025-10-10T02:10:53.8720360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-24 2025-10-10T02:10:53.8721130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altoheath 2025-10-10T02:10:53.8721920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610+cvis0 2025-10-10T02:10:53.8722680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansisysk 2025-10-10T02:10:53.8723430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi43m 2025-10-10T02:10:53.8724210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4418-w 2025-10-10T02:10:53.8724980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420+nl 2025-10-10T02:10:53.8725810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple2e-p 2025-10-10T02:10:53.8726570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_color 2025-10-10T02:10:53.8727390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r-41 2025-10-10T02:10:53.8728200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410v1 2025-10-10T02:10:53.8728960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mtabs 2025-10-10T02:10:53.8729760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-nl 2025-10-10T02:10:53.8730480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3 2025-10-10T02:10:53.8731270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atarist-m 2025-10-10T02:10:53.8732130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610-103k-w 2025-10-10T02:10:53.8732910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-rv 2025-10-10T02:10:53.8733710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+sgrdim 2025-10-10T02:10:53.8734520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-uterm-vb 2025-10-10T02:10:53.8735260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex80 2025-10-10T02:10:53.8736060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r-24 2025-10-10T02:10:53.8736870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-w 2025-10-10T02:10:53.8737570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex219 2025-10-10T02:10:53.8738330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addrinfo 2025-10-10T02:10:53.8739080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60 2025-10-10T02:10:53.8739850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25 2025-10-10T02:10:53.8740590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+dec 2025-10-10T02:10:53.8741360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex210 2025-10-10T02:10:53.8742140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex219w 2025-10-10T02:10:53.8742950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-am 2025-10-10T02:10:53.8743660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-ns 2025-10-10T02:10:53.8744470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-rv-n 2025-10-10T02:10:53.8745220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-ae 2025-10-10T02:10:53.8746030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-103k-w 2025-10-10T02:10:53.8746800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+erase 2025-10-10T02:10:53.8747610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att510a 2025-10-10T02:10:53.8748420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4426 2025-10-10T02:10:53.8749190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att630-24 2025-10-10T02:10:53.8749930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altoh19 2025-10-10T02:10:53.8750590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa 2025-10-10T02:10:53.8751420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-24 2025-10-10T02:10:53.8752140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-uterm 2025-10-10T02:10:53.8752890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rep 2025-10-10T02:10:53.8753670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv 2025-10-10T02:10:53.8754430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alto-h19 2025-10-10T02:10:53.8755250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-rv-ctxt 2025-10-10T02:10:53.8756050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari_st-color 2025-10-10T02:10:53.8756760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansis 2025-10-10T02:10:53.8757500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm80 2025-10-10T02:10:53.8758280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x50 2025-10-10T02:10:53.8759060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-w 2025-10-10T02:10:53.8759840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410 2025-10-10T02:10:53.8760590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-m-old 2025-10-10T02:10:53.8761370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425-nl 2025-10-10T02:10:53.8762100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt7pc 2025-10-10T02:10:53.8762850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-48 2025-10-10T02:10:53.8763630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+idc1 2025-10-10T02:10:53.8764400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+tabs 2025-10-10T02:10:53.8765190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleII 2025-10-10T02:10:53.8765980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alacritty-direct 2025-10-10T02:10:53.8766700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj832 2025-10-10T02:10:53.8767500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+local1 2025-10-10T02:10:53.8768280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85h-old 2025-10-10T02:10:53.8769050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm+sl 2025-10-10T02:10:53.8769820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-219w 2025-10-10T02:10:53.8770600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-m 2025-10-10T02:10:53.8771320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar0+ 2025-10-10T02:10:53.8772090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x60 2025-10-10T02:10:53.8772870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4424-1 2025-10-10T02:10:53.8773630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+rca 2025-10-10T02:10:53.8774380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4420 2025-10-10T02:10:53.8775150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4418 2025-10-10T02:10:53.8775890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-22 2025-10-10T02:10:53.8776620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aepro 2025-10-10T02:10:53.8777540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-nl 2025-10-10T02:10:53.8778300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410v1-w 2025-10-10T02:10:53.8779070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-34 2025-10-10T02:10:53.8779880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-w-rv-n 2025-10-10T02:10:53.8780640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-48-rv 2025-10-10T02:10:53.8781400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo 2025-10-10T02:10:53.8782170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mini 2025-10-10T02:10:53.8782940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-40 2025-10-10T02:10:53.8783670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+enq 2025-10-10T02:10:53.8784410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/abm85h 2025-10-10T02:10:53.8785210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/annarbor4080 2025-10-10T02:10:53.8785960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-nt 2025-10-10T02:10:53.8786750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-rv 2025-10-10T02:10:53.8787500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv 2025-10-10T02:10:53.8788260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420 2025-10-10T02:10:53.8788990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi77 2025-10-10T02:10:53.8789930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-mr 2025-10-10T02:10:53.8790910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5418 2025-10-10T02:10:53.8791850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3a 2025-10-10T02:10:53.8792940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x43-mono 2025-10-10T02:10:53.8793870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-1 2025-10-10T02:10:53.8794750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/atari-color 2025-10-10T02:10:53.8795600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-ctxt 2025-10-10T02:10:53.8796640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sys 2025-10-10T02:10:53.8797570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-s 2025-10-10T02:10:53.8798460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos7 2025-10-10T02:10:53.8799350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-18-rv 2025-10-10T02:10:53.8800320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm31 2025-10-10T02:10:53.8801400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-nl 2025-10-10T02:10:53.8802280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5620-s 2025-10-10T02:10:53.8803160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm36 2025-10-10T02:10:53.8804180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar 2025-10-10T02:10:53.8805050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga 2025-10-10T02:10:53.8806070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apollo_15P 2025-10-10T02:10:53.8806870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/alt7 2025-10-10T02:10:53.8807830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-rv-s 2025-10-10T02:10:53.8808710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730-41 2025-10-10T02:10:53.8809700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420_2-w 2025-10-10T02:10:53.8810690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605-w 2025-10-10T02:10:53.8811640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att605 2025-10-10T02:10:53.8812530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-60-dec-rv 2025-10-10T02:10:53.8813420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410 2025-10-10T02:10:53.8814400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/altos7pc 2025-10-10T02:10:53.8815320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1178 2025-10-10T02:10:53.8816130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/absolute 2025-10-10T02:10:53.8817050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-219 2025-10-10T02:10:53.8818020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at 2025-10-10T02:10:53.8818940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm+sgr 2025-10-10T02:10:53.8819710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620-w 2025-10-10T02:10:53.8820510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s 2025-10-10T02:10:53.8821410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aj510 2025-10-10T02:10:53.8823640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730-24 2025-10-10T02:10:53.8824500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex-232 2025-10-10T02:10:53.8829740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aws 2025-10-10T02:10:53.8830230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att7300 2025-10-10T02:10:53.8830680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm3a+ 2025-10-10T02:10:53.8831080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar0 2025-10-10T02:10:53.8831510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm12 2025-10-10T02:10:53.8831930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-rv 2025-10-10T02:10:53.8832350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730r 2025-10-10T02:10:53.8832780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sys-old 2025-10-10T02:10:53.8833290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/a980 2025-10-10T02:10:53.8834100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att620 2025-10-10T02:10:53.8835100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-videx 2025-10-10T02:10:53.8836140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi.sysk 2025-10-10T02:10:53.8837000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amp219w 2025-10-10T02:10:53.8837850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ampex175-b 2025-10-10T02:10:53.8838950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x25-mono 2025-10-10T02:10:53.8839780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm31-old 2025-10-10T02:10:53.8840690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avatar1 2025-10-10T02:10:53.8841660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple-80 2025-10-10T02:10:53.8842730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-db 2025-10-10T02:10:53.8843600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-vnc 2025-10-10T02:10:53.8844650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-rv-nl 2025-10-10T02:10:53.8845550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm22 2025-10-10T02:10:53.8846390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att610 2025-10-10T02:10:53.8847340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adds980 2025-10-10T02:10:53.8848190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/apple80p 2025-10-10T02:10:53.8849230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5410-w 2025-10-10T02:10:53.8850140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+inittabs 2025-10-10T02:10:53.8851030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+local 2025-10-10T02:10:53.8851970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425-nl 2025-10-10T02:10:53.8852740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aterm 2025-10-10T02:10:53.8853660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at-m 2025-10-10T02:10:53.8854630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4425-w 2025-10-10T02:10:53.8855560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5425-w 2025-10-10T02:10:53.8856480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-rv-ctxt 2025-10-10T02:10:53.8857310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att2300 2025-10-10T02:10:53.8858240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-ns 2025-10-10T02:10:53.8859160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5310 2025-10-10T02:10:53.8860070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4410-w 2025-10-10T02:10:53.8860890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-36-rv 2025-10-10T02:10:53.8861860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/act4 2025-10-10T02:10:53.8862740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-rv-s 2025-10-10T02:10:53.8863670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm-m 2025-10-10T02:10:53.8864620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adm1 2025-10-10T02:10:53.8865530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/amiga-h 2025-10-10T02:10:53.8866460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att615-103k 2025-10-10T02:10:53.8867310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ambas 2025-10-10T02:10:53.8868230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at386 2025-10-10T02:10:53.8869120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIe 2025-10-10T02:10:53.8870180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att700 2025-10-10T02:10:53.8871120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-36 2025-10-10T02:10:53.8872170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att4415-w-rv 2025-10-10T02:10:53.8873000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/arm100-wam 2025-10-10T02:10:53.8873930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/act5 2025-10-10T02:10:53.8874770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIgs 2025-10-10T02:10:53.8875700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/addsvp60 2025-10-10T02:10:53.8876610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/avt-w-s 2025-10-10T02:10:53.8877540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5320 2025-10-10T02:10:53.8878510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-s-ctxt 2025-10-10T02:10:53.8879490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa+unk 2025-10-10T02:10:53.8880420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi-m 2025-10-10T02:10:53.8881270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/adds200 2025-10-10T02:10:53.8882320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+apparrows 2025-10-10T02:10:53.8883320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30-s-rv-ct 2025-10-10T02:10:53.8884280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/appleIIc 2025-10-10T02:10:53.8885240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aaa-30 2025-10-10T02:10:53.8886160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/at-color 2025-10-10T02:10:53.8887080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att730 2025-10-10T02:10:53.8887950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi80x43 2025-10-10T02:10:53.8888980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att5420-nl 2025-10-10T02:10:53.8889900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/att505 2025-10-10T02:10:53.8890770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/ansi+arrows 2025-10-10T02:10:53.8891630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/61/aixterm 2025-10-10T02:10:53.8892490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200vi-w 2025-10-10T02:10:53.8893460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200vi 2025-10-10T02:10:53.8894390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200 2025-10-10T02:10:53.8895400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fenixw 2025-10-10T02:10:53.8896370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/falco-p 2025-10-10T02:10:53.8897250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fox 2025-10-10T02:10:53.8898170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot 2025-10-10T02:10:53.8899020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom 2025-10-10T02:10:53.8899920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f100 2025-10-10T02:10:53.8900880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fbterm 2025-10-10T02:10:53.8901730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom110 2025-10-10T02:10:53.8902730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-14w 2025-10-10T02:10:53.8903550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-w 2025-10-10T02:10:53.8904430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f1720 2025-10-10T02:10:53.8905390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot+base 2025-10-10T02:10:53.8906250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fixterm 2025-10-10T02:10:53.8907180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom100 2025-10-10T02:10:53.8908120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f200-w 2025-10-10T02:10:53.8908990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fos 2025-10-10T02:10:53.8909960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/foot-direct 2025-10-10T02:10:53.8910810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110 2025-10-10T02:10:53.8911730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fenix 2025-10-10T02:10:53.8912640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/falco 2025-10-10T02:10:53.8913520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f110-14 2025-10-10T02:10:53.8914480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom-rv 2025-10-10T02:10:53.8915480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f100-rv 2025-10-10T02:10:53.8916480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/freedom200 2025-10-10T02:10:53.8917240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/f1720a 2025-10-10T02:10:53.8918090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/66/fortune 2025-10-10T02:10:53.8919030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P4 2025-10-10T02:10:53.8919890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-W 2025-10-10T02:10:53.8920670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-M 2025-10-10T02:10:53.8921600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P5 2025-10-10T02:10:53.8922610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-8-W 2025-10-10T02:10:53.8923480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-8 2025-10-10T02:10:53.8924460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P8-W 2025-10-10T02:10:53.8925300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-M 2025-10-10T02:10:53.8926200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P7 2025-10-10T02:10:53.8926960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9 2025-10-10T02:10:53.8927920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P8 2025-10-10T02:10:53.8928970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-M-W 2025-10-10T02:10:53.8929910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12-W 2025-10-10T02:10:53.8930710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P9-W 2025-10-10T02:10:53.8931760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14 2025-10-10T02:10:53.8932490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P14-M-W 2025-10-10T02:10:53.8933400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/50/P12 2025-10-10T02:10:53.8934320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp236 2025-10-10T02:10:53.8935180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19us 2025-10-10T02:10:53.8936070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h-100 2025-10-10T02:10:53.8936980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-nt 2025-10-10T02:10:53.8938080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-kx-p 2025-10-10T02:10:53.8938990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h100 2025-10-10T02:10:53.8939820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19a 2025-10-10T02:10:53.8940810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624-10p 2025-10-10T02:10:53.8941730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19 2025-10-10T02:10:53.8942550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hirez100 2025-10-10T02:10:53.8943560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621a-a 2025-10-10T02:10:53.8944550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2640b 2025-10-10T02:10:53.8945420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-smul 2025-10-10T02:10:53.8946300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h80 2025-10-10T02:10:53.8947160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626p 2025-10-10T02:10:53.8948050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2623a 2025-10-10T02:10:53.8949010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm-color 2025-10-10T02:10:53.8949920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpex2 2025-10-10T02:10:53.8950900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2645a 2025-10-10T02:10:53.8951840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath-19 2025-10-10T02:10:53.8952750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hterm 2025-10-10T02:10:53.8953790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19g 2025-10-10T02:10:53.8954850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-u 2025-10-10T02:10:53.8955790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12 2025-10-10T02:10:53.8956650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp 2025-10-10T02:10:53.8957640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-g 2025-10-10T02:10:53.8958640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-x40 2025-10-10T02:10:53.8959690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm-color2 2025-10-10T02:10:53.8960570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heathkit 2025-10-10T02:10:53.8961560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-kc-bc 2025-10-10T02:10:53.8962420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-a 2025-10-10T02:10:53.8963640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-kx 2025-10-10T02:10:53.8964370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-bs 2025-10-10T02:10:53.8965310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp70092A 2025-10-10T02:10:53.8966350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-wl 2025-10-10T02:10:53.8967270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk-cr 2025-10-10T02:10:53.8968080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz2000 2025-10-10T02:10:53.8969040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550a-color 2025-10-10T02:10:53.8969980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-4p 2025-10-10T02:10:53.8970840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550 2025-10-10T02:10:53.8971830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpsub 2025-10-10T02:10:53.8972660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+arrows 2025-10-10T02:10:53.8973430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk+arrows 2025-10-10T02:10:53.8974150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621k45 2025-10-10T02:10:53.8974930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heathkit-a 2025-10-10T02:10:53.8975740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550-color 2025-10-10T02:10:53.8976460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hds200 2025-10-10T02:10:53.8977210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1420 2025-10-10T02:10:53.8977960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2392 2025-10-10T02:10:53.8978760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hirez100-w 2025-10-10T02:10:53.8979480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2648 2025-10-10T02:10:53.8980270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-c 2025-10-10T02:10:53.8980960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1552 2025-10-10T02:10:53.8981680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2 2025-10-10T02:10:53.8982490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-nkc-bc 2025-10-10T02:10:53.8983240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+color 2025-10-10T02:10:53.8984030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-fl 2025-10-10T02:10:53.8984770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2641a 2025-10-10T02:10:53.8985510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/htx11 2025-10-10T02:10:53.8986330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627a 2025-10-10T02:10:53.8987030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp262x 2025-10-10T02:10:53.8987790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624 2025-10-10T02:10:53.8988530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2623 2025-10-10T02:10:53.8989310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621p-a 2025-10-10T02:10:53.8990120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-k45 2025-10-10T02:10:53.8990940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b 2025-10-10T02:10:53.8991600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hazel 2025-10-10T02:10:53.8992400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2648a 2025-10-10T02:10:53.8993110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98550a 2025-10-10T02:10:53.8993810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2622 2025-10-10T02:10:53.8994570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp9837 2025-10-10T02:10:53.8995380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-4p-p 2025-10-10T02:10:53.8996120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621p 2025-10-10T02:10:53.8996900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpgeneric 2025-10-10T02:10:53.8997640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624a 2025-10-10T02:10:53.8998390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1500 2025-10-10T02:10:53.8999210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19kermit 2025-10-10T02:10:53.8999910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-us 2025-10-10T02:10:53.9000660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-old 2025-10-10T02:10:53.9001380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp700-wy 2025-10-10T02:10:53.9002120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp9845 2025-10-10T02:10:53.9002910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-nl 2025-10-10T02:10:53.9003630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpex 2025-10-10T02:10:53.9004360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19k 2025-10-10T02:10:53.9005240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hterm-256color 2025-10-10T02:10:53.9006000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-kc-uc 2025-10-10T02:10:53.9006720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+printer 2025-10-10T02:10:53.9007470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2397a 2025-10-10T02:10:53.9008250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-10p 2025-10-10T02:10:53.9008980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1510 2025-10-10T02:10:53.9009750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-ba 2025-10-10T02:10:53.9010680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12x40 2025-10-10T02:10:53.9011300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/ha8675 2025-10-10T02:10:53.9012020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/ha8686 2025-10-10T02:10:53.9012730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2640a 2025-10-10T02:10:53.9013410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1520 2025-10-10T02:10:53.9014130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626a 2025-10-10T02:10:53.9014890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624a-10p 2025-10-10T02:10:53.9015560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath 2025-10-10T02:10:53.9016380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft-c-old 2025-10-10T02:10:53.9017030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98720 2025-10-10T02:10:53.9017750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1000 2025-10-10T02:10:53.9018420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hft 2025-10-10T02:10:53.9019160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2382 2025-10-10T02:10:53.9019850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpterm 2025-10-10T02:10:53.9020550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hpansi 2025-10-10T02:10:53.9021270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp98721 2025-10-10T02:10:53.9021950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h19-b 2025-10-10T02:10:53.9022660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-a 2025-10-10T02:10:53.9023350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp45 2025-10-10T02:10:53.9024070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h-100bw 2025-10-10T02:10:53.9024840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1520-noesc 2025-10-10T02:10:53.9025510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp110 2025-10-10T02:10:53.9026200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp300h 2025-10-10T02:10:53.9026880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/he80 2025-10-10T02:10:53.9027630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-12-s 2025-10-10T02:10:53.9028330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2397 2025-10-10T02:10:53.9029020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp150 2025-10-10T02:10:53.9029730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2382a 2025-10-10T02:10:53.9030450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621-48 2025-10-10T02:10:53.9031190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+pfk+cr 2025-10-10T02:10:53.9031920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h29a-nkc-uc 2025-10-10T02:10:53.9032590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp700 2025-10-10T02:10:53.9033420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621b-p 2025-10-10T02:10:53.9034080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/h100bw 2025-10-10T02:10:53.9034830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hurd 2025-10-10T02:10:53.9035540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp70092 2025-10-10T02:10:53.9036200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2622a 2025-10-10T02:10:53.9036910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2644a 2025-10-10T02:10:53.9037610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2645 2025-10-10T02:10:53.9038430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-10p-p 2025-10-10T02:10:53.9039090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-s 2025-10-10T02:10:53.9039890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627c 2025-10-10T02:10:53.9040560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hz1552-rv 2025-10-10T02:10:53.9041240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626 2025-10-10T02:10:53.9042000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2627a-rev 2025-10-10T02:10:53.9042670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621 2025-10-10T02:10:53.9043380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b 2025-10-10T02:10:53.9044100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2626-ns 2025-10-10T02:10:53.9044840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hmod1 2025-10-10T02:10:53.9055210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2621A 2025-10-10T02:10:53.9055410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp+labels 2025-10-10T02:10:53.9055610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2624b-p 2025-10-10T02:10:53.9055800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/heath-ansi 2025-10-10T02:10:53.9055970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/68/hp2647a 2025-10-10T02:10:53.9056160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35 2025-10-10T02:10:53.9056340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-100 2025-10-10T02:10:53.9056530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50 2025-10-10T02:10:53.9056730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o4112-nd 2025-10-10T02:10:53.9056970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-w 2025-10-10T02:10:53.9057140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oc100 2025-10-10T02:10:53.9057320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60 2025-10-10T02:10:53.9057540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35-w 2025-10-10T02:10:53.9057710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osexec 2025-10-10T02:10:53.9057870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o85h 2025-10-10T02:10:53.9058050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldibmpc3 2025-10-10T02:10:53.9058240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-w 2025-10-10T02:10:53.9058450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50-w 2025-10-10T02:10:53.9058640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-w-vt 2025-10-10T02:10:53.9059110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne 2025-10-10T02:10:53.9059810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldsun 2025-10-10T02:10:53.9060630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne1-w 2025-10-10T02:10:53.9061350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne-w 2025-10-10T02:10:53.9062060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/owl 2025-10-10T02:10:53.9062840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oconcept 2025-10-10T02:10:53.9063580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt 2025-10-10T02:10:53.9064530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60-nti 2025-10-10T02:10:53.9065160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/ofcons 2025-10-10T02:10:53.9065910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opus3n1+ 2025-10-10T02:10:53.9066770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4112 2025-10-10T02:10:53.9067480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4115 2025-10-10T02:10:53.9068330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldxterm+sm+1006 2025-10-10T02:10:53.9069150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-100-nti 2025-10-10T02:10:53.9069900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-nti 2025-10-10T02:10:53.9070660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oblit 2025-10-10T02:10:53.9071380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4114 2025-10-10T02:10:53.9072140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/otek4113 2025-10-10T02:10:53.9073000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-50-nti 2025-10-10T02:10:53.9073690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/o31 2025-10-10T02:10:53.9074470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oabm85h 2025-10-10T02:10:53.9075210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/oldpc3 2025-10-10T02:10:53.9075980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/osborne1 2025-10-10T02:10:53.9076710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/omron 2025-10-10T02:10:53.9077530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25-nti 2025-10-10T02:10:53.9078270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/origpc3 2025-10-10T02:10:53.9079040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-w-vt 2025-10-10T02:10:53.9079830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-60-w 2025-10-10T02:10:53.9080640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/origibmpc3 2025-10-10T02:10:53.9081450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/old-st 2025-10-10T02:10:53.9082430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/ojerq 2025-10-10T02:10:53.9083530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-25 2025-10-10T02:10:53.9084500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/opennt-35-nti 2025-10-10T02:10:53.9085300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6f/os9LII 2025-10-10T02:10:53.9086130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jfbterm 2025-10-10T02:10:53.9087140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jaixterm-m 2025-10-10T02:10:53.9088180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jerq 2025-10-10T02:10:53.9089140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6a/jaixterm 2025-10-10T02:10:53.9090260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621 2025-10-10T02:10:53.9091430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621-wl 2025-10-10T02:10:53.9092360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/32/2621A 2025-10-10T02:10:53.9093280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5051 2025-10-10T02:10:53.9094150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5410-w 2025-10-10T02:10:53.9095060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5630-24 2025-10-10T02:10:53.9095920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5630DMD-24 2025-10-10T02:10:53.9096720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/35/5620 2025-10-10T02:10:53.9097660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi 2025-10-10T02:10:53.9098470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iq140 2025-10-10T02:10:53.9099260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3161 2025-10-10T02:10:53.9100110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertube2 2025-10-10T02:10:53.9101130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6154-c 2025-10-10T02:10:53.9101950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm 2025-10-10T02:10:53.9102900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertube 2025-10-10T02:10:53.9103790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3151 2025-10-10T02:10:53.9104700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5051 2025-10-10T02:10:53.9105520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8604 2025-10-10T02:10:53.9106310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/infoton 2025-10-10T02:10:53.9107180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3r-mono 2025-10-10T02:10:53.9107980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmaed 2025-10-10T02:10:53.9108750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc 2025-10-10T02:10:53.9109410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ips 2025-10-10T02:10:53.9110130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm327x 2025-10-10T02:10:53.9110860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibcs2 2025-10-10T02:10:53.9111590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i100 2025-10-10T02:10:53.9112390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmmpel-c 2025-10-10T02:10:53.9113100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmega 2025-10-10T02:10:53.9113870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5154 2025-10-10T02:10:53.9114660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iTerm2.app 2025-10-10T02:10:53.9115490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi-net 2025-10-10T02:10:53.9116190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/infoton2 2025-10-10T02:10:53.9116910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmvga-c 2025-10-10T02:10:53.9117720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm+16color 2025-10-10T02:10:53.9118450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims-ansi 2025-10-10T02:10:53.9119200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-system1 2025-10-10T02:10:53.9119990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8c 2025-10-10T02:10:53.9121140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8503 2025-10-10T02:10:53.9121940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmega-c 2025-10-10T02:10:53.9122610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmx 2025-10-10T02:10:53.9123360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-pc 2025-10-10T02:10:53.9124130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intext2 2025-10-10T02:10:53.9124880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5081 2025-10-10T02:10:53.9125650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8c-c 2025-10-10T02:10:53.9126380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ipsi 2025-10-10T02:10:53.9127150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3162 2025-10-10T02:10:53.9127950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-color 2025-10-10T02:10:53.9128680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950-rv 2025-10-10T02:10:53.9129380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8512 2025-10-10T02:10:53.9130170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3161-C 2025-10-10T02:10:53.9130890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iq120 2025-10-10T02:10:53.9131660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3163 2025-10-10T02:10:53.9132410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3164 2025-10-10T02:10:53.9133200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153-90 2025-10-10T02:10:53.9134020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8513 2025-10-10T02:10:53.9134840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5081-c 2025-10-10T02:10:53.9135690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris40 2025-10-10T02:10:53.9136520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8514 2025-10-10T02:10:53.9137410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm3101 2025-10-10T02:10:53.9138310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm2 2025-10-10T02:10:53.9139240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153 2025-10-10T02:10:53.9140220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intertec 2025-10-10T02:10:53.9141050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6154 2025-10-10T02:10:53.9141860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3r 2025-10-10T02:10:53.9142840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmvga 2025-10-10T02:10:53.9143910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6155 2025-10-10T02:10:53.9144920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950-b 2025-10-10T02:10:53.9145890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/interix-nti 2025-10-10T02:10:53.9146860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmmono 2025-10-10T02:10:53.9147640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa8 2025-10-10T02:10:53.9148600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iTerm.app 2025-10-10T02:10:53.9149390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6404 2025-10-10T02:10:53.9150330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6404-w 2025-10-10T02:10:53.9151240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iterm2-direct 2025-10-10T02:10:53.9152090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i3101 2025-10-10T02:10:53.9152980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intext 2025-10-10T02:10:53.9153780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/interix 2025-10-10T02:10:53.9154610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpc3 2025-10-10T02:10:53.9155600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5151 2025-10-10T02:10:53.9156420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmpcx 2025-10-10T02:10:53.9157590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm+color 2025-10-10T02:10:53.9158580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i3164 2025-10-10T02:10:53.9159400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/icl6402 2025-10-10T02:10:53.9160550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ifmr 2025-10-10T02:10:53.9161330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/i400 2025-10-10T02:10:53.9162280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8507 2025-10-10T02:10:53.9163220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ims950 2025-10-10T02:10:53.9164340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/iris-ansi-ap 2025-10-10T02:10:53.9165250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibmapa16 2025-10-10T02:10:53.9166090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm-apl 2025-10-10T02:10:53.9167110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/intextii 2025-10-10T02:10:53.9168030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm8514-c 2025-10-10T02:10:53.9168880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm5154-c 2025-10-10T02:10:53.9169930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/69/ibm6153-40 2025-10-10T02:10:53.9170890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-H 2025-10-10T02:10:53.9171810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q306-8-pc 2025-10-10T02:10:53.9172690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-H-am 2025-10-10T02:10:53.9173570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-w-am 2025-10-10T02:10:53.9174500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-w 2025-10-10T02:10:53.9175450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/51/Q310-vip-Hw 2025-10-10T02:10:53.9176410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/58/X-hpterm 2025-10-10T02:10:53.9177430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/58/X-hpterm-color2 2025-10-10T02:10:53.9178420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2012 2025-10-10T02:10:53.9179380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-44 2025-10-10T02:10:53.9180150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+rv 2025-10-10T02:10:53.9180950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru 2025-10-10T02:10:53.9181760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator 2025-10-10T02:10:53.9182720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome+pcfkeys 2025-10-10T02:10:53.9183510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go140 2025-10-10T02:10:53.9184390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-s 2025-10-10T02:10:53.9185360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-lp 2025-10-10T02:10:53.9186230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-w-s 2025-10-10T02:10:53.9187080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gsi 2025-10-10T02:10:53.9187970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs6300 2025-10-10T02:10:53.9188870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-52 2025-10-10T02:10:53.9189770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-44-s 2025-10-10T02:10:53.9190740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh72 2025-10-10T02:10:53.9191580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430-24 2025-10-10T02:10:53.9192630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh80 2025-10-10T02:10:53.9193480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+s 2025-10-10T02:10:53.9194430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-fc5 2025-10-10T02:10:53.9195390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430-22 2025-10-10T02:10:53.9196170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt40 2025-10-10T02:10:53.9196980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go225 2025-10-10T02:10:53.9198020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33-rv 2025-10-10T02:10:53.9198810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome 2025-10-10T02:10:53.9199760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2007 2025-10-10T02:10:53.9200670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gigi 2025-10-10T02:10:53.9201700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33 2025-10-10T02:10:53.9202690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-2008 2025-10-10T02:10:53.9203690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-t 2025-10-10T02:10:53.9204710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/graphos 2025-10-10T02:10:53.9205590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76 2025-10-10T02:10:53.9206470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/glasstty 2025-10-10T02:10:53.9207490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-256color 2025-10-10T02:10:53.9208570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gs5430 2025-10-10T02:10:53.9209550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-rv 2025-10-10T02:10:53.9210490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-24 2025-10-10T02:10:53.9211440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru+unk 2025-10-10T02:10:53.9212280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh90 2025-10-10T02:10:53.9213230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-w 2025-10-10T02:10:53.9214140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-nctxt 2025-10-10T02:10:53.9215030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gnome-rh62 2025-10-10T02:10:53.9215820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go-225 2025-10-10T02:10:53.9216730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt100a 2025-10-10T02:10:53.9217720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt100 2025-10-10T02:10:53.9218680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gt42 2025-10-10T02:10:53.9219580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-s 2025-10-10T02:10:53.9220480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-lp 2025-10-10T02:10:53.9221380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/go140w 2025-10-10T02:10:53.9222250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/graphos-30 2025-10-10T02:10:53.9223080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-33-s 2025-10-10T02:10:53.9224110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/gator-52t 2025-10-10T02:10:53.9224990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/67/guru-76-wm 2025-10-10T02:10:53.9225880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4410-w 2025-10-10T02:10:53.9226860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4027ex 2025-10-10T02:10:53.9227660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/34/4025ex 2025-10-10T02:10:53.9228590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/33/386at 2025-10-10T02:10:53.9229390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/33/3b1 2025-10-10T02:10:53.9230280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4e/NCR260VT300WPP 2025-10-10T02:10:53.9231210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4e/NCRVT100WPP 2025-10-10T02:10:53.9232170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-88color 2025-10-10T02:10:53.9233120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm 2025-10-10T02:10:53.9234050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-256color 2025-10-10T02:10:53.9235050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/45/Eterm-color 2025-10-10T02:10:53.9236150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b-nb 2025-10-10T02:10:53.9237080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scanset 2025-10-10T02:10:53.9238000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/swtp 2025-10-10T02:10:53.9238930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbee-xsb 2025-10-10T02:10:53.9239900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/synertek380 2025-10-10T02:10:53.9240830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-256color 2025-10-10T02:10:53.9241720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen5 2025-10-10T02:10:53.9242560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc140 2025-10-10T02:10:53.9243590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color 2025-10-10T02:10:53.9244510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen2 2025-10-10T02:10:53.9245470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-17 2025-10-10T02:10:53.9246410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty 2025-10-10T02:10:53.9247270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun 2025-10-10T02:10:53.9248130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-16color 2025-10-10T02:10:53.9249410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm-256color 2025-10-10T02:10:53.9250200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen3 2025-10-10T02:10:53.9251080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen4 2025-10-10T02:10:53.9252180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.konsole-256color 2025-10-10T02:10:53.9253150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/s4 2025-10-10T02:10:53.9254150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m1 2025-10-10T02:10:53.9255450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-bce-s 2025-10-10T02:10:53.9256500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-bce 2025-10-10T02:10:53.9257580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel12-80 2025-10-10T02:10:53.9258440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbee 2025-10-10T02:10:53.9259430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.7 2025-10-10T02:10:53.9260440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m1b 2025-10-10T02:10:53.9261350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-cgsix 2025-10-10T02:10:53.9262190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb3 2025-10-10T02:10:53.9263180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi 2025-10-10T02:10:53.9264270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.konsole 2025-10-10T02:10:53.9265200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-m 2025-10-10T02:10:53.9265970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.6 2025-10-10T02:10:53.9266710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.rxvt 2025-10-10T02:10:53.9267470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-type4 2025-10-10T02:10:53.9268220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-0.8 2025-10-10T02:10:53.9268940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb2 2025-10-10T02:10:53.9269780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m1b 2025-10-10T02:10:53.9270550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbeeic 2025-10-10T02:10:53.9271290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-e-s 2025-10-10T02:10:53.9272290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-cmd 2025-10-10T02:10:53.9272800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc 2025-10-10T02:10:53.9273540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.gnome 2025-10-10T02:10:53.9274350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-r6 2025-10-10T02:10:53.9275140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-s 2025-10-10T02:10:53.9275860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-c 2025-10-10T02:10:53.9276650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.vte 2025-10-10T02:10:53.9277370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sune 2025-10-10T02:10:53.9278240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1-nb 2025-10-10T02:10:53.9279060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-base 2025-10-10T02:10:53.9279890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.gnome 2025-10-10T02:10:53.9280700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m2 2025-10-10T02:10:53.9281410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun2 2025-10-10T02:10:53.9282380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-w 2025-10-10T02:10:53.9283100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-xfree86 2025-10-10T02:10:53.9283750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm 2025-10-10T02:10:53.9284450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-ss5 2025-10-10T02:10:53.9285150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-e 2025-10-10T02:10:53.9285840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-nic 2025-10-10T02:10:53.9286760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mlterm-256color 2025-10-10T02:10:53.9287470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.rxvt 2025-10-10T02:10:53.9288190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-34 2025-10-10T02:10:53.9288960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel2-80 2025-10-10T02:10:53.9289690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st-direct 2025-10-10T02:10:53.9290380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/simterm 2025-10-10T02:10:53.9291180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b 2025-10-10T02:10:53.9291850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sc415 2025-10-10T02:10:53.9292540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sibo 2025-10-10T02:10:53.9293340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi-old 2025-10-10T02:10:53.9294010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stv52 2025-10-10T02:10:53.9294850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-s 2025-10-10T02:10:53.9295670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.xterm-new 2025-10-10T02:10:53.9296320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st 2025-10-10T02:10:53.9297020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-color 2025-10-10T02:10:53.9297720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sbobcat 2025-10-10T02:10:53.9298480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux 2025-10-10T02:10:53.9299200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-12 2025-10-10T02:10:53.9300010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-bce-s 2025-10-10T02:10:53.9300810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen+italics 2025-10-10T02:10:53.9301490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-24 2025-10-10T02:10:53.9302240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-m2 2025-10-10T02:10:53.9303090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.linux 2025-10-10T02:10:53.9303850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screwpoint 2025-10-10T02:10:53.9304540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/soroc120 2025-10-10T02:10:53.9305190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-48 2025-10-10T02:10:53.9305940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/simpleterm 2025-10-10T02:10:53.9306660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/synertek 2025-10-10T02:10:53.9307320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scrt 2025-10-10T02:10:53.9308030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen 2025-10-10T02:10:53.9308730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-il 2025-10-10T02:10:53.9309510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce 2025-10-10T02:10:53.9310160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sbi 2025-10-10T02:10:53.9310790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sb1 2025-10-10T02:10:53.9311640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-256color 2025-10-10T02:10:53.9312320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52 2025-10-10T02:10:53.9313050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scrhp 2025-10-10T02:10:53.9313880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stterm-16color 2025-10-10T02:10:53.9314670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/scoansi-new 2025-10-10T02:10:53.9315410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/superbrain 2025-10-10T02:10:53.9316290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color-s 2025-10-10T02:10:53.9316990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sv80 2025-10-10T02:10:53.9317820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mlterm 2025-10-10T02:10:53.9318680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.vte-256color 2025-10-10T02:10:53.9319540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.putty-256color 2025-10-10T02:10:53.9320340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.mrxvt 2025-10-10T02:10:53.9321260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/st52-old 2025-10-10T02:10:53.9322280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.Eterm 2025-10-10T02:10:53.9323180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/spinwriter 2025-10-10T02:10:53.9324040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-s 2025-10-10T02:10:53.9324970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun1 2025-10-10T02:10:53.9325920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.teraterm 2025-10-10T02:10:53.9327080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.Eterm 2025-10-10T02:10:53.9328010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.mrxvt 2025-10-10T02:10:53.9328920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-16color-bce 2025-10-10T02:10:53.9329780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-s 2025-10-10T02:10:53.9330690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/stv52pc 2025-10-10T02:10:53.9331680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1b-80 2025-10-10T02:10:53.9332570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/system1 2025-10-10T02:10:53.9333870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.linux-m1 2025-10-10T02:10:53.9334660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-1 2025-10-10T02:10:53.9335770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-color 2025-10-10T02:10:53.9336680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.xterm-new 2025-10-10T02:10:53.9337570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-256color 2025-10-10T02:10:53.9338490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen+fkeys 2025-10-10T02:10:53.9339540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen-bce.konsole 2025-10-10T02:10:53.9340330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun+sl 2025-10-10T02:10:53.9341140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sc410 2025-10-10T02:10:53.9342050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/sun-s-e 2025-10-10T02:10:53.9343130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/screen.minitel1 2025-10-10T02:10:53.9343960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/73/securecrt 2025-10-10T02:10:53.9344890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424 2025-10-10T02:10:53.9345730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52 2025-10-10T02:10:53.9346690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc-vb 2025-10-10T02:10:53.9347640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-s 2025-10-10T02:10:53.9348640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk-2p 2025-10-10T02:10:53.9349600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-rv 2025-10-10T02:10:53.9350620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-15 2025-10-10T02:10:53.9351640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-1 2025-10-10T02:10:53.9352480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek 2025-10-10T02:10:53.9353360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti926-8 2025-10-10T02:10:53.9354220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc 2025-10-10T02:10:53.9355250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb 2025-10-10T02:10:53.9356170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi925-hi 2025-10-10T02:10:53.9357080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty33 2025-10-10T02:10:53.9357930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4027-ex 2025-10-10T02:10:53.9358890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4107 2025-10-10T02:10:53.9359740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti928-8 2025-10-10T02:10:53.9360790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-rv 2025-10-10T02:10:53.9361870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-p 2025-10-10T02:10:53.9362780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-unk 2025-10-10T02:10:53.9363730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ttydmd 2025-10-10T02:10:53.9364800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p-2p 2025-10-10T02:10:53.9365680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4109 2025-10-10T02:10:53.9366560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty35 2025-10-10T02:10:53.9367610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc-2p 2025-10-10T02:10:53.9368550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-8-132 2025-10-10T02:10:53.9369510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-unk 2025-10-10T02:10:53.9370360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti931 2025-10-10T02:10:53.9371400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970-vb 2025-10-10T02:10:53.9372530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425 2025-10-10T02:10:53.9373480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts-1p 2025-10-10T02:10:53.9374370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920 2025-10-10T02:10:53.9375270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-34 2025-10-10T02:10:53.9376200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi9065 2025-10-10T02:10:53.9377160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p-2p 2025-10-10T02:10:53.9378070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-p 2025-10-10T02:10:53.9379050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+printer 2025-10-10T02:10:53.9379960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc-2p 2025-10-10T02:10:53.9380860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t16 2025-10-10T02:10:53.9381740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c 2025-10-10T02:10:53.9382790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk-vb 2025-10-10T02:10:53.9383720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tgtelnet 2025-10-10T02:10:53.9384710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk 2025-10-10T02:10:53.9389990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4027 2025-10-10T02:10:53.9390200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology 2025-10-10T02:10:53.9390380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620 2025-10-10T02:10:53.9390580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc-vb 2025-10-10T02:10:53.9390760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b+fn 2025-10-10T02:10:53.9390940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2103-sna 2025-10-10T02:10:53.9391150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105-30 2025-10-10T02:10:53.9392010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2102-sna 2025-10-10T02:10:53.9392900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-17-ws 2025-10-10T02:10:53.9393800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b 2025-10-10T02:10:53.9394780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc 2025-10-10T02:10:53.9395770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi910 2025-10-10T02:10:53.9396650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb 2025-10-10T02:10:53.9397670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424-1 2025-10-10T02:10:53.9398510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t10 2025-10-10T02:10:53.9399570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk 2025-10-10T02:10:53.9400540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti707 2025-10-10T02:10:53.9401480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi921 2025-10-10T02:10:53.9402420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti700 2025-10-10T02:10:53.9403380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4404 2025-10-10T02:10:53.9404330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p 2025-10-10T02:10:53.9405340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-2p 2025-10-10T02:10:53.9406170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken 2025-10-10T02:10:53.9407010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tt52 2025-10-10T02:10:53.9408000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025a 2025-10-10T02:10:53.9408930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-p 2025-10-10T02:10:53.9409910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-unk-2p 2025-10-10T02:10:53.9410870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410v1-w 2025-10-10T02:10:53.9411740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs2 2025-10-10T02:10:53.9412770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-mc-2p 2025-10-10T02:10:53.9413580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950 2025-10-10T02:10:53.9414430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924 2025-10-10T02:10:53.9415440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52-m 2025-10-10T02:10:53.9416100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-132 2025-10-10T02:10:53.9416820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-nl 2025-10-10T02:10:53.9417590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425-w 2025-10-10T02:10:53.9418370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv 2025-10-10T02:10:53.9419160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p-vb 2025-10-10T02:10:53.9419970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc-vb 2025-10-10T02:10:53.9420730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970-2p 2025-10-10T02:10:53.9421480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4207 2025-10-10T02:10:53.9422290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm4.59 2025-10-10T02:10:53.9423030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912cc 2025-10-10T02:10:53.9423860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-unk 2025-10-10T02:10:53.9424580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t3800 2025-10-10T02:10:53.9425400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-mc-vb 2025-10-10T02:10:53.9426230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-1.0.0 2025-10-10T02:10:53.9426950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw100 2025-10-10T02:10:53.9427760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+dim 2025-10-10T02:10:53.9428540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet300 2025-10-10T02:10:53.9429350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-2018 2025-10-10T02:10:53.9430100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti703-w 2025-10-10T02:10:53.9430830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty43 2025-10-10T02:10:53.9431960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113 2025-10-10T02:10:53.9432800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-16color 2025-10-10T02:10:53.9433560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminator 2025-10-10T02:10:53.9434330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4114 2025-10-10T02:10:53.9435030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti_ansi 2025-10-10T02:10:53.9435770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100-ctxt 2025-10-10T02:10:53.9436540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5425-nl 2025-10-10T02:10:53.9437270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teletec 2025-10-10T02:10:53.9438000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts1p 2025-10-10T02:10:53.9438820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-unk 2025-10-10T02:10:53.9439620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p-vb 2025-10-10T02:10:53.9440360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4125 2025-10-10T02:10:53.9441230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv-4p 2025-10-10T02:10:53.9441910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100 2025-10-10T02:10:53.9442690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p 2025-10-10T02:10:53.9443480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410-w 2025-10-10T02:10:53.9444260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-p 2025-10-10T02:10:53.9444970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab 2025-10-10T02:10:53.9445740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti707-w 2025-10-10T02:10:53.9446520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-p 2025-10-10T02:10:53.9447280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955-w 2025-10-10T02:10:53.9448100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc-2p 2025-10-10T02:10:53.9448870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113-34 2025-10-10T02:10:53.9449640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p 2025-10-10T02:10:53.9450390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4115 2025-10-10T02:10:53.9451210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk-vb 2025-10-10T02:10:53.9451950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112 2025-10-10T02:10:53.9452980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet1200 2025-10-10T02:10:53.9453520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t3700 2025-10-10T02:10:53.9454260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-sc+fkeys 2025-10-10T02:10:53.9454930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t1061f 2025-10-10T02:10:53.9455630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty37 2025-10-10T02:10:53.9456350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c 2025-10-10T02:10:53.9457040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t1061 2025-10-10T02:10:53.9457760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi803 2025-10-10T02:10:53.9458430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tn1200 2025-10-10T02:10:53.9459160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924-8 2025-10-10T02:10:53.9459970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-unk 2025-10-10T02:10:53.9460700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-vt+fkeys 2025-10-10T02:10:53.9461410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts100-sp 2025-10-10T02:10:53.9462140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4420 2025-10-10T02:10:53.9462870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-mc 2025-10-10T02:10:53.9463600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4424m 2025-10-10T02:10:53.9464310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105 2025-10-10T02:10:53.9465040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4015-sm 2025-10-10T02:10:53.9465790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-mc 2025-10-10T02:10:53.9466540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminet 2025-10-10T02:10:53.9467200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b 2025-10-10T02:10:53.9467920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w 2025-10-10T02:10:53.9468690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-w-rv 2025-10-10T02:10:53.9469490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teleray 2025-10-10T02:10:53.9470150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trsII 2025-10-10T02:10:53.9470900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+vb 2025-10-10T02:10:53.9471640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p-2p 2025-10-10T02:10:53.9472380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p-p 2025-10-10T02:10:53.9473110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4109brl 2025-10-10T02:10:53.9473810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty4426 2025-10-10T02:10:53.9474610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-2p 2025-10-10T02:10:53.9475470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk-2p 2025-10-10T02:10:53.9476350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-rv 2025-10-10T02:10:53.9477250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112-5 2025-10-10T02:10:53.9478130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux-256color 2025-10-10T02:10:53.9478920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi924 2025-10-10T02:10:53.9479950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-rv-nl 2025-10-10T02:10:53.9480830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924-8w 2025-10-10T02:10:53.9481830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-p 2025-10-10T02:10:53.9482840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132-w 2025-10-10T02:10:53.9483730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts-1 2025-10-10T02:10:53.9484730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p-2p 2025-10-10T02:10:53.9485730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws-generic 2025-10-10T02:10:53.9486620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tandem6510 2025-10-10T02:10:53.9487600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm-256color 2025-10-10T02:10:53.9488590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-mc 2025-10-10T02:10:53.9489500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912 2025-10-10T02:10:53.9490330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm 2025-10-10T02:10:53.9491170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti733 2025-10-10T02:10:53.9492130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025 2025-10-10T02:10:53.9493150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+mc 2025-10-10T02:10:53.9494210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410 2025-10-10T02:10:53.9495230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi92D 2025-10-10T02:10:53.9496100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk-vb 2025-10-10T02:10:53.9497010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4014 2025-10-10T02:10:53.9498140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-vt 2025-10-10T02:10:53.9499120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p 2025-10-10T02:10:53.9500000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4013 2025-10-10T02:10:53.9500810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi970 2025-10-10T02:10:53.9501680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk 2025-10-10T02:10:53.9502640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi914 2025-10-10T02:10:53.9503460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti735 2025-10-10T02:10:53.9504330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux 2025-10-10T02:10:53.9505330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti703 2025-10-10T02:10:53.9506210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi925 2025-10-10T02:10:53.9507070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/t653x 2025-10-10T02:10:53.9507970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tw52-color 2025-10-10T02:10:53.9508960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs16 2025-10-10T02:10:53.9509960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4012 2025-10-10T02:10:53.9511000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420 2025-10-10T02:10:53.9511910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/trs80II 2025-10-10T02:10:53.9512850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4015 2025-10-10T02:10:53.9513790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-sc 2025-10-10T02:10:53.9514570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p 2025-10-10T02:10:53.9515580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-unk 2025-10-10T02:10:53.9516380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tab132 2025-10-10T02:10:53.9517200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4023 2025-10-10T02:10:53.9518130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-p 2025-10-10T02:10:53.9519160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tandem653 2025-10-10T02:10:53.9520190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4024 2025-10-10T02:10:53.9521070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-2p-mc 2025-10-10T02:10:53.9521930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955-hb 2025-10-10T02:10:53.9522990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi92B 2025-10-10T02:10:53.9524000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-unk 2025-10-10T02:10:53.9524980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4014-sm 2025-10-10T02:10:53.9526040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-nl 2025-10-10T02:10:53.9526760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916 2025-10-10T02:10:53.9527590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4205 2025-10-10T02:10:53.9528590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-p 2025-10-10T02:10:53.9529580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm4.97 2025-10-10T02:10:53.9530510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-cr 2025-10-10T02:10:53.9531350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4113-nd 2025-10-10T02:10:53.9532360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-vb-mc 2025-10-10T02:10:53.9533360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-vb-unk 2025-10-10T02:10:53.9534370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tmux-direct 2025-10-10T02:10:53.9535330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-220-7 2025-10-10T02:10:53.9536250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4107brl 2025-10-10T02:10:53.9537210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ts1 2025-10-10T02:10:53.9538130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti926 2025-10-10T02:10:53.9539160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-unk-2p 2025-10-10T02:10:53.9539990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti924w 2025-10-10T02:10:53.9540810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tn300 2025-10-10T02:10:53.9541690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi955 2025-10-10T02:10:53.9542630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-4p 2025-10-10T02:10:53.9543440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti928 2025-10-10T02:10:53.9544380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-mc 2025-10-10T02:10:53.9545320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb 2025-10-10T02:10:53.9546150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti745 2025-10-10T02:10:53.9547030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tws2103 2025-10-10T02:10:53.9547930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-220-8 2025-10-10T02:10:53.9549000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5620-24 2025-10-10T02:10:53.9549950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5410v1 2025-10-10T02:10:53.9550970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420+nl 2025-10-10T02:10:53.9552000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025ex 2025-10-10T02:10:53.9552920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-ex 2025-10-10T02:10:53.9553880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-mc 2025-10-10T02:10:53.9554870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-p-vb 2025-10-10T02:10:53.9555780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti800 2025-10-10T02:10:53.9556650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912c-p-vb 2025-10-10T02:10:53.9557750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty5420-w-rv-n 2025-10-10T02:10:53.9558560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b+2p 2025-10-10T02:10:53.9559540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tty40 2025-10-10T02:10:53.9560500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-unk-vb 2025-10-10T02:10:53.9561570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi950-rv-2p 2025-10-10T02:10:53.9562510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-mc 2025-10-10T02:10:53.9563760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb 2025-10-10T02:10:53.9564550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tt 2025-10-10T02:10:53.9565440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4207-s 2025-10-10T02:10:53.9566510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi912b-2p-mc 2025-10-10T02:10:53.9567450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/ti916-8 2025-10-10T02:10:53.9568370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teraterm2.3 2025-10-10T02:10:53.9569440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-0.6.1 2025-10-10T02:10:53.9570180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi910+ 2025-10-10T02:10:53.9571020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvipt 2025-10-10T02:10:53.9572010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920b-vb-mc 2025-10-10T02:10:53.9572790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/termite 2025-10-10T02:10:53.9573790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-2p-unk 2025-10-10T02:10:53.9574650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4105a 2025-10-10T02:10:53.9575590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4112-nd 2025-10-10T02:10:53.9576410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/teken-2022 2025-10-10T02:10:53.9577370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4025-17 2025-10-10T02:10:53.9578310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tvi920c-vb-p 2025-10-10T02:10:53.9579250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tek4106brl 2025-10-10T02:10:53.9580300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/terminology-1.8.1 2025-10-10T02:10:53.9581210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/74/tkterm 2025-10-10T02:10:53.9582090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4c/LFT-PC850 2025-10-10T02:10:53.9582920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb162 2025-10-10T02:10:53.9583770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb 2025-10-10T02:10:53.9584700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/4d/MtxOrb204 2025-10-10T02:10:53.9585620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uniterm 2025-10-10T02:10:53.9586470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/ultima2 2025-10-10T02:10:53.9587420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uniterm49 2025-10-10T02:10:53.9588400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uts30 2025-10-10T02:10:53.9589180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/ultimaII 2025-10-10T02:10:53.9590160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/unixpc 2025-10-10T02:10:53.9591050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/unknown 2025-10-10T02:10:53.9591860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/75/uwin 2025-10-10T02:10:53.9592900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rebus3180 2025-10-10T02:10:53.9593720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm-w 2025-10-10T02:10:53.9594700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/report+version 2025-10-10T02:10:53.9595630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-xpm 2025-10-10T02:10:53.9596300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rtpc 2025-10-10T02:10:53.9597140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-16color 2025-10-10T02:10:53.9598200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-cygwin-native 2025-10-10T02:10:53.9599080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent200 2025-10-10T02:10:53.9600050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rt6221 2025-10-10T02:10:53.9600870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm-nam 2025-10-10T02:10:53.9601890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rbcomm 2025-10-10T02:10:53.9602840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-88color 2025-10-10T02:10:53.9603620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rcons 2025-10-10T02:10:53.9604590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-cygwin 2025-10-10T02:10:53.9605510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent40 2025-10-10T02:10:53.9606400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent100 2025-10-10T02:10:53.9607370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent25 2025-10-10T02:10:53.9608230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/report+da2 2025-10-10T02:10:53.9609010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt 2025-10-10T02:10:53.9609870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent60 2025-10-10T02:10:53.9610640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rio 2025-10-10T02:10:53.9611450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rca 2025-10-10T02:10:53.9612480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-color 2025-10-10T02:10:53.9613330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-256color 2025-10-10T02:10:53.9614260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rt6221-w 2025-10-10T02:10:53.9615230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt-basic 2025-10-10T02:10:53.9616160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rcons-color 2025-10-10T02:10:53.9617100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rio-direct 2025-10-10T02:10:53.9618010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent40+ 2025-10-10T02:10:53.9618920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/rxvt+pcfkeys 2025-10-10T02:10:53.9619760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent 2025-10-10T02:10:53.9620610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/72/regent20 2025-10-10T02:10:53.9621620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-vt100 2025-10-10T02:10:53.9622530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm 2025-10-10T02:10:53.9623530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-direct 2025-10-10T02:10:53.9624400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-base 2025-10-10T02:10:53.9625280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr 2025-10-10T02:10:53.9626210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds7372-w 2025-10-10T02:10:53.9627090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm-color 2025-10-10T02:10:53.9628090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-vt420pc 2025-10-10T02:10:53.9628900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kvt 2025-10-10T02:10:53.9629870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kaypro 2025-10-10T02:10:53.9630880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole 2025-10-10T02:10:53.9631890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-solaris 2025-10-10T02:10:53.9632870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-linux 2025-10-10T02:10:53.9633660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/ktm 2025-10-10T02:10:53.9634600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr-dumb 2025-10-10T02:10:53.9635470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty+common 2025-10-10T02:10:53.9636410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-16color 2025-10-10T02:10:53.9637230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/k45 2025-10-10T02:10:53.9638140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kermit-am 2025-10-10T02:10:53.9638960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds6402 2025-10-10T02:10:53.9640060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kds7372 2025-10-10T02:10:53.9640920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+acs 2025-10-10T02:10:53.9641970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty+setal 2025-10-10T02:10:53.9643000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole+pcfkeys 2025-10-10T02:10:53.9643980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-xf3x 2025-10-10T02:10:53.9644880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kt7ix 2025-10-10T02:10:53.9645810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-256color 2025-10-10T02:10:53.9646610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kermit 2025-10-10T02:10:53.9647550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty-direct 2025-10-10T02:10:53.9648490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kt7 2025-10-10T02:10:53.9649440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+color 2025-10-10T02:10:53.9650480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kitty 2025-10-10T02:10:53.9651380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kterm-co 2025-10-10T02:10:53.9652420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+koi8acs 2025-10-10T02:10:53.9653280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/klone+sgr8 2025-10-10T02:10:53.9654320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/konsole-xf4x 2025-10-10T02:10:53.9655150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kon 2025-10-10T02:10:53.9656000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kaypro2 2025-10-10T02:10:53.9656930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6b/kon2 2025-10-10T02:10:53.9657870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/38/8510 2025-10-10T02:10:53.9658810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm 2025-10-10T02:10:53.9659820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-mc-nl 2025-10-10T02:10:53.9660740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy60wpp 2025-10-10T02:10:53.9661650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build309 2025-10-10T02:10:53.9662520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-517 2025-10-10T02:10:53.9663550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200wpp 2025-10-10T02:10:53.9664530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-w 2025-10-10T02:10:53.9665430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy50+pp 2025-10-10T02:10:53.9666300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news28-a 2025-10-10T02:10:53.9667160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25 2025-10-10T02:10:53.9668040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29-euc 2025-10-10T02:10:53.9668810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/next 2025-10-10T02:10:53.9669740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-511 2025-10-10T02:10:53.9670830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-s 2025-10-10T02:10:53.9671620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/netbsd6 2025-10-10T02:10:53.9672700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50-w 2025-10-10T02:10:53.9673650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60-nti 2025-10-10T02:10:53.9674650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s-7 2025-10-10T02:10:53.9675580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build440 2025-10-10T02:10:53.9676670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100an 2025-10-10T02:10:53.9677510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt+sl 2025-10-10T02:10:53.9678450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100pp 2025-10-10T02:10:53.9679490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newhpkeyboard 2025-10-10T02:10:53.9680470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42-sjis 2025-10-10T02:10:53.9681510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vpwpp 2025-10-10T02:10:53.9682340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nxterm 2025-10-10T02:10:53.9683320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501 2025-10-10T02:10:53.9684220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansisysk 2025-10-10T02:10:53.9685350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200an 2025-10-10T02:10:53.9686380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300pp 2025-10-10T02:10:53.9687440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy325wpp 2025-10-10T02:10:53.9688400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vp+sl 2025-10-10T02:10:53.9689350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40 2025-10-10T02:10:53.9690220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35-w 2025-10-10T02:10:53.9691170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy350wpp 2025-10-10T02:10:53.9692120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300wpp 2025-10-10T02:10:53.9693280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-100 2025-10-10T02:10:53.9694240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-vt220-8 2025-10-10T02:10:53.9695170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512-a 2025-10-10T02:10:53.9696000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518-o 2025-10-10T02:10:53.9696900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300an 2025-10-10T02:10:53.9697800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200pp 2025-10-10T02:10:53.9698810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100wpp 2025-10-10T02:10:53.9699690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500 2025-10-10T02:10:53.9700530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512-o 2025-10-10T02:10:53.9701370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518-a 2025-10-10T02:10:53.9702720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-100-nti 2025-10-10T02:10:53.9703530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40-o 2025-10-10T02:10:53.9704490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m 2025-10-10T02:10:53.9705560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-mc 2025-10-10T02:10:53.9706500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+s 2025-10-10T02:10:53.9707450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-nl 2025-10-10T02:10:53.9708350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news40-a 2025-10-10T02:10:53.9709260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c 2025-10-10T02:10:53.9710100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nec5520 2025-10-10T02:10:53.9711240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy325pp 2025-10-10T02:10:53.9712240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100wan 2025-10-10T02:10:53.9713260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-s 2025-10-10T02:10:53.9714090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501-o 2025-10-10T02:10:53.9714970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31 2025-10-10T02:10:53.9715860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300wan 2025-10-10T02:10:53.9716750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp251-o 2025-10-10T02:10:53.9717720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100wan 2025-10-10T02:10:53.9718670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-old-unk 2025-10-10T02:10:53.9719590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp251-a 2025-10-10T02:10:53.9720480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwe501-a 2025-10-10T02:10:53.9721510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s-acs 2025-10-10T02:10:53.9722440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+7 2025-10-10T02:10:53.9723390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build400 2025-10-10T02:10:53.9724330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-bce 2025-10-10T02:10:53.9725160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100an 2025-10-10T02:10:53.9725930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-mc-nl 2025-10-10T02:10:53.9726620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansisys 2025-10-10T02:10:53.9727370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+acs 2025-10-10T02:10:53.9728120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-w 2025-10-10T02:10:53.9728910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-acs 2025-10-10T02:10:53.9729610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33-sjis 2025-10-10T02:10:53.9730310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-m 2025-10-10T02:10:53.9731100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s-acs 2025-10-10T02:10:53.9731880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp518 2025-10-10T02:10:53.9732510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp511 2025-10-10T02:10:53.9733290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-7 2025-10-10T02:10:53.9733960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp517-w 2025-10-10T02:10:53.9734740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intwan 2025-10-10T02:10:53.9735500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-c-s 2025-10-10T02:10:53.9736240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s 2025-10-10T02:10:53.9736990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy350pp 2025-10-10T02:10:53.9737710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+c41 2025-10-10T02:10:53.9738530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp517 2025-10-10T02:10:53.9739090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa 2025-10-10T02:10:53.9739820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31-a 2025-10-10T02:10:53.9740600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intan 2025-10-10T02:10:53.9741240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newhp 2025-10-10T02:10:53.9742010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news31-o 2025-10-10T02:10:53.9742710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s 2025-10-10T02:10:53.9743490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200wan 2025-10-10T02:10:53.9744220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/n7900 2025-10-10T02:10:53.9744950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29-sjis 2025-10-10T02:10:53.9746200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy50+wpp 2025-10-10T02:10:53.9746980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25 2025-10-10T02:10:53.9747670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nd9500 2025-10-10T02:10:53.9748380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-7 2025-10-10T02:10:53.9749230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-m-s 2025-10-10T02:10:53.9749890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50 2025-10-10T02:10:53.9750700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build361 2025-10-10T02:10:53.9751490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vpwpp 2025-10-10T02:10:53.9752250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900iv 2025-10-10T02:10:53.9753060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-c-s-acs 2025-10-10T02:10:53.9753800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7901 2025-10-10T02:10:53.9754630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100wan 2025-10-10T02:10:53.9755460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansi.sysk 2025-10-10T02:10:53.9756250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300pp 2025-10-10T02:10:53.9757050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200an 2025-10-10T02:10:53.9757830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy60pp 2025-10-10T02:10:53.9758640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300wan 2025-10-10T02:10:53.9759390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vppp 2025-10-10T02:10:53.9760200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200pp 2025-10-10T02:10:53.9761030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt300an 2025-10-10T02:10:53.9761770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-c-s 2025-10-10T02:10:53.9762560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-c 2025-10-10T02:10:53.9763610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35 2025-10-10T02:10:53.9764880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-nti 2025-10-10T02:10:53.9765780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp-517-w 2025-10-10T02:10:53.9766680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs-m 2025-10-10T02:10:53.9767680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-acs 2025-10-10T02:10:53.9768730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-25-w-vt 2025-10-10T02:10:53.9769820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900 2025-10-10T02:10:53.9770920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60 2025-10-10T02:10:53.9771780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-m-s 2025-10-10T02:10:53.9772790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100an 2025-10-10T02:10:53.9773700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-old 2025-10-10T02:10:53.9774700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-acs 2025-10-10T02:10:53.9775590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt100pp 2025-10-10T02:10:53.9776680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm33 2025-10-10T02:10:53.9777520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news 2025-10-10T02:10:53.9778410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42-euc 2025-10-10T02:10:53.9779400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33 2025-10-10T02:10:53.9780440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/no+brackets 2025-10-10T02:10:53.9781330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-unk 2025-10-10T02:10:53.9782360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news42 2025-10-10T02:10:53.9783280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm-o 2025-10-10T02:10:53.9784310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-direct 2025-10-10T02:10:53.9785210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514-a 2025-10-10T02:10:53.9786190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-256color 2025-10-10T02:10:53.9787160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news29 2025-10-10T02:10:53.9788340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-m-ns 2025-10-10T02:10:53.9789230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514-o 2025-10-10T02:10:53.9790340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/newscbm-a 2025-10-10T02:10:53.9791340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-nl 2025-10-10T02:10:53.9792180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-ns 2025-10-10T02:10:53.9793090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ndr9500-25-mc 2025-10-10T02:10:53.9794300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-35-nti 2025-10-10T02:10:53.9795130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nec 2025-10-10T02:10:53.9796070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy60wpp 2025-10-10T02:10:53.9797180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy50+wpp 2025-10-10T02:10:53.9798110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt200wan 2025-10-10T02:10:53.9799050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160wy50+pp 2025-10-10T02:10:53.9800050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-16color 2025-10-10T02:10:53.9800830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news28 2025-10-10T02:10:53.9801810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+mac 2025-10-10T02:10:53.9802680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-60-w 2025-10-10T02:10:53.9803630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vppp 2025-10-10T02:10:53.9804490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7 2025-10-10T02:10:53.9805400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-w-vt 2025-10-10T02:10:53.9806360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt200wpp 2025-10-10T02:10:53.9807200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intpp 2025-10-10T02:10:53.9808150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-m-s-7 2025-10-10T02:10:53.9809020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm+c 2025-10-10T02:10:53.9810070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260wy60pp 2025-10-10T02:10:53.9810860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-42 2025-10-10T02:10:53.9811940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole-50-nti 2025-10-10T02:10:53.9812740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news33 2025-10-10T02:10:53.9813700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s 2025-10-10T02:10:53.9814770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-c 2025-10-10T02:10:53.9815800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260intwpp 2025-10-10T02:10:53.9816770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-s-7 2025-10-10T02:10:53.9817730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-29 2025-10-10T02:10:53.9818680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-7-m 2025-10-10T02:10:53.9819570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-a 2025-10-10T02:10:53.9820400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncsa-vt220 2025-10-10T02:10:53.9821310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-o 2025-10-10T02:10:53.9822300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr7900i 2025-10-10T02:10:53.9823330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nextshell 2025-10-10T02:10:53.9824030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100pp 2025-10-10T02:10:53.9825000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp512 2025-10-10T02:10:53.9825970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/northstar 2025-10-10T02:10:53.9826920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm 2025-10-10T02:10:53.9828000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr160vt300wpp 2025-10-10T02:10:53.9828830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncrvt100wpp 2025-10-10T02:10:53.9829740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ncr260vt100wpp 2025-10-10T02:10:53.9830790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nansi.sys 2025-10-10T02:10:53.9831820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build326 2025-10-10T02:10:53.9832750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513-o 2025-10-10T02:10:53.9833750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513 2025-10-10T02:10:53.9834570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp514 2025-10-10T02:10:53.9835520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/ntconsole 2025-10-10T02:10:53.9836600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nsterm-build343 2025-10-10T02:10:53.9837460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/nwp513-a 2025-10-10T02:10:53.9838400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6e/news-33-euc 2025-10-10T02:10:53.9839130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/6053-dg 2025-10-10T02:10:53.9840030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/605x-dg 2025-10-10T02:10:53.9840890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/6053 2025-10-10T02:10:53.9841700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/605x 2025-10-10T02:10:53.9842650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/630MTG-24 2025-10-10T02:10:53.9843930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/36/630-lm 2025-10-10T02:10:53.9844790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/31/1178 2025-10-10T02:10:53.9845760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/31/1730-lm 2025-10-10T02:10:53.9846660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62-w 2025-10-10T02:10:53.9847680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emu-220 2025-10-10T02:10:53.9848430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emu 2025-10-10T02:10:53.9849390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62 2025-10-10T02:10:53.9850470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64 2025-10-10T02:10:53.9851450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+italics 2025-10-10T02:10:53.9852330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ex155 2025-10-10T02:10:53.9853330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+sgr 2025-10-10T02:10:53.9854300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+strikeout 2025-10-10T02:10:53.9855230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64-rv 2025-10-10T02:10:53.9856300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-vt52 2025-10-10T02:10:53.9857150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep4000 2025-10-10T02:10:53.9858080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+index 2025-10-10T02:10:53.9859000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep48 2025-10-10T02:10:53.9859910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-glasstty 2025-10-10T02:10:53.9860720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emx-base 2025-10-10T02:10:53.9861550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ecma+color 2025-10-10T02:10:53.9862300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep40 2025-10-10T02:10:53.9863180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ep4080 2025-10-10T02:10:53.9864210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel62-rv 2025-10-10T02:10:53.9865100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/env230 2025-10-10T02:10:53.9866100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/excel64-w 2025-10-10T02:10:53.9867150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/envision230 2025-10-10T02:10:53.9868170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/ergo4000 2025-10-10T02:10:53.9869210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks-ansi 2025-10-10T02:10:53.9870100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/esprit-am 2025-10-10T02:10:53.9871220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/emots 2025-10-10T02:10:53.9872020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/esprit 2025-10-10T02:10:53.9872910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/elks 2025-10-10T02:10:53.9873720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/eterm 2025-10-10T02:10:53.9874730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/exec80 2025-10-10T02:10:53.9875700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/65/eterm-color 2025-10-10T02:10:53.9876490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bct510a 2025-10-10T02:10:53.9877470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-w-rv 2025-10-10T02:10:53.9878240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8 2025-10-10T02:10:53.9879330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-nobold 2025-10-10T02:10:53.9880140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0 2025-10-10T02:10:53.9880840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/b-128 2025-10-10T02:10:53.9881520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300 2025-10-10T02:10:53.9882290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc 2025-10-10T02:10:53.9883070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc 2025-10-10T02:10:53.9883840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10rv 2025-10-10T02:10:53.9884550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bee 2025-10-10T02:10:53.9885350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w-8rv 2025-10-10T02:10:53.9886070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bh4 2025-10-10T02:10:53.9886870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehiveIIIm 2025-10-10T02:10:53.9887700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-m 2025-10-10T02:10:53.9888560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-rv 2025-10-10T02:10:53.9889340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bracketed+paste 2025-10-10T02:10:53.9890210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc 2025-10-10T02:10:53.9891000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10nv 2025-10-10T02:10:53.9891700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-w 2025-10-10T02:10:53.9892410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8rv 2025-10-10T02:10:53.9893160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-rv 2025-10-10T02:10:53.9893820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/basic4 2025-10-10T02:10:53.9894550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bct510d 2025-10-10T02:10:53.9895250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8w 2025-10-10T02:10:53.9895950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive 2025-10-10T02:10:53.9896690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w 2025-10-10T02:10:53.9897420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25nv 2025-10-10T02:10:53.9898170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0nv 2025-10-10T02:10:53.9898890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bantam 2025-10-10T02:10:53.9899650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bobcat 2025-10-10T02:10:53.9900520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg3.10 2025-10-10T02:10:53.9901420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-rv 2025-10-10T02:10:53.9902150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bh3m 2025-10-10T02:10:53.9903130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bitgraph 2025-10-10T02:10:53.9904060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-w-rv 2025-10-10T02:10:53.9905170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bterm 2025-10-10T02:10:53.9906130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-pc-mono 2025-10-10T02:10:53.9907110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25rv 2025-10-10T02:10:53.9908210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg2.0rv 2025-10-10T02:10:53.9909130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-sparc 2025-10-10T02:10:53.9910150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive4 2025-10-10T02:10:53.9911020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beehive3 2025-10-10T02:10:53.9912170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beterm 2025-10-10T02:10:53.9913130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/basis 2025-10-10T02:10:53.9914060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/blit 2025-10-10T02:10:53.9914910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bsdos-ppc 2025-10-10T02:10:53.9916120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bg1.25 2025-10-10T02:10:53.9917200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-8-pc-w-rv 2025-10-10T02:10:53.9918010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/bq300-pc-w 2025-10-10T02:10:53.9918790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/62/beacon 2025-10-10T02:10:53.9919600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTGr 2025-10-10T02:10:53.9920570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTGr-24 2025-10-10T02:10:53.9921660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-24 2025-10-10T02:10:53.9922500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-41 2025-10-10T02:10:53.9923470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/37/730MTG-41r 2025-10-10T02:10:53.9924620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime314 2025-10-10T02:10:53.9925430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mosh 2025-10-10T02:10:53.9926370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit227 2025-10-10T02:10:53.9927280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mouse-sun 2025-10-10T02:10:53.9928110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mai 2025-10-10T02:10:53.9929000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mterm-ansi 2025-10-10T02:10:53.9929810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt70 2025-10-10T02:10:53.9930700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mod24 2025-10-10T02:10:53.9931660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime340 2025-10-10T02:10:53.9932530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph48 2025-10-10T02:10:53.9933390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgterm 2025-10-10T02:10:53.9934750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-gnu-color 2025-10-10T02:10:53.9935520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk227 2025-10-10T02:10:53.9936410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-old 2025-10-10T02:10:53.9937410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty+common 2025-10-10T02:10:53.9938470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-fb 2025-10-10T02:10:53.9939310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp 2025-10-10T02:10:53.9940260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp2 2025-10-10T02:10:53.9941230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mterm 2025-10-10T02:10:53.9942180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2 2025-10-10T02:10:53.9942930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mvterm 2025-10-10T02:10:53.9943720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt-70 2025-10-10T02:10:53.9944710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-old-am 2025-10-10T02:10:53.9945730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mrxvt-256color 2025-10-10T02:10:53.9946820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm2 2025-10-10T02:10:53.9947720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/macintosh 2025-10-10T02:10:53.9948680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/macterminal-w 2025-10-10T02:10:53.9949550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100 2025-10-10T02:10:53.9950390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-gnu 2025-10-10T02:10:53.9951160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mac-w 2025-10-10T02:10:53.9952180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microterm5 2025-10-10T02:10:53.9953140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/m2-nam 2025-10-10T02:10:53.9954090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit227am 2025-10-10T02:10:53.9954940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm3 2025-10-10T02:10:53.9955770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a-v 2025-10-10T02:10:53.9956580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a 2025-10-10T02:10:53.9957520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-1.7 2025-10-10T02:10:53.9958570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel2-80 2025-10-10T02:10:53.9959490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph2 2025-10-10T02:10:53.9960470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1-nb 2025-10-10T02:10:53.9961240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-hb 2025-10-10T02:10:53.9962070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk227am 2025-10-10T02:10:53.9962890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mimeii 2025-10-10T02:10:53.9963950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b-80 2025-10-10T02:10:53.9964860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microbee 2025-10-10T02:10:53.9965770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mosh-256color 2025-10-10T02:10:53.9966790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm-direct 2025-10-10T02:10:53.9967940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100-16color 2025-10-10T02:10:53.9968760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr-linux 2025-10-10T02:10:53.9969740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mskermit22714 2025-10-10T02:10:53.9970740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty-direct 2025-10-10T02:10:53.9971540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mostlike 2025-10-10T02:10:53.9972570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr-sun 2025-10-10T02:10:53.9973460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mac 2025-10-10T02:10:53.9974370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1 2025-10-10T02:10:53.9975130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgt 2025-10-10T02:10:53.9976110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime-3ax 2025-10-10T02:10:53.9977170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm-256color 2025-10-10T02:10:53.9978060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel12-80 2025-10-10T02:10:53.9979040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/modgraph 2025-10-10T02:10:53.9979730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mgr 2025-10-10T02:10:53.9980670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microterm 2025-10-10T02:10:53.9981730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm+pcfkeys 2025-10-10T02:10:53.9982650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/masscomp1 2025-10-10T02:10:53.9983580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-color 2025-10-10T02:10:53.9984440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime1 2025-10-10T02:10:53.9985380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mm314 2025-10-10T02:10:53.9986260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime3a 2025-10-10T02:10:53.9987210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mm340 2025-10-10T02:10:53.9988200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mt4520-rv 2025-10-10T02:10:53.9989050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/megatek 2025-10-10T02:10:53.9990030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel-2-nam 2025-10-10T02:10:53.9990940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b-nb 2025-10-10T02:10:53.9991860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel-2 2025-10-10T02:10:53.9992640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mono-emx 2025-10-10T02:10:53.9993490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime 2025-10-10T02:10:53.9994510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/msk22714 2025-10-10T02:10:53.9995390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mdl110 2025-10-10T02:10:53.9996430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mimei 2025-10-10T02:10:53.9997410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach 2025-10-10T02:10:53.9998380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime2a-s 2025-10-10T02:10:53.9999510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-1.5 2025-10-10T02:10:54.0000350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/microb 2025-10-10T02:10:54.0001110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/memhp 2025-10-10T02:10:54.0002060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mintty 2025-10-10T02:10:54.0003040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mlterm 2025-10-10T02:10:54.0004070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100-color 2025-10-10T02:10:54.0004920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix-3.0 2025-10-10T02:10:54.0005830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mime3ax 2025-10-10T02:10:54.0006900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt100+ 2025-10-10T02:10:54.0007790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/morphos 2025-10-10T02:10:54.0008750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel 2025-10-10T02:10:54.0009840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minix 2025-10-10T02:10:54.0010840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mod 2025-10-10T02:10:54.0011830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mach-bold 2025-10-10T02:10:54.0012640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/minitel1b 2025-10-10T02:10:54.0013610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-terminal 2025-10-10T02:10:54.0014460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/mrxvt 2025-10-10T02:10:54.0015440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6d/ms-vt-utf8 2025-10-10T02:10:54.0016580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisaterm-w 2025-10-10T02:10:54.0017390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux3.0 2025-10-10T02:10:54.0018340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+sfkeys 2025-10-10T02:10:54.0019290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m2 2025-10-10T02:10:54.0020140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/luna 2025-10-10T02:10:54.0021150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-lat 2025-10-10T02:10:54.0021990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/luna68k 2025-10-10T02:10:54.0022920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-koi8r 2025-10-10T02:10:54.0023750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/la120 2025-10-10T02:10:54.0024700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lft-pc850 2025-10-10T02:10:54.0025580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.2 2025-10-10T02:10:54.0026550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-s 2025-10-10T02:10:54.0027640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+decid 2025-10-10T02:10:54.0033160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisaterm 2025-10-10T02:10:54.0033400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-16color 2025-10-10T02:10:54.0033570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/ln03 2025-10-10T02:10:54.0033740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/ln03-w 2025-10-10T02:10:54.0033920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-vt 2025-10-10T02:10:54.0034080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/layer 2025-10-10T02:10:54.0034310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux+kbs 2025-10-10T02:10:54.0035220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-basic 2025-10-10T02:10:54.0036110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lisa 2025-10-10T02:10:54.0036960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux 2025-10-10T02:10:54.0037780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m1 2025-10-10T02:10:54.0038690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-c-nc 2025-10-10T02:10:54.0039540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/liswb 2025-10-10T02:10:54.0040270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lft 2025-10-10T02:10:54.0041040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m1b 2025-10-10T02:10:54.0041860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.6 2025-10-10T02:10:54.0042560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux2.6.26 2025-10-10T02:10:54.0043270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-c 2025-10-10T02:10:54.0044030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-m 2025-10-10T02:10:54.0044800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-nic 2025-10-10T02:10:54.0045550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/linux-koi8 2025-10-10T02:10:54.0046280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/6c/lpr 2025-10-10T02:10:54.0047050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/955-w 2025-10-10T02:10:54.0047790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/9term 2025-10-10T02:10:54.0048520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/39/955-hb 2025-10-10T02:10:54.0049340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-4p 2025-10-10T02:10:54.0050040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/coco3 2025-10-10T02:10:54.0050810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-6lpi 2025-10-10T02:10:54.0051520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cx100 2025-10-10T02:10:54.0052290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c321 2025-10-10T02:10:54.0053040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit80 2025-10-10T02:10:54.0053750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50 2025-10-10T02:10:54.0054680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops-10 2025-10-10T02:10:54.0055300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept-avt 2025-10-10T02:10:54.0055980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50r 2025-10-10T02:10:54.0056730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept100-rv 2025-10-10T02:10:54.0057430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60 2025-10-10T02:10:54.0058150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cci1 2025-10-10T02:10:54.0058880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/coherent 2025-10-10T02:10:54.0059550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cad68-2 2025-10-10T02:10:54.0060230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cyb83 2025-10-10T02:10:54.0061000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-koi8r 2025-10-10T02:10:54.0061700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cbunix 2025-10-10T02:10:54.0062830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv 2025-10-10T02:10:54.0063550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-8p 2025-10-10T02:10:54.0064260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cs10-w 2025-10-10T02:10:54.0064970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60l1 2025-10-10T02:10:54.0065710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cad68-3 2025-10-10T02:10:54.0066480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citc 2025-10-10T02:10:54.0067130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv-8p 2025-10-10T02:10:54.0067970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-w8p 2025-10-10T02:10:54.0068650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-ps 2025-10-10T02:10:54.0069340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-4p 2025-10-10T02:10:54.0070110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-n132 2025-10-10T02:10:54.0070830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel320 2025-10-10T02:10:54.0071590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-koi8r-m 2025-10-10T02:10:54.0072340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ct82 2025-10-10T02:10:54.0073010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ct8500 2025-10-10T02:10:54.0073690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops 2025-10-10T02:10:54.0074480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept100 2025-10-10T02:10:54.0075190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel321 2025-10-10T02:10:54.0075940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-8lpi 2025-10-10T02:10:54.0076690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-m 2025-10-10T02:10:54.0077360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25w 2025-10-10T02:10:54.0078050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cbblit 2025-10-10T02:10:54.0078820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108 2025-10-10T02:10:54.0079460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60r 2025-10-10T02:10:54.0080180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ctrm 2025-10-10T02:10:54.0080850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour 2025-10-10T02:10:54.0081590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-rv 2025-10-10T02:10:54.0082350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-rv-4p 2025-10-10T02:10:54.0082990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ci8510 2025-10-10T02:10:54.0083790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-koi8r-m 2025-10-10T02:10:54.0084520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-iso-m 2025-10-10T02:10:54.0085230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/commodore 2025-10-10T02:10:54.0085920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108 2025-10-10T02:10:54.0086720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons43 2025-10-10T02:10:54.0087480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-iso8859 2025-10-10T02:10:54.0088220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101 2025-10-10T02:10:54.0088990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons30-m 2025-10-10T02:10:54.0089780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60l1-m 2025-10-10T02:10:54.0090490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100 2025-10-10T02:10:54.0091360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc752 2025-10-10T02:10:54.0092050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit500 2025-10-10T02:10:54.0092770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cgc2 2025-10-10T02:10:54.0093470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cg7900 2025-10-10T02:10:54.0094250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwinDBG 2025-10-10T02:10:54.0095060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/chromatics 2025-10-10T02:10:54.0095850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50l1-m 2025-10-10T02:10:54.0096650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/colorscan 2025-10-10T02:10:54.0097390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/ca22851 2025-10-10T02:10:54.0098210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-koi8r 2025-10-10T02:10:54.0098910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721 2025-10-10T02:10:54.0099680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-n 2025-10-10T02:10:54.0100420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cgc3 2025-10-10T02:10:54.0101160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-w 2025-10-10T02:10:54.0101990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-8p 2025-10-10T02:10:54.0102700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cs10 2025-10-10T02:10:54.0103500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-m 2025-10-10T02:10:54.0104370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons30 2025-10-10T02:10:54.0105110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept 2025-10-10T02:10:54.0105840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh 2025-10-10T02:10:54.0106750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-pica 2025-10-10T02:10:54.0107440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-iso 2025-10-10T02:10:54.0108160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel300 2025-10-10T02:10:54.0108890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-rv-4p 2025-10-10T02:10:54.0109650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-4p 2025-10-10T02:10:54.0110390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-elite 2025-10-10T02:10:54.0111130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour-direct 2025-10-10T02:10:54.0111830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cops10 2025-10-10T02:10:54.0112540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e 2025-10-10T02:10:54.0113270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contel301 2025-10-10T02:10:54.0113990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-comp 2025-10-10T02:10:54.0114700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-m 2025-10-10T02:10:54.0115410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-1p 2025-10-10T02:10:54.0116250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c100-rv 2025-10-10T02:10:54.0116840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc456 2025-10-10T02:10:54.0117540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit-80 2025-10-10T02:10:54.0118320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-iso-m 2025-10-10T02:10:54.0119020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60-iso-m 2025-10-10T02:10:54.0119650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cx 2025-10-10T02:10:54.0120370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25r 2025-10-10T02:10:54.0121130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-debian 2025-10-10T02:10:54.0121830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/crt 2025-10-10T02:10:54.0122530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c108-w-8p 2025-10-10T02:10:54.0123280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons43-m 2025-10-10T02:10:54.0124050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/crt-vt220 2025-10-10T02:10:54.0124820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721-esc 2025-10-10T02:10:54.0125590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwinB19 2025-10-10T02:10:54.0126380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25l1-m 2025-10-10T02:10:54.0127150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/color_xterm 2025-10-10T02:10:54.0127970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50l1 2025-10-10T02:10:54.0128710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/citoh-prop 2025-10-10T02:10:54.0129480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50-koi8r-m 2025-10-10T02:10:54.0130270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-koi8-r 2025-10-10T02:10:54.0130980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c301 2025-10-10T02:10:54.0131740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cyb110 2025-10-10T02:10:54.0132570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25-iso8859 2025-10-10T02:10:54.0133360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108-w-8 2025-10-10T02:10:54.0134160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons60r-m 2025-10-10T02:10:54.0134840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c300 2025-10-10T02:10:54.0135580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25 2025-10-10T02:10:54.0136340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cygwin 2025-10-10T02:10:54.0137150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/contour-latest 2025-10-10T02:10:54.0137910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc721ll 2025-10-10T02:10:54.0138690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25r-m 2025-10-10T02:10:54.0139400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/c104 2025-10-10T02:10:54.0140160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cdc756 2025-10-10T02:10:54.0141020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cit101e-132 2025-10-10T02:10:54.0141990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons50r-m 2025-10-10T02:10:54.0142550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cci 2025-10-10T02:10:54.0143340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/concept108rv4p 2025-10-10T02:10:54.0144050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/63/cons25l1 2025-10-10T02:10:54.0144730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/digilog 2025-10-10T02:10:54.0145440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd-34 2025-10-10T02:10:54.0146120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmdt80 2025-10-10T02:10:54.0146880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-7b-w 2025-10-10T02:10:54.0147590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-7b-w 2025-10-10T02:10:54.0148280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d132 2025-10-10T02:10:54.0148970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230c 2025-10-10T02:10:54.0149730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102-sna 2025-10-10T02:10:54.0150410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/delta 2025-10-10T02:10:54.0151120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-dg 2025-10-10T02:10:54.0151870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7103-sna 2025-10-10T02:10:54.0152610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix 2025-10-10T02:10:54.0153350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7003-dumb 2025-10-10T02:10:54.0154060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-7b 2025-10-10T02:10:54.0154760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmchat 2025-10-10T02:10:54.0155540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x48-m 2025-10-10T02:10:54.0156260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt220 2025-10-10T02:10:54.0157070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-w-ccc 2025-10-10T02:10:54.0157710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm3025 2025-10-10T02:10:54.0158400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+s 2025-10-10T02:10:54.0159050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw1 2025-10-10T02:10:54.0159830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-unix-25 2025-10-10T02:10:54.0160500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+25 2025-10-10T02:10:54.0161240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-w 2025-10-10T02:10:54.0162010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-144x48-m 2025-10-10T02:10:54.0162720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt330 2025-10-10T02:10:54.0163470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578-dg 2025-10-10T02:10:54.0164390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datapoint 2025-10-10T02:10:54.0165260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211 2025-10-10T02:10:54.0166200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462e-dg 2025-10-10T02:10:54.0166950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+ 2025-10-10T02:10:54.0167880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-25 2025-10-10T02:10:54.0168730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80 2025-10-10T02:10:54.0169670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-s-ccc 2025-10-10T02:10:54.0170470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220 2025-10-10T02:10:54.0171360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-w 2025-10-10T02:10:54.0172140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dialogue80 2025-10-10T02:10:54.0172860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-25 2025-10-10T02:10:54.0173530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dumb 2025-10-10T02:10:54.0174350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-sr-ccc 2025-10-10T02:10:54.0175070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg-generic 2025-10-10T02:10:54.0175810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-unix-25 2025-10-10T02:10:54.0176520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7003 2025-10-10T02:10:54.0177270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-25 2025-10-10T02:10:54.0178130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-112x37-m 2025-10-10T02:10:54.0178790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+25 2025-10-10T02:10:54.0179540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1720 2025-10-10T02:10:54.0180210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470 2025-10-10T02:10:54.0180970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-s 2025-10-10T02:10:54.0181750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-s 2025-10-10T02:10:54.0182450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decpro 2025-10-10T02:10:54.0183110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d210 2025-10-10T02:10:54.0183890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datagraphix 2025-10-10T02:10:54.0184600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-dg 2025-10-10T02:10:54.0185410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-sr 2025-10-10T02:10:54.0186220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x25-m 2025-10-10T02:10:54.0186980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-7b-w 2025-10-10T02:10:54.0187790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-ccc 2025-10-10T02:10:54.0188580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-sr 2025-10-10T02:10:54.0189380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt340 2025-10-10T02:10:54.0190100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmdt80w 2025-10-10T02:10:54.0190930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dumb-emacs-ansi 2025-10-10T02:10:54.0191770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm80w 2025-10-10T02:10:54.0192440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-dg 2025-10-10T02:10:54.0193210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+11 2025-10-10T02:10:54.0194010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/datamedia2500 2025-10-10T02:10:54.0194800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtc382 2025-10-10T02:10:54.0195490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-w 2025-10-10T02:10:54.0196290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102-old 2025-10-10T02:10:54.0197040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m 2025-10-10T02:10:54.0197810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216-unix 2025-10-10T02:10:54.0198560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-dg 2025-10-10T02:10:54.0199320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-7b-w 2025-10-10T02:10:54.0200120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-s 2025-10-10T02:10:54.0200910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-sr 2025-10-10T02:10:54.0201700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+color8 2025-10-10T02:10:54.0202380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp 2025-10-10T02:10:54.0203320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-112x37 2025-10-10T02:10:54.0203970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e-dg 2025-10-10T02:10:54.0204700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-25 2025-10-10T02:10:54.0205380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ddr3180 2025-10-10T02:10:54.0206140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+7b 2025-10-10T02:10:54.0206860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-dg 2025-10-10T02:10:54.0207590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-dg-ccc 2025-10-10T02:10:54.0208380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-sr-ccc 2025-10-10T02:10:54.0209040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d400 2025-10-10T02:10:54.0209760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-dg 2025-10-10T02:10:54.0210470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+sr 2025-10-10T02:10:54.0211180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-b 2025-10-10T02:10:54.0211960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-sr 2025-10-10T02:10:54.0212710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgmode+color8 2025-10-10T02:10:54.0213410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix 2025-10-10T02:10:54.0214120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt110 2025-10-10T02:10:54.0215080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-ccc 2025-10-10T02:10:54.0215820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg-ansi 2025-10-10T02:10:54.0216690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+fixed 2025-10-10T02:10:54.0217620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd 2025-10-10T02:10:54.0218600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt-100w 2025-10-10T02:10:54.0219720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640 2025-10-10T02:10:54.0220850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x40 2025-10-10T02:10:54.0221740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-dg 2025-10-10T02:10:54.0222740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dataspeed40 2025-10-10T02:10:54.0223640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+w 2025-10-10T02:10:54.0224440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dd5000 2025-10-10T02:10:54.0225320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt400 2025-10-10T02:10:54.0226160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dp3360 2025-10-10T02:10:54.0227200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6053-old 2025-10-10T02:10:54.0228120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg210 2025-10-10T02:10:54.0229030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x64-m 2025-10-10T02:10:54.0230100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-s 2025-10-10T02:10:54.0231050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x48 2025-10-10T02:10:54.0232070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x64 2025-10-10T02:10:54.0232900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmterm 2025-10-10T02:10:54.0233730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+ 2025-10-10T02:10:54.0234650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo-lm 2025-10-10T02:10:54.0235510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decansi 2025-10-10T02:10:54.0236350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-7b-w 2025-10-10T02:10:54.0237430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-w 2025-10-10T02:10:54.0238230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+25 2025-10-10T02:10:54.0239190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-b 2025-10-10T02:10:54.0240260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d217-unix 2025-10-10T02:10:54.0241170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578-7b 2025-10-10T02:10:54.0242060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+sr 2025-10-10T02:10:54.0243010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ds40-2 2025-10-10T02:10:54.0243940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg211 2025-10-10T02:10:54.0244900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80w 2025-10-10T02:10:54.0245990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-dg 2025-10-10T02:10:54.0247000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-w 2025-10-10T02:10:54.0247880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-w 2025-10-10T02:10:54.0249020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230c-dg 2025-10-10T02:10:54.0249820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d80 2025-10-10T02:10:54.0250710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw3 2025-10-10T02:10:54.0251670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-90x30 2025-10-10T02:10:54.0252470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt-100 2025-10-10T02:10:54.0253400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+ccc 2025-10-10T02:10:54.0254360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw4 2025-10-10T02:10:54.0255270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dwk-vt 2025-10-10T02:10:54.0256190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-dg 2025-10-10T02:10:54.0257110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-90x30-m 2025-10-10T02:10:54.0258180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgunix+fixed 2025-10-10T02:10:54.0259040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dialogue 2025-10-10T02:10:54.0259820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-dg 2025-10-10T02:10:54.0260690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg450 2025-10-10T02:10:54.0261620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555 2025-10-10T02:10:54.0262510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470-dg 2025-10-10T02:10:54.0263470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm3045 2025-10-10T02:10:54.0264390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm1520 2025-10-10T02:10:54.0265280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decwriter 2025-10-10T02:10:54.0266220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-100x37 2025-10-10T02:10:54.0267150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x30 2025-10-10T02:10:54.0268020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-w 2025-10-10T02:10:54.0268940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm2500 2025-10-10T02:10:54.0270020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix 2025-10-10T02:10:54.0271020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215-7b 2025-10-10T02:10:54.0271970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+ 2025-10-10T02:10:54.0273080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c-7b 2025-10-10T02:10:54.0274130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1620-m8 2025-10-10T02:10:54.0275230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt80-sas 2025-10-10T02:10:54.0276160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+w 2025-10-10T02:10:54.0277070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d450-dg 2025-10-10T02:10:54.0278100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-sr 2025-10-10T02:10:54.0279020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x75 2025-10-10T02:10:54.0280050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-256x96 2025-10-10T02:10:54.0280890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw2 2025-10-10T02:10:54.0281620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg605x 2025-10-10T02:10:54.0282770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-200x75-m 2025-10-10T02:10:54.0283790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgmode+color 2025-10-10T02:10:54.0284740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d2-dg 2025-10-10T02:10:54.0285600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-dg 2025-10-10T02:10:54.0286420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd1 2025-10-10T02:10:54.0287300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm1521 2025-10-10T02:10:54.0288420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-25-ccc 2025-10-10T02:10:54.0289390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dwk 2025-10-10T02:10:54.0290390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6053 2025-10-10T02:10:54.0291450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-128x40-m 2025-10-10T02:10:54.0292420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo 2025-10-10T02:10:54.0293370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211-7b 2025-10-10T02:10:54.0294180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg200 2025-10-10T02:10:54.0295190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg+color 2025-10-10T02:10:54.0296060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-25 2025-10-10T02:10:54.0296860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtterm 2025-10-10T02:10:54.0297830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-160x64 2025-10-10T02:10:54.0298790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dvtm-256color 2025-10-10T02:10:54.0299610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dp8242 2025-10-10T02:10:54.0300600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d400-dg 2025-10-10T02:10:54.0301440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410 2025-10-10T02:10:54.0302390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-sr 2025-10-10T02:10:54.0303350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1740 2025-10-10T02:10:54.0304310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-100x37-m 2025-10-10T02:10:54.0305370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-s 2025-10-10T02:10:54.0306300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-dg 2025-10-10T02:10:54.0307340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216+dg 2025-10-10T02:10:54.0308420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215 2025-10-10T02:10:54.0309670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-25 2025-10-10T02:10:54.0310700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt100 2025-10-10T02:10:54.0311720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix 2025-10-10T02:10:54.0312650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec+pp 2025-10-10T02:10:54.0313460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-s 2025-10-10T02:10:54.0314320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411 2025-10-10T02:10:54.0315160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix 2025-10-10T02:10:54.0316190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640-m8 2025-10-10T02:10:54.0316950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d2 2025-10-10T02:10:54.0317790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e+ 2025-10-10T02:10:54.0318580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dw 2025-10-10T02:10:54.0319490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-dg 2025-10-10T02:10:54.0320370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dvtm 2025-10-10T02:10:54.0321180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-dg 2025-10-10T02:10:54.0321970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec+sl 2025-10-10T02:10:54.0322810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7202 2025-10-10T02:10:54.0323690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-256x96-m 2025-10-10T02:10:54.0324550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-w 2025-10-10T02:10:54.0325270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-w 2025-10-10T02:10:54.0326080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-w 2025-10-10T02:10:54.0326860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-w 2025-10-10T02:10:54.0327640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgunix+ccc 2025-10-10T02:10:54.0328370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220-7b 2025-10-10T02:10:54.0329240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dec-vt100 2025-10-10T02:10:54.0329900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d214 2025-10-10T02:10:54.0330620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo630 2025-10-10T02:10:54.0331340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix 2025-10-10T02:10:54.0332050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d800 2025-10-10T02:10:54.0332750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dt100w 2025-10-10T02:10:54.0333490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e+dg 2025-10-10T02:10:54.0334220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460 2025-10-10T02:10:54.0335020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1730 2025-10-10T02:10:54.0335730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d200 2025-10-10T02:10:54.0336460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ddr 2025-10-10T02:10:54.0337290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d463-unix-sr 2025-10-10T02:10:54.0338070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-w 2025-10-10T02:10:54.0338850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-f2 2025-10-10T02:10:54.0339650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin 2025-10-10T02:10:54.0340380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c-dg 2025-10-10T02:10:54.0341170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462+dg 2025-10-10T02:10:54.0341940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp203 2025-10-10T02:10:54.0342710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/djgpp204 2025-10-10T02:10:54.0343460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d211-dg 2025-10-10T02:10:54.0344200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg6134 2025-10-10T02:10:54.0344970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d411-7b 2025-10-10T02:10:54.0345690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dm80 2025-10-10T02:10:54.0346460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d413-unix-25 2025-10-10T02:10:54.0347290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-w-ccc 2025-10-10T02:10:54.0348070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+15 2025-10-10T02:10:54.0349200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-7b-w 2025-10-10T02:10:54.0350120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d450 2025-10-10T02:10:54.0351020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-f 2025-10-10T02:10:54.0352350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x30-m 2025-10-10T02:10:54.0353100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d460-7b 2025-10-10T02:10:54.0354040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg100 2025-10-10T02:10:54.0354860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461 2025-10-10T02:10:54.0356040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1640-lm 2025-10-10T02:10:54.0356890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230 2025-10-10T02:10:54.0357830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-144x48 2025-10-10T02:10:54.0358620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d215-dg 2025-10-10T02:10:54.0359630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dgkeys+8b 2025-10-10T02:10:54.0360640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo450 2025-10-10T02:10:54.0361440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470-7b 2025-10-10T02:10:54.0362360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/domterm 2025-10-10T02:10:54.0363280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d470c 2025-10-10T02:10:54.0364160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix 2025-10-10T02:10:54.0364990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d555-7b 2025-10-10T02:10:54.0365900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d216e-unix 2025-10-10T02:10:54.0366960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-80x25 2025-10-10T02:10:54.0367890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d461-7b 2025-10-10T02:10:54.0368910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-25-ccc 2025-10-10T02:10:54.0369950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-dg-ccc 2025-10-10T02:10:54.0370830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577-w 2025-10-10T02:10:54.0371860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-160x64-m 2025-10-10T02:10:54.0372690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d578 2025-10-10T02:10:54.0373820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d230-dg 2025-10-10T02:10:54.0374750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dtc300s 2025-10-10T02:10:54.0375610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dg460-ansi 2025-10-10T02:10:54.0376600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d464-unix-w 2025-10-10T02:10:54.0377590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/ds40 2025-10-10T02:10:54.0378600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+dg 2025-10-10T02:10:54.0379580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d214-dg 2025-10-10T02:10:54.0380420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d220-dg 2025-10-10T02:10:54.0381470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1740-lm 2025-10-10T02:10:54.0382250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412+s 2025-10-10T02:10:54.0383150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/decid+cpr 2025-10-10T02:10:54.0384020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dmd-24 2025-10-10T02:10:54.0384890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-f2 2025-10-10T02:10:54.0385960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430c-unix-s-ccc 2025-10-10T02:10:54.0386920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d414-unix-s 2025-10-10T02:10:54.0387890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/diablo1620 2025-10-10T02:10:54.0388740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d200-dg 2025-10-10T02:10:54.0389620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d577 2025-10-10T02:10:54.0390580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix-sr 2025-10-10T02:10:54.0391490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d210-dg 2025-10-10T02:10:54.0392470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d430-unix-s 2025-10-10T02:10:54.0393350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/darwin-m-f 2025-10-10T02:10:54.0394250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d412-unix-25 2025-10-10T02:10:54.0395190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d410-7b 2025-10-10T02:10:54.0396040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/d462-unix 2025-10-10T02:10:54.0396990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/64/dku7102 2025-10-10T02:10:54.0397990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/41/Apple_Terminal 2025-10-10T02:10:54.0398880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-42 2025-10-10T02:10:54.0399790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-epc-w 2025-10-10T02:10:54.0400830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48wpc 2025-10-10T02:10:54.0401710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-25 2025-10-10T02:10:54.0402590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-mc 2025-10-10T02:10:54.0403760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-w 2025-10-10T02:10:54.0404700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-25-w 2025-10-10T02:10:54.0405700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-w-vb 2025-10-10T02:10:54.0406540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42wvb 2025-10-10T02:10:54.0407320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-w 2025-10-10T02:10:54.0408250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-wvb 2025-10-10T02:10:54.0409220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-42-w 2025-10-10T02:10:54.0410130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-wvb 2025-10-10T02:10:54.0411030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-vb 2025-10-10T02:10:54.0411900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-25 2025-10-10T02:10:54.0412810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-w 2025-10-10T02:10:54.0413700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-43-w 2025-10-10T02:10:54.0414630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-25 2025-10-10T02:10:54.0415600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-wvb 2025-10-10T02:10:54.0416520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-43 2025-10-10T02:10:54.0417490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75ap 2025-10-10T02:10:54.0418470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-w-vb 2025-10-10T02:10:54.0419510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75 2025-10-10T02:10:54.0420440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30-mc 2025-10-10T02:10:54.0421410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-vb 2025-10-10T02:10:54.0422280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36pc 2025-10-10T02:10:54.0423120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36w 2025-10-10T02:10:54.0424000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-316X 2025-10-10T02:10:54.0424860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-vb 2025-10-10T02:10:54.0425770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-25 2025-10-10T02:10:54.0426690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-25 2025-10-10T02:10:54.0427540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-w 2025-10-10T02:10:54.0428550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-AT 2025-10-10T02:10:54.0429460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse370 2025-10-10T02:10:54.0430270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy100 2025-10-10T02:10:54.0431370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-vb 2025-10-10T02:10:54.0432300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-w 2025-10-10T02:10:54.0433170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30-vb 2025-10-10T02:10:54.0434150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-25 2025-10-10T02:10:54.0435000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-w 2025-10-10T02:10:54.0435870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350 2025-10-10T02:10:54.0436940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120 2025-10-10T02:10:54.0437770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50 2025-10-10T02:10:54.0438710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325w-24 2025-10-10T02:10:54.0439710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-42w 2025-10-10T02:10:54.0440600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-wvb 2025-10-10T02:10:54.0441560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520 2025-10-10T02:10:54.0442580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-wvb 2025-10-10T02:10:54.0443520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-vb 2025-10-10T02:10:54.0444520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-25-w 2025-10-10T02:10:54.0445400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48w 2025-10-10T02:10:54.0446280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43wvb 2025-10-10T02:10:54.0447080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-w 2025-10-10T02:10:54.0448140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-w 2025-10-10T02:10:54.0449010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-mc 2025-10-10T02:10:54.0449910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-25 2025-10-10T02:10:54.0450850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325 2025-10-10T02:10:54.0451680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-wvb 2025-10-10T02:10:54.0452580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-epc 2025-10-10T02:10:54.0453450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-vb 2025-10-10T02:10:54.0454230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60 2025-10-10T02:10:54.0455130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-25 2025-10-10T02:10:54.0455970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-25-w 2025-10-10T02:10:54.0456940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsvt25 2025-10-10T02:10:54.0457870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-vb 2025-10-10T02:10:54.0458770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/winconsole 2025-10-10T02:10:54.0459630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150 2025-10-10T02:10:54.0460520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-43 2025-10-10T02:10:54.0461300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wrenw 2025-10-10T02:10:54.0462360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42w-vb 2025-10-10T02:10:54.0463150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75 2025-10-10T02:10:54.0464210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75ap 2025-10-10T02:10:54.0465230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-wvb 2025-10-10T02:10:54.0466180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-w 2025-10-10T02:10:54.0467280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-43-w 2025-10-10T02:10:54.0468180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-vb 2025-10-10T02:10:54.0469140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185 2025-10-10T02:10:54.0469960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wezterm 2025-10-10T02:10:54.0470880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-42 2025-10-10T02:10:54.0471810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-w 2025-10-10T02:10:54.0472900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-316X 2025-10-10T02:10:54.0473780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160 2025-10-10T02:10:54.0474630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-vb 2025-10-10T02:10:54.0475610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsvt25m 2025-10-10T02:10:54.0476600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36w 2025-10-10T02:10:54.0477540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43w-vb 2025-10-10T02:10:54.0478460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-99fgt 2025-10-10T02:10:54.0479320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-wvb 2025-10-10T02:10:54.0480280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-vb 2025-10-10T02:10:54.0481160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50 2025-10-10T02:10:54.0482200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-25 2025-10-10T02:10:54.0483010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-w 2025-10-10T02:10:54.0483690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-PC 2025-10-10T02:10:54.0484440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-42-w 2025-10-10T02:10:54.0485130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-vb 2025-10-10T02:10:54.0485850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42w 2025-10-10T02:10:54.0486560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-80 2025-10-10T02:10:54.0487270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-w 2025-10-10T02:10:54.0487980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-42 2025-10-10T02:10:54.0488710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48w 2025-10-10T02:10:54.0489520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-w-vb 2025-10-10T02:10:54.0490150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fa 2025-10-10T02:10:54.0490990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wren 2025-10-10T02:10:54.0491740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-vb 2025-10-10T02:10:54.0492470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-24 2025-10-10T02:10:54.0493170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-wvb 2025-10-10T02:10:54.0493890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy100q 2025-10-10T02:10:54.0494650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-wvb 2025-10-10T02:10:54.0495350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-75ap 2025-10-10T02:10:54.0496020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60 2025-10-10T02:10:54.0496780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc 2025-10-10T02:10:54.0497560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-vb 2025-10-10T02:10:54.0498260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43 2025-10-10T02:10:54.0498960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36pc 2025-10-10T02:10:54.0499730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36wpc 2025-10-10T02:10:54.0500480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wsiris 2025-10-10T02:10:54.0501180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-w-vb 2025-10-10T02:10:54.0501910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-wvb 2025-10-10T02:10:54.0502610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-vb 2025-10-10T02:10:54.0503320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-75ap 2025-10-10T02:10:54.0504060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-w 2025-10-10T02:10:54.0504780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-42 2025-10-10T02:10:54.0505500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-vb 2025-10-10T02:10:54.0506210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-w 2025-10-10T02:10:54.0506920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt 2025-10-10T02:10:54.0507610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85 2025-10-10T02:10:54.0508330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48 2025-10-10T02:10:54.0509160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-8bit 2025-10-10T02:10:54.0509900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-w-vb 2025-10-10T02:10:54.0510620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-48pc 2025-10-10T02:10:54.0511350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99gt-tek 2025-10-10T02:10:54.0512110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-42-w 2025-10-10T02:10:54.0512820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99-ansi 2025-10-10T02:10:54.0513580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-wvb 2025-10-10T02:10:54.0514280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-vb 2025-10-10T02:10:54.0515130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-25 2025-10-10T02:10:54.0515830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-325 2025-10-10T02:10:54.0516530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-wvb 2025-10-10T02:10:54.0517250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-43w 2025-10-10T02:10:54.0517950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-PC 2025-10-10T02:10:54.0518690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-vb 2025-10-10T02:10:54.0519410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-wvb 2025-10-10T02:10:54.0520140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-105k 2025-10-10T02:10:54.0521060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-24 2025-10-10T02:10:54.0521670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-43 2025-10-10T02:10:54.0522340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-25w 2025-10-10T02:10:54.0523130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-25-w 2025-10-10T02:10:54.0523870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150 2025-10-10T02:10:54.0524610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-pc-24 2025-10-10T02:10:54.0525410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-25-w 2025-10-10T02:10:54.0526140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48 2025-10-10T02:10:54.0526840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-nk 2025-10-10T02:10:54.0527540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-w 2025-10-10T02:10:54.0528260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-24 2025-10-10T02:10:54.0528970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-43 2025-10-10T02:10:54.0529650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99f 2025-10-10T02:10:54.0530350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fgt 2025-10-10T02:10:54.0531140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-vb 2025-10-10T02:10:54.0531800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-w 2025-10-10T02:10:54.0532560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-43-w 2025-10-10T02:10:54.0533310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-wvb 2025-10-10T02:10:54.0533990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160 2025-10-10T02:10:54.0534740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-vb 2025-10-10T02:10:54.0535510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36wpc 2025-10-10T02:10:54.0536220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-25-w 2025-10-10T02:10:54.0536960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99a-ansi 2025-10-10T02:10:54.0537710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30 2025-10-10T02:10:54.0538480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-w-vb 2025-10-10T02:10:54.0539230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-vb 2025-10-10T02:10:54.0539980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185 2025-10-10T02:10:54.0540730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-42 2025-10-10T02:10:54.0541370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-w 2025-10-10T02:10:54.0542110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-vb 2025-10-10T02:10:54.0542870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-p-wvb 2025-10-10T02:10:54.0543590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-24 2025-10-10T02:10:54.0544320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-25-w 2025-10-10T02:10:54.0545170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-wvb 2025-10-10T02:10:54.0546060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-36 2025-10-10T02:10:54.0547000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-vb 2025-10-10T02:10:54.0547910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350 2025-10-10T02:10:54.0548790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120 2025-10-10T02:10:54.0549610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy75-w 2025-10-10T02:10:54.0550560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-pc-vb 2025-10-10T02:10:54.0551540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48wpc 2025-10-10T02:10:54.0552420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse120-w 2025-10-10T02:10:54.0553410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-epc-w 2025-10-10T02:10:54.0554220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-w 2025-10-10T02:10:54.0555160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-mc 2025-10-10T02:10:54.0556150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt 2025-10-10T02:10:54.0557330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-wvb 2025-10-10T02:10:54.0558350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-25 2025-10-10T02:10:54.0559400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370 2025-10-10T02:10:54.0560320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-43-w 2025-10-10T02:10:54.0561300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-tek 2025-10-10T02:10:54.0562270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-AT 2025-10-10T02:10:54.0563160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-wvb 2025-10-10T02:10:54.0564150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-wvb 2025-10-10T02:10:54.0565070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse150-25-w 2025-10-10T02:10:54.0565930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-vb 2025-10-10T02:10:54.0566880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy350-w 2025-10-10T02:10:54.0567840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-42-w 2025-10-10T02:10:54.0568740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-8bit 2025-10-10T02:10:54.0569550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325 2025-10-10T02:10:54.0570400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85 2025-10-10T02:10:54.0571370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-25w 2025-10-10T02:10:54.0572440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse160-w 2025-10-10T02:10:54.0573300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520 2025-10-10T02:10:54.0574210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30-vb 2025-10-10T02:10:54.0575120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse350-wvb 2025-10-10T02:10:54.0576180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse185-wvb 2025-10-10T02:10:54.0577070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse325-43w 2025-10-10T02:10:54.0577980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-43 2025-10-10T02:10:54.0578980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy85-wvb 2025-10-10T02:10:54.0579990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy120-wvb 2025-10-10T02:10:54.0580830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse30-mc 2025-10-10T02:10:54.0581800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse85-w 2025-10-10T02:10:54.0582710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse60-vb 2025-10-10T02:10:54.0583690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-101k 2025-10-10T02:10:54.0584520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse+sl 2025-10-10T02:10:54.0585330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy99fgta 2025-10-10T02:10:54.0586190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse-vp 2025-10-10T02:10:54.0587010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy30 2025-10-10T02:10:54.0587890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-48pc 2025-10-10T02:10:54.0588810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-36 2025-10-10T02:10:54.0589680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy150-w-vb 2025-10-10T02:10:54.0590600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy185-24 2025-10-10T02:10:54.0591610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy60-42 2025-10-10T02:10:54.0592600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-tek 2025-10-10T02:10:54.0593440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse520-w 2025-10-10T02:10:54.0594530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse75-mc 2025-10-10T02:10:54.0595420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy520-vb 2025-10-10T02:10:54.0596260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-25 2025-10-10T02:10:54.0597150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy50-wvb 2025-10-10T02:10:54.0598130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-rv 2025-10-10T02:10:54.0599260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse50-vb 2025-10-10T02:10:54.0600250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy-99fgta 2025-10-10T02:10:54.0601230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wyse99gt-25-w 2025-10-10T02:10:54.0602100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy325-w 2025-10-10T02:10:54.0602940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy370-EPC 2025-10-10T02:10:54.0603960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/77/wy160-25-w 2025-10-10T02:10:54.0604880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25 2025-10-10T02:10:54.0605680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon0 2025-10-10T02:10:54.0606560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt210 2025-10-10T02:10:54.0607600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3-bold 2025-10-10T02:10:54.0608590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p4 2025-10-10T02:10:54.0609420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-m 2025-10-10T02:10:54.0610440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-w 2025-10-10T02:10:54.0611410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-43-m 2025-10-10T02:10:54.0612410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+keypad 2025-10-10T02:10:54.0613220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt40 2025-10-10T02:10:54.0614160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-w 2025-10-10T02:10:54.0615020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-m 2025-10-10T02:10:54.0615900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt200w 2025-10-10T02:10:54.0616820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-w 2025-10-10T02:10:54.0617670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccons 2025-10-10T02:10:54.0618600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-8-w 2025-10-10T02:10:54.0619470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pmconsole 2025-10-10T02:10:54.0620480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvtXX 2025-10-10T02:10:54.0621250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p5 2025-10-10T02:10:54.0622130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-vt100 2025-10-10T02:10:54.0622960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p19 2025-10-10T02:10:54.0623900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty 2025-10-10T02:10:54.0624860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-8-w 2025-10-10T02:10:54.0625940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc6300plus 2025-10-10T02:10:54.0626950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-96x48 2025-10-10T02:10:54.0627880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcconsole 2025-10-10T02:10:54.0628600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pro350 2025-10-10T02:10:54.0629390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit12 2025-10-10T02:10:54.0630100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi25 2025-10-10T02:10:54.0635070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-8 2025-10-10T02:10:54.0635320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+xterm 2025-10-10T02:10:54.0635530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-venix 2025-10-10T02:10:54.0635720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-basic 2025-10-10T02:10:54.0635890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit 2025-10-10T02:10:54.0636090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+sgr+acs0 2025-10-10T02:10:54.0636270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-43 2025-10-10T02:10:54.0636430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pty 2025-10-10T02:10:54.0636680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505 2025-10-10T02:10:54.0637310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon 2025-10-10T02:10:54.0638040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism7 2025-10-10T02:10:54.0638740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-minix 2025-10-10T02:10:54.0639470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9 2025-10-10T02:10:54.0640260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pckermit120 2025-10-10T02:10:54.0640990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt50w 2025-10-10T02:10:54.0641720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8 2025-10-10T02:10:54.0642510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-fast 2025-10-10T02:10:54.0643240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/printer 2025-10-10T02:10:54.0643970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1251 2025-10-10T02:10:54.0644740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-33 2025-10-10T02:10:54.0645510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt35w 2025-10-10T02:10:54.0646370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+vt400 2025-10-10T02:10:54.0647160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-25-m 2025-10-10T02:10:54.0647920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14-m-w 2025-10-10T02:10:54.0648620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8-w 2025-10-10T02:10:54.0649370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-m 2025-10-10T02:10:54.0650070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8gl 2025-10-10T02:10:54.0650880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+sgr+acs 2025-10-10T02:10:54.0651610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m1 2025-10-10T02:10:54.0652390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+cursor 2025-10-10T02:10:54.0653230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys 2025-10-10T02:10:54.0654030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-256color 2025-10-10T02:10:54.0655210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-90x28 2025-10-10T02:10:54.0656110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-mono 2025-10-10T02:10:54.0656730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt250 2025-10-10T02:10:54.0657460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6100 2025-10-10T02:10:54.0658250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-m-w 2025-10-10T02:10:54.0658960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcz19 2025-10-10T02:10:54.0659760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism9-8 2025-10-10T02:10:54.0660430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm 2025-10-10T02:10:54.0661300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+vt100 2025-10-10T02:10:54.0661950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-m 2025-10-10T02:10:54.0662650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p7 2025-10-10T02:10:54.0663390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt43 2025-10-10T02:10:54.0664100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9 2025-10-10T02:10:54.0664870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-w 2025-10-10T02:10:54.0665600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt40w 2025-10-10T02:10:54.0666340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt28 2025-10-10T02:10:54.0667120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1100 2025-10-10T02:10:54.0667920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc-coherent 2025-10-10T02:10:54.0668640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe550 2025-10-10T02:10:54.0669330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p8 2025-10-10T02:10:54.0670090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-m-w 2025-10-10T02:10:54.0670790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3 2025-10-10T02:10:54.0671510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcmw 2025-10-10T02:10:54.0672260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt43w 2025-10-10T02:10:54.0673030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12-m 2025-10-10T02:10:54.0673790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12-w 2025-10-10T02:10:54.0674580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3r-m 2025-10-10T02:10:54.0675330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25w 2025-10-10T02:10:54.0676050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6312 2025-10-10T02:10:54.0676820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-sco 2025-10-10T02:10:54.0677650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+esc 2025-10-10T02:10:54.0678330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p9-w 2025-10-10T02:10:54.0679050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc3r 2025-10-10T02:10:54.0679850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism12 2025-10-10T02:10:54.0680610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe7000m 2025-10-10T02:10:54.0681460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m1b 2025-10-10T02:10:54.0682130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi 2025-10-10T02:10:54.0682860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe7000c 2025-10-10T02:10:54.0683680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt25-color 2025-10-10T02:10:54.0684400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi43 2025-10-10T02:10:54.0685110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14 2025-10-10T02:10:54.0685850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p14-m-w 2025-10-10T02:10:54.0686590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism14 2025-10-10T02:10:54.0687470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-noapp 2025-10-10T02:10:54.0688190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pilot 2025-10-10T02:10:54.0688890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/p12 2025-10-10T02:10:54.0689680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+colors 2025-10-10T02:10:54.0690500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+linux 2025-10-10T02:10:54.0691220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi25m 2025-10-10T02:10:54.0691970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psx_ansi 2025-10-10T02:10:54.0692740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-25 2025-10-10T02:10:54.0693500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt100 2025-10-10T02:10:54.0694250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/ps300 2025-10-10T02:10:54.0694980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe1200 2025-10-10T02:10:54.0695740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt250w 2025-10-10T02:10:54.0696490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8gl 2025-10-10T02:10:54.0697250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi33 2025-10-10T02:10:54.0697980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism4 2025-10-10T02:10:54.0698730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505-24 2025-10-10T02:10:54.0699510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism8-w 2025-10-10T02:10:54.0700270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcplot 2025-10-10T02:10:54.0701330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+fnkeys+sco 2025-10-10T02:10:54.0702230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-screen 2025-10-10T02:10:54.0703110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+keys 2025-10-10T02:10:54.0704080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism5 2025-10-10T02:10:54.0704940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt505-22 2025-10-10T02:10:54.0705880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/prism2 2025-10-10T02:10:54.0706860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty-m2 2025-10-10T02:10:54.0707700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pc7300 2025-10-10T02:10:54.0708790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/psterm-80x24 2025-10-10T02:10:54.0709670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon+base 2025-10-10T02:10:54.0710650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi33m 2025-10-10T02:10:54.0711560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon-m 2025-10-10T02:10:54.0712510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt100w 2025-10-10T02:10:54.0713460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pe6300 2025-10-10T02:10:54.0714480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pt200 2025-10-10T02:10:54.0715320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt35 2025-10-10T02:10:54.0716210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt28w 2025-10-10T02:10:54.0717060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pmcons 2025-10-10T02:10:54.0718040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcix 2025-10-10T02:10:54.0718900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pccon0-m 2025-10-10T02:10:54.0719740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcvt50 2025-10-10T02:10:54.0720760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/pcansi-33-m 2025-10-10T02:10:54.0721670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/70/putty+screen 2025-10-10T02:10:54.0722540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qdcons 2025-10-10T02:10:54.0723530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203 2025-10-10T02:10:54.0724420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-25 2025-10-10T02:10:54.0725370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-25-w 2025-10-10T02:10:54.0726260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-25-w 2025-10-10T02:10:54.0727060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt 2025-10-10T02:10:54.0728000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-25 2025-10-10T02:10:54.0728890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119 2025-10-10T02:10:54.0729740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnx 2025-10-10T02:10:54.0730780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt4 2025-10-10T02:10:54.0731690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt103 2025-10-10T02:10:54.0732560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119-w 2025-10-10T02:10:54.0733490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p 2025-10-10T02:10:54.0734480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-g 2025-10-10T02:10:54.0735460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-25-w 2025-10-10T02:10:54.0736350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-w 2025-10-10T02:10:54.0737300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt102 2025-10-10T02:10:54.0738150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-t 2025-10-10T02:10:54.0739110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxt2 2025-10-10T02:10:54.0740020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-w 2025-10-10T02:10:54.0740880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101p 2025-10-10T02:10:54.0741770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxtmono 2025-10-10T02:10:54.0742660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt103-w 2025-10-10T02:10:54.0743530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+-25 2025-10-10T02:10:54.0744510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qume 2025-10-10T02:10:54.0745470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203-w-am 2025-10-10T02:10:54.0746320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxw 2025-10-10T02:10:54.0747130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnx4 2025-10-10T02:10:54.0747970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119p-w 2025-10-10T02:10:54.0748830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qnxm 2025-10-10T02:10:54.0749690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-m 2025-10-10T02:10:54.0750660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qdss 2025-10-10T02:10:54.0751530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi-w 2025-10-10T02:10:54.0752380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101 2025-10-10T02:10:54.0753240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119+ 2025-10-10T02:10:54.0754130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt108 2025-10-10T02:10:54.0754950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qume5 2025-10-10T02:10:54.0755990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qansi 2025-10-10T02:10:54.0756910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt101+ 2025-10-10T02:10:54.0757750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt203+ 2025-10-10T02:10:54.0758640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/71/qvt119-25-w 2025-10-10T02:10:54.0759680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt61 2025-10-10T02:10:54.0760700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt330 2025-10-10T02:10:54.0761590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102 2025-10-10T02:10:54.0762430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt50 2025-10-10T02:10:54.0763300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp60 2025-10-10T02:10:54.0764180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-putty 2025-10-10T02:10:54.0765040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-8 2025-10-10T02:10:54.0766030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nav-w 2025-10-10T02:10:54.0766950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300 2025-10-10T02:10:54.0767820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt132 2025-10-10T02:10:54.0768630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc403a 2025-10-10T02:10:54.0769760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+pcedit 2025-10-10T02:10:54.0770600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s 2025-10-10T02:10:54.0771410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip 2025-10-10T02:10:54.0772360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-direct 2025-10-10T02:10:54.0773210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint90 2025-10-10T02:10:54.0774090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte+pcfkeys 2025-10-10T02:10:54.0774830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-nam 2025-10-10T02:10:54.0775520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vitty 2025-10-10T02:10:54.0776230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102-w 2025-10-10T02:10:54.0776980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/versaterm 2025-10-10T02:10:54.0777730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/visa50 2025-10-10T02:10:54.0778520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52+arrows 2025-10-10T02:10:54.0779250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp3a+ 2025-10-10T02:10:54.0780030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata 2025-10-10T02:10:54.0780800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2014 2025-10-10T02:10:54.0781520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi550 2025-10-10T02:10:54.0782320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102-nsgr 2025-10-10T02:10:54.0783140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-old 2025-10-10T02:10:54.0783810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt-61 2025-10-10T02:10:54.0784560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-k311 2025-10-10T02:10:54.0785290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+ 2025-10-10T02:10:54.0786100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+keypad 2025-10-10T02:10:54.0786800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vtnt 2025-10-10T02:10:54.0787600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+4bsd 2025-10-10T02:10:54.0788380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata-o 2025-10-10T02:10:54.0789140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt61.5 2025-10-10T02:10:54.0789860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510pc 2025-10-10T02:10:54.0790540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc203 2025-10-10T02:10:54.0791260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v200-nam 2025-10-10T02:10:54.0791970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220 2025-10-10T02:10:54.0792720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-k3 2025-10-10T02:10:54.0793490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100nam 2025-10-10T02:10:54.0794260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2012 2025-10-10T02:10:54.0794990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi300 2025-10-10T02:10:54.0795790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vapple 2025-10-10T02:10:54.0796540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-H 2025-10-10T02:10:54.0797260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2008 2025-10-10T02:10:54.0797930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc415 2025-10-10T02:10:54.0798630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt400 2025-10-10T02:10:54.0799360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-vb 2025-10-10T02:10:54.0800120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+vtedit 2025-10-10T02:10:54.0800890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-nam 2025-10-10T02:10:54.0801690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+noapp 2025-10-10T02:10:54.0802430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v320n 2025-10-10T02:10:54.0803170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vv100 2025-10-10T02:10:54.0803950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+enq 2025-10-10T02:10:54.0804740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-w 2025-10-10T02:10:54.0805450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt102+enq 2025-10-10T02:10:54.0806170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2007 2025-10-10T02:10:54.0806910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s-top 2025-10-10T02:10:54.0807640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc414 2025-10-10T02:10:54.0808390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-w 2025-10-10T02:10:54.0809170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52-basic 2025-10-10T02:10:54.0809890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vk100 2025-10-10T02:10:54.0810670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-8bit 2025-10-10T02:10:54.0811400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt520 2025-10-10T02:10:54.0812210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt340 2025-10-10T02:10:54.0813000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vs100-x10 2025-10-10T02:10:54.0813770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nam-w 2025-10-10T02:10:54.0814590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+noapp+pc 2025-10-10T02:10:54.0815310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi55 2025-10-10T02:10:54.0816000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi603 2025-10-10T02:10:54.0816750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vwmterm 2025-10-10T02:10:54.0817550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420pcdos 2025-10-10T02:10:54.0818330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-js 2025-10-10T02:10:54.0819020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vs100 2025-10-10T02:10:54.0819760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt520ansi 2025-10-10T02:10:54.0820430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510 2025-10-10T02:10:54.0821240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-js 2025-10-10T02:10:54.0821940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-256color 2025-10-10T02:10:54.0822670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-w 2025-10-10T02:10:54.0823470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+cvis 2025-10-10T02:10:54.0824270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc103 2025-10-10T02:10:54.0825250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-8bit 2025-10-10T02:10:54.0826150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi300-old 2025-10-10T02:10:54.0826970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200-w 2025-10-10T02:10:54.0827840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vp90 2025-10-10T02:10:54.0828890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+fnkeys 2025-10-10T02:10:54.0829690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200-f 2025-10-10T02:10:54.0830570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420f 2025-10-10T02:10:54.0831400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt400-24 2025-10-10T02:10:54.0832290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-w 2025-10-10T02:10:54.0833140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/visual603 2025-10-10T02:10:54.0834010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w 2025-10-10T02:10:54.0834900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint60 2025-10-10T02:10:54.0835840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52 2025-10-10T02:10:54.0836810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt131 2025-10-10T02:10:54.0837660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt50h 2025-10-10T02:10:54.0838580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100 2025-10-10T02:10:54.0839430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/venix 2025-10-10T02:10:54.0840310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2017 2025-10-10T02:10:54.0841190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-Hw 2025-10-10T02:10:54.0842080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc404 2025-10-10T02:10:54.0842980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420 2025-10-10T02:10:54.0844030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-nav 2025-10-10T02:10:54.0844920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte 2025-10-10T02:10:54.0845750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v3220 2025-10-10T02:10:54.0846670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bot-s 2025-10-10T02:10:54.0847600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-nam 2025-10-10T02:10:54.0848590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi500 2025-10-10T02:10:54.0849600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc414h 2025-10-10T02:10:54.0850550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt52+keypad 2025-10-10T02:10:54.0851540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vte-2018 2025-10-10T02:10:54.0852500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420+lrmm 2025-10-10T02:10:54.0853500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+pfkeys 2025-10-10T02:10:54.0854510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt510pcdos 2025-10-10T02:10:54.0855430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vremote 2025-10-10T02:10:54.0856500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-top-s 2025-10-10T02:10:54.0857420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewdata-rv 2025-10-10T02:10:54.0858310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-w 2025-10-10T02:10:54.0859240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nav 2025-10-10T02:10:54.0860140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-base 2025-10-10T02:10:54.0861080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-w-nam 2025-10-10T02:10:54.0862040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint3a+ 2025-10-10T02:10:54.0862930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-nam 2025-10-10T02:10:54.0864060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bm-o 2025-10-10T02:10:54.0864960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi50adm 2025-10-10T02:10:54.0865950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt300-nam 2025-10-10T02:10:54.0866780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt200 2025-10-10T02:10:54.0867790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220d 2025-10-10T02:10:54.0868540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vsc 2025-10-10T02:10:54.0869420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt420pc 2025-10-10T02:10:54.0870320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-8 2025-10-10T02:10:54.0871260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vanilla 2025-10-10T02:10:54.0872210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vscode 2025-10-10T02:10:54.0873100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt125 2025-10-10T02:10:54.0873950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip-Hw 2025-10-10T02:10:54.0874950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220-old 2025-10-10T02:10:54.0875850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/v5410 2025-10-10T02:10:54.0876910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100+keypad 2025-10-10T02:10:54.0877790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc303a 2025-10-10T02:10:54.0878670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-am 2025-10-10T02:10:54.0879590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-s-bot 2025-10-10T02:10:54.0880510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320nam 2025-10-10T02:10:54.0881480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-w-am 2025-10-10T02:10:54.0882340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320 2025-10-10T02:10:54.0883230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc303 2025-10-10T02:10:54.0884050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi50 2025-10-10T02:10:54.0884950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vip7800-H 2025-10-10T02:10:54.0885800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/viewpoint 2025-10-10T02:10:54.0886720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vc404-s 2025-10-10T02:10:54.0887830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt220+cvis8 2025-10-10T02:10:54.0888750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt-utf8 2025-10-10T02:10:54.0889610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200 2025-10-10T02:10:54.0890460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt100-bm 2025-10-10T02:10:54.0891400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vscode-direct 2025-10-10T02:10:54.0892330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt525 2025-10-10T02:10:54.0893280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vi200-rv 2025-10-10T02:10:54.0894140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/76/vt320-w-nam 2025-10-10T02:10:54.0895060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-256color 2025-10-10T02:10:54.0896100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+r6f2 2025-10-10T02:10:54.0897060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-112x37 2025-10-10T02:10:54.0898150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+200x64 2025-10-10T02:10:54.0899280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x10mouse 2025-10-10T02:10:54.0900200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+128x48 2025-10-10T02:10:54.0901090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+osc104 2025-10-10T02:10:54.0902060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x64-m 2025-10-10T02:10:54.0903090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-color 2025-10-10T02:10:54.0903980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-16color 2025-10-10T02:10:54.0905070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v40 2025-10-10T02:10:54.0905980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+128x40 2025-10-10T02:10:54.0907050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-b 2025-10-10T02:10:54.0907970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct256 2025-10-10T02:10:54.0908860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct2 2025-10-10T02:10:54.0909790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+app+pc 2025-10-10T02:10:54.0910670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xgterm 2025-10-10T02:10:54.0911630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+88color 2025-10-10T02:10:54.0912530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+c 2025-10-10T02:10:54.0913650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pce2 2025-10-10T02:10:54.0914460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x64 2025-10-10T02:10:54.0915300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x48 2025-10-10T02:10:54.0916140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+app 2025-10-10T02:10:54.0917040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-8bit 2025-10-10T02:10:54.0918000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox820 2025-10-10T02:10:54.0918820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1750 2025-10-10T02:10:54.0919820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+112x37 2025-10-10T02:10:54.0920720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtermm 2025-10-10T02:10:54.0921670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xi 2025-10-10T02:10:54.0922580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc0 2025-10-10T02:10:54.0923560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-f 2025-10-10T02:10:54.0924540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x11hilite 2025-10-10T02:10:54.0925400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtermc 2025-10-10T02:10:54.0926190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x25-m 2025-10-10T02:10:54.0926950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcf2 2025-10-10T02:10:54.0927730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+keypad 2025-10-10T02:10:54.0928450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm 2025-10-10T02:10:54.0929260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x40 2025-10-10T02:10:54.0930040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+noapp 2025-10-10T02:10:54.0930820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+b 2025-10-10T02:10:54.0931560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-basic 2025-10-10T02:10:54.0932290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+meta 2025-10-10T02:10:54.0933060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x11mouse 2025-10-10T02:10:54.0933960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-f2 2025-10-10T02:10:54.0934600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x820 2025-10-10T02:10:54.0935390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc1 2025-10-10T02:10:54.0936050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-r6 2025-10-10T02:10:54.0936750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1720 2025-10-10T02:10:54.0937460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm.js 2025-10-10T02:10:54.0938300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-88color 2025-10-10T02:10:54.0938990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+tmux2 2025-10-10T02:10:54.0939790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-144x48-m 2025-10-10T02:10:54.0940600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct2 2025-10-10T02:10:54.0941320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+decedit 2025-10-10T02:10:54.0942030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-utf8 2025-10-10T02:10:54.0942810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+x11hilite 2025-10-10T02:10:54.0943580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct16 2025-10-10T02:10:54.0944230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xdku 2025-10-10T02:10:54.0945030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x68k-ite 2025-10-10T02:10:54.0945830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt+title 2025-10-10T02:10:54.0946590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-112x37-m 2025-10-10T02:10:54.0947320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct 2025-10-10T02:10:54.0948120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v333 2025-10-10T02:10:54.0948840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xfree86 2025-10-10T02:10:54.0949580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-vt220 2025-10-10T02:10:54.0950310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+acs 2025-10-10T02:10:54.0951020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-hp 2025-10-10T02:10:54.0952170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-new 2025-10-10T02:10:54.0952920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-noapp 2025-10-10T02:10:54.0953710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pc+edit 2025-10-10T02:10:54.0954390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1003 2025-10-10T02:10:54.0955150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterms-sun 2025-10-10T02:10:54.0955910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl-twm 2025-10-10T02:10:54.0956800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+basic 2025-10-10T02:10:54.0957490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1003 2025-10-10T02:10:54.0958260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-pcolor 2025-10-10T02:10:54.0958950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xenix 2025-10-10T02:10:54.0959750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct256 2025-10-10T02:10:54.0960420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc 2025-10-10T02:10:54.0961190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1002 2025-10-10T02:10:54.0961920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+focus 2025-10-10T02:10:54.0962710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1005 2025-10-10T02:10:54.0963440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1005 2025-10-10T02:10:54.0964370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x48-m 2025-10-10T02:10:54.0965060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox-lm 2025-10-10T02:10:54.0965880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+nopcfkeys 2025-10-10T02:10:54.0966580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-direct 2025-10-10T02:10:54.0967300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1002 2025-10-10T02:10:54.0967980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-sco 2025-10-10T02:10:54.0968750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-144x48 2025-10-10T02:10:54.0969480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-p371 2025-10-10T02:10:54.0970340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256setaf 2025-10-10T02:10:54.0971080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-160x64-m 2025-10-10T02:10:54.0971780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+vt+edit 2025-10-10T02:10:54.0972470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+kbs 2025-10-10T02:10:54.0973230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x30 2025-10-10T02:10:54.0974030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-90x30-m 2025-10-10T02:10:54.0974760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x11mouse 2025-10-10T02:10:54.0975440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xwsh 2025-10-10T02:10:54.0976140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xtalk 2025-10-10T02:10:54.0976960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v43 2025-10-10T02:10:54.0977700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v44 2025-10-10T02:10:54.0978420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-p370 2025-10-10T02:10:54.0979300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-f 2025-10-10T02:10:54.0979950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-90x30 2025-10-10T02:10:54.0980650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xl83 2025-10-10T02:10:54.0981330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xfce 2025-10-10T02:10:54.0982100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc3 2025-10-10T02:10:54.0982760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1700 2025-10-10T02:10:54.0983490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-24 2025-10-10T02:10:54.0984270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl-alt 2025-10-10T02:10:54.0985020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+144x48 2025-10-10T02:10:54.0985740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-b 2025-10-10T02:10:54.0986440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-old 2025-10-10T02:10:54.0987440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt47 2025-10-10T02:10:54.0987960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+f2 2025-10-10T02:10:54.0988770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-x10mouse 2025-10-10T02:10:54.0989500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+80x25 2025-10-10T02:10:54.0990350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcf0 2025-10-10T02:10:54.0991420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+nofkeys 2025-10-10T02:10:54.0992280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256color 2025-10-10T02:10:54.0993240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x1700-lm 2025-10-10T02:10:54.0994140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m 2025-10-10T02:10:54.0995150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+256color2 2025-10-10T02:10:54.0996020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-r5 2025-10-10T02:10:54.0997270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+titlestack 2025-10-10T02:10:54.0998060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox1720 2025-10-10T02:10:54.0999020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcc2 2025-10-10T02:10:54.0999960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm1 2025-10-10T02:10:54.1000940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x68k 2025-10-10T02:10:54.1001990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+f 2025-10-10T02:10:54.1002810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterms 2025-10-10T02:10:54.1003680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-mono 2025-10-10T02:10:54.1004510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x10term+sl 2025-10-10T02:10:54.1005530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-100x37-m 2025-10-10T02:10:54.1006430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+80x30 2025-10-10T02:10:54.1007290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x75 2025-10-10T02:10:54.1008180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-256x96 2025-10-10T02:10:54.1009150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x30-m 2025-10-10T02:10:54.1010040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+90x30 2025-10-10T02:10:54.1011130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/x10term 2025-10-10T02:10:54.1012160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+pcfkeys 2025-10-10T02:10:54.1013170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-256x96-m 2025-10-10T02:10:54.1014140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+160x64 2025-10-10T02:10:54.1015190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xerox 2025-10-10T02:10:54.1016210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sl 2025-10-10T02:10:54.1017310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+edit 2025-10-10T02:10:54.1018150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-sun 2025-10-10T02:10:54.1019080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-100x37 2025-10-10T02:10:54.1020060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-bold 2025-10-10T02:10:54.1020930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-m-f2 2025-10-10T02:10:54.1022000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+direct16 2025-10-10T02:10:54.1022900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+200x75 2025-10-10T02:10:54.1023910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+256x96 2025-10-10T02:10:54.1024950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+tmux 2025-10-10T02:10:54.1026090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-nic 2025-10-10T02:10:54.1026980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-vt52 2025-10-10T02:10:54.1027860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v32 2025-10-10T02:10:54.1028810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-200x75-m 2025-10-10T02:10:54.1029940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+sm+1006 2025-10-10T02:10:54.1030710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-160x64 2025-10-10T02:10:54.1031540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xiterm 2025-10-10T02:10:54.1032530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+indirect 2025-10-10T02:10:54.1033660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+88color2 2025-10-10T02:10:54.1034610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-128x40-m 2025-10-10T02:10:54.1035550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-1006 2025-10-10T02:10:54.1036520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc+100x37 2025-10-10T02:10:54.1037550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+alt1049 2025-10-10T02:10:54.1038580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xnuppc-80x25 2025-10-10T02:10:54.1039660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm-xf86-v33 2025-10-10T02:10:54.1040640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/78/xterm+noalt 2025-10-10T02:10:54.1041500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-nkc-bc 2025-10-10T02:10:54.1042290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a 2025-10-10T02:10:54.1043410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z19 2025-10-10T02:10:54.1044230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z-100bw 2025-10-10T02:10:54.1045020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx 2025-10-10T02:10:54.1045830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen30 2025-10-10T02:10:54.1046730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z-100 2025-10-10T02:10:54.1047720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith29 2025-10-10T02:10:54.1048670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29 2025-10-10T02:10:54.1049520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z100 2025-10-10T02:10:54.1050550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith39-a 2025-10-10T02:10:54.1051350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z50 2025-10-10T02:10:54.1052140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z8001 2025-10-10T02:10:54.1053020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx11 2025-10-10T02:10:54.1053810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-kc-bc 2025-10-10T02:10:54.1054650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29b 2025-10-10T02:10:54.1055490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z100bw 2025-10-10T02:10:54.1056380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith 2025-10-10T02:10:54.1057230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen8001 2025-10-10T02:10:54.1058130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zenith39-ansi 2025-10-10T02:10:54.1058950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zt-1 2025-10-10T02:10:54.1059850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/zen50 2025-10-10T02:10:54.1060780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z110 2025-10-10T02:10:54.1061590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z110bw 2025-10-10T02:10:54.1062500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z340 2025-10-10T02:10:54.1063520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-nkc-uc 2025-10-10T02:10:54.1064460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z30 2025-10-10T02:10:54.1065510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z29a-kc-uc 2025-10-10T02:10:54.1066350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z39a 2025-10-10T02:10:54.1067190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/ztx-1-a 2025-10-10T02:10:54.1068130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z39-a 2025-10-10T02:10:54.1069010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0/share/terminfo/7a/z340-nam 2025-10-10T02:10:54.1069890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0.conda 2025-10-10T02:10:54.1070600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0.conda 2025-10-10T02:10:54.1071410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pygments-2.19.1-py313hca03da5_0.conda 2025-10-10T02:10:54.1071990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/openssl-3.0.17-h4ee41c1_0.conda 2025-10-10T02:10:54.1072680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0.conda 2025-10-10T02:10:54.1073390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml-0.18.10-py313h80987f9_0.conda 2025-10-10T02:10:54.1074000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0.conda 2025-10-10T02:10:54.1074680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1.conda 2025-10-10T02:10:54.1075440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing_extensions-4.12.2-py313hca03da5_0.conda 2025-10-10T02:10:54.1076200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typing-extensions-4.12.2-py313hca03da5_0.conda 2025-10-10T02:10:54.1076850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/distro-1.9.0-py313hca03da5_0.conda 2025-10-10T02:10:54.1077670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1078420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1079210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1080150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1080990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.1081850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1082630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/run_test.py 2025-10-10T02:10:54.1083380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1084210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1084920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1085850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1086430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/files 2025-10-10T02:10:54.1087110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1087820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1088470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/info/git 2025-10-10T02:10:54.1089610Z /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-10-10T02:10:54.1090760Z /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-10-10T02:10:54.1091850Z /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-10-10T02:10:54.1092840Z /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-10-10T02:10:54.1093940Z /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-10-10T02:10:54.1094960Z /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-10-10T02:10:54.1096080Z /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-10-10T02:10:54.1097030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/isatty_test.py 2025-10-10T02:10:54.1098080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/initialise_test.py 2025-10-10T02:10:54.1099050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/__init__.py 2025-10-10T02:10:54.1100410Z /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-10-10T02:10:54.1101550Z /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-10-10T02:10:54.1102830Z /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-10-10T02:10:54.1104140Z /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-10-10T02:10:54.1105190Z /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-10-10T02:10:54.1106520Z /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-10-10T02:10:54.1107810Z /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-10-10T02:10:54.1108620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/ansi_test.py 2025-10-10T02:10:54.1109570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/utils.py 2025-10-10T02:10:54.1110650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/winterm_test.py 2025-10-10T02:10:54.1111790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/tests/ansitowin32_test.py 2025-10-10T02:10:54.1117030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__init__.py 2025-10-10T02:10:54.1117620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/win32.py 2025-10-10T02:10:54.1118280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/ansitowin32.cpython-313.pyc 2025-10-10T02:10:54.1118980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/ansi.cpython-313.pyc 2025-10-10T02:10:54.1119660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/win32.cpython-313.pyc 2025-10-10T02:10:54.1120360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/initialise.cpython-313.pyc 2025-10-10T02:10:54.1121070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/winterm.cpython-313.pyc 2025-10-10T02:10:54.1121810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1122500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/ansitowin32.py 2025-10-10T02:10:54.1123110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/ansi.py 2025-10-10T02:10:54.1123700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/winterm.py 2025-10-10T02:10:54.1124330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/colorama-0.4.6-py313hca03da5_0/lib/python3.13/site-packages/colorama/initialise.py 2025-10-10T02:10:54.1124890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/frozendict-2.4.2-py313hca03da5_0.conda 2025-10-10T02:10:54.1125740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/repodata_record.json 2025-10-10T02:10:54.1126510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/run_test.sh 2025-10-10T02:10:54.1127260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/run_test.py 2025-10-10T02:10:54.1128190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1128940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/licenses/LICENSE 2025-10-10T02:10:54.1129780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/licenses/zstd/LICENSE 2025-10-10T02:10:54.1130690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1131470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/run_test.py 2025-10-10T02:10:54.1132250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/meta.yaml 2025-10-10T02:10:54.1133220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1134070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/recipe/use_system_zstd.patch 2025-10-10T02:10:54.1134740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/paths.json 2025-10-10T02:10:54.1135490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/hash_input.json 2025-10-10T02:10:54.1136140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/files 2025-10-10T02:10:54.1136910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/about.json 2025-10-10T02:10:54.1137670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/index.json 2025-10-10T02:10:54.1138340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/info/git 2025-10-10T02:10:54.1139600Z /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-10-10T02:10:54.1140820Z /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-10-10T02:10:54.1142040Z /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-10-10T02:10:54.1143000Z /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-10-10T02:10:54.1144130Z /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-10-10T02:10:54.1145240Z /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-10-10T02:10:54.1146380Z /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-10-10T02:10:54.1147390Z /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-10-10T02:10:54.1148480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/_cffi.cpython-313-darwin.so 2025-10-10T02:10:54.1149390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__init__.pyi 2025-10-10T02:10:54.1150410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__init__.py 2025-10-10T02:10:54.1151610Z /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-10-10T02:10:54.1152810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1153790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/backend_cffi.py 2025-10-10T02:10:54.1155010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstandard-0.23.0-py313h1a4646a_1/lib/python3.13/site-packages/zstandard/py.typed 2025-10-10T02:10:54.1156410Z /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-10-10T02:10:54.1156980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tk-8.6.15-hcd8a7d5_0.conda 2025-10-10T02:10:54.1157970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1159090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/namedutils.py 2025-10-10T02:10:54.1160230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/cacheutils.py 2025-10-10T02:10:54.1161110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/pathutils.py 2025-10-10T02:10:54.1162300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/dictutils.py 2025-10-10T02:10:54.1163250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/tableutils.py 2025-10-10T02:10:54.1164250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/iterutils.py 2025-10-10T02:10:54.1165320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/mboxutils.py 2025-10-10T02:10:54.1166370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/fileutils.py 2025-10-10T02:10:54.1167330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/queueutils.py 2025-10-10T02:10:54.1168380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/__init__.py 2025-10-10T02:10:54.1169400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/formatutils.py 2025-10-10T02:10:54.1170310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/tbutils.py 2025-10-10T02:10:54.1171390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/typeutils.py 2025-10-10T02:10:54.1172440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/ecoutils.py 2025-10-10T02:10:54.1173600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/excutils.py 2025-10-10T02:10:54.1174770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/deprutils.py 2025-10-10T02:10:54.1175700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/jsonutils.py 2025-10-10T02:10:54.1176680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/socketutils.py 2025-10-10T02:10:54.1177630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/setutils.py 2025-10-10T02:10:54.1178840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/statsutils.py 2025-10-10T02:10:54.1180040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/listutils.py 2025-10-10T02:10:54.1181170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/debugutils.py 2025-10-10T02:10:54.1182330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/urlutils.py 2025-10-10T02:10:54.1183330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/easterutils.py 2025-10-10T02:10:54.1184400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/ioutils.py 2025-10-10T02:10:54.1185480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/strutils.py 2025-10-10T02:10:54.1186490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/mathutils.py 2025-10-10T02:10:54.1187550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/timeutils.py 2025-10-10T02:10:54.1188470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/gcutils.py 2025-10-10T02:10:54.1189620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/boltons/funcutils.py 2025-10-10T02:10:54.1190600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1191630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_jsonutils.py 2025-10-10T02:10:54.1192730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.1193770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_statsutils.py 2025-10-10T02:10:54.1194790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_formatutils.py 2025-10-10T02:10:54.1195920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_typeutils.py 2025-10-10T02:10:54.1196950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils.py 2025-10-10T02:10:54.1198170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tbutils_parsed_exc.py 2025-10-10T02:10:54.1199280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_timeutils.py 2025-10-10T02:10:54.1200380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_mathutils.py 2025-10-10T02:10:54.1201540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/newlines_test_data.txt 2025-10-10T02:10:54.1202460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.1203380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/.coveragerc 2025-10-10T02:10:54.1204410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/jsonl_test_data.txt 2025-10-10T02:10:54.1205660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_listutils.py 2025-10-10T02:10:54.1206690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_iterutils.py 2025-10-10T02:10:54.1207820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_queueutils.py 2025-10-10T02:10:54.1209010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils_fb_py3.py 2025-10-10T02:10:54.1210030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_urlutils.py 2025-10-10T02:10:54.1211050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_debugutils_trace.py 2025-10-10T02:10:54.1212050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_dictutils.py 2025-10-10T02:10:54.1212900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_strutils.py 2025-10-10T02:10:54.1213710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tbutils.py 2025-10-10T02:10:54.1214670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_statsutils_histogram.py 2025-10-10T02:10:54.1215480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_funcutils_fb.py 2025-10-10T02:10:54.1216330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_gcutils.py 2025-10-10T02:10:54.1217210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_namedutils.py 2025-10-10T02:10:54.1218070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_ecoutils.py 2025-10-10T02:10:54.1218970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_cacheutils.py 2025-10-10T02:10:54.1219830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_fileutils.py 2025-10-10T02:10:54.1220720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_tableutils.py 2025-10-10T02:10:54.1221720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_socketutils.py 2025-10-10T02:10:54.1222470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_setutils.py 2025-10-10T02:10:54.1223280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tests/test_ioutils.py 2025-10-10T02:10:54.1224070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/tox.ini 2025-10-10T02:10:54.1224860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1225880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1226540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.1227400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1228110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1228930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1229710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1230370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1231040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.1231740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1232420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1233050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.1234230Z /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-10-10T02:10:54.1235320Z /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-10-10T02:10:54.1236420Z /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-10-10T02:10:54.1237430Z /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-10-10T02:10:54.1238480Z /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-10-10T02:10:54.1239530Z /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-10-10T02:10:54.1240650Z /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-10-10T02:10:54.1241530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/namedutils.py 2025-10-10T02:10:54.1242470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/cacheutils.py 2025-10-10T02:10:54.1243440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/pathutils.py 2025-10-10T02:10:54.1244380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/dictutils.py 2025-10-10T02:10:54.1245330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/tableutils.py 2025-10-10T02:10:54.1246290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/iterutils.py 2025-10-10T02:10:54.1247350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/mboxutils.py 2025-10-10T02:10:54.1248160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/fileutils.py 2025-10-10T02:10:54.1249070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/queueutils.py 2025-10-10T02:10:54.1250200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__init__.py 2025-10-10T02:10:54.1251040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/formatutils.py 2025-10-10T02:10:54.1252270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/namedutils.cpython-313.pyc 2025-10-10T02:10:54.1253380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/deprutils.cpython-313.pyc 2025-10-10T02:10:54.1254500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/ecoutils.cpython-313.pyc 2025-10-10T02:10:54.1255640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/tbutils.cpython-313.pyc 2025-10-10T02:10:54.1256940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/easterutils.cpython-313.pyc 2025-10-10T02:10:54.1258020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/gcutils.cpython-313.pyc 2025-10-10T02:10:54.1259120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/iterutils.cpython-313.pyc 2025-10-10T02:10:54.1260290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/listutils.cpython-313.pyc 2025-10-10T02:10:54.1261370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/urlutils.cpython-313.pyc 2025-10-10T02:10:54.1262500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/tableutils.cpython-313.pyc 2025-10-10T02:10:54.1263710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/strutils.cpython-313.pyc 2025-10-10T02:10:54.1264910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/timeutils.cpython-313.pyc 2025-10-10T02:10:54.1266060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/socketutils.cpython-313.pyc 2025-10-10T02:10:54.1267150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/fileutils.cpython-313.pyc 2025-10-10T02:10:54.1268300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/formatutils.cpython-313.pyc 2025-10-10T02:10:54.1269390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/setutils.cpython-313.pyc 2025-10-10T02:10:54.1270500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/dictutils.cpython-313.pyc 2025-10-10T02:10:54.1271620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/queueutils.cpython-313.pyc 2025-10-10T02:10:54.1272750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/jsonutils.cpython-313.pyc 2025-10-10T02:10:54.1273990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/mboxutils.cpython-313.pyc 2025-10-10T02:10:54.1275090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/typeutils.cpython-313.pyc 2025-10-10T02:10:54.1276230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/funcutils.cpython-313.pyc 2025-10-10T02:10:54.1277320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/pathutils.cpython-313.pyc 2025-10-10T02:10:54.1278940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/cacheutils.cpython-313.pyc 2025-10-10T02:10:54.1279990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/ioutils.cpython-313.pyc 2025-10-10T02:10:54.1281140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/statsutils.cpython-313.pyc 2025-10-10T02:10:54.1282250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/debugutils.cpython-313.pyc 2025-10-10T02:10:54.1283390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/mathutils.cpython-313.pyc 2025-10-10T02:10:54.1284580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/excutils.cpython-313.pyc 2025-10-10T02:10:54.1285700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1286610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/tbutils.py 2025-10-10T02:10:54.1287540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/typeutils.py 2025-10-10T02:10:54.1288450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/ecoutils.py 2025-10-10T02:10:54.1289370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/excutils.py 2025-10-10T02:10:54.1290310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/deprutils.py 2025-10-10T02:10:54.1291390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/jsonutils.py 2025-10-10T02:10:54.1292340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/socketutils.py 2025-10-10T02:10:54.1293260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/setutils.py 2025-10-10T02:10:54.1294160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/statsutils.py 2025-10-10T02:10:54.1295160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/listutils.py 2025-10-10T02:10:54.1296080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/debugutils.py 2025-10-10T02:10:54.1296990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/urlutils.py 2025-10-10T02:10:54.1297920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/easterutils.py 2025-10-10T02:10:54.1298820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/ioutils.py 2025-10-10T02:10:54.1299820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/strutils.py 2025-10-10T02:10:54.1300690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/mathutils.py 2025-10-10T02:10:54.1301620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/timeutils.py 2025-10-10T02:10:54.1302560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/gcutils.py 2025-10-10T02:10:54.1303500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0/lib/python3.13/site-packages/boltons/funcutils.py 2025-10-10T02:10:54.1303990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/bin/wheel 2025-10-10T02:10:54.1304800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1305530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1306200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1307080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1307790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.1308480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/bld.bat 2025-10-10T02:10:54.1309220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/build.sh 2025-10-10T02:10:54.1310170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1310870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1311700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1312330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1313050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1313680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.1314360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1315030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.1315770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1316410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.1317690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/metadata.py 2025-10-10T02:10:54.1318890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/macosx_libfile.py 2025-10-10T02:10:54.1319900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/util.py 2025-10-10T02:10:54.1321350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/_setuptools_logging.py 2025-10-10T02:10:54.1322480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__init__.py 2025-10-10T02:10:54.1323840Z /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-10-10T02:10:54.1325350Z /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-10-10T02:10:54.1326910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:54.1328130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.1329550Z /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-10-10T02:10:54.1330930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-10-10T02:10:54.1332510Z /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-10-10T02:10:54.1333800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.1335230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1336310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/pack.py 2025-10-10T02:10:54.1337370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/tags.py 2025-10-10T02:10:54.1338670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/convert.py 2025-10-10T02:10:54.1339800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/__init__.py 2025-10-10T02:10:54.1341100Z /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-10-10T02:10:54.1342500Z /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-10-10T02:10:54.1343890Z /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-10-10T02:10:54.1345140Z /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-10-10T02:10:54.1346210Z /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-10-10T02:10:54.1347070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/cli/unpack.py 2025-10-10T02:10:54.1347970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/bdist_wheel.py 2025-10-10T02:10:54.1349020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/tags.py 2025-10-10T02:10:54.1350120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_musllinux.py 2025-10-10T02:10:54.1351210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/version.py 2025-10-10T02:10:54.1352250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE 2025-10-10T02:10:54.1353340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.APACHE 2025-10-10T02:10:54.1354380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/__init__.py 2025-10-10T02:10:54.1355830Z /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-10-10T02:10:54.1357000Z /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-10-10T02:10:54.1358230Z /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-10-10T02:10:54.1359460Z /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-10-10T02:10:54.1360640Z /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-10-10T02:10:54.1361950Z /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-10-10T02:10:54.1363160Z /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-10-10T02:10:54.1364490Z /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-10-10T02:10:54.1365630Z /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-10-10T02:10:54.1366940Z /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-10-10T02:10:54.1368150Z /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-10-10T02:10:54.1369510Z /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-10-10T02:10:54.1370640Z /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-10-10T02:10:54.1371600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_parser.py 2025-10-10T02:10:54.1372610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.BSD 2025-10-10T02:10:54.1373640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/utils.py 2025-10-10T02:10:54.1374710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/requirements.py 2025-10-10T02:10:54.1375810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_structures.py 2025-10-10T02:10:54.1376830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/markers.py 2025-10-10T02:10:54.1377900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_manylinux.py 2025-10-10T02:10:54.1378930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_tokenizer.py 2025-10-10T02:10:54.1379990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/specifiers.py 2025-10-10T02:10:54.1381120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/packaging/_elffile.py 2025-10-10T02:10:54.1382060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/vendor.txt 2025-10-10T02:10:54.1382990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/vendored/__init__.py 2025-10-10T02:10:54.1384170Z /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-10-10T02:10:54.1385050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/_bdist_wheel.py 2025-10-10T02:10:54.1385980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/wheelfile.py 2025-10-10T02:10:54.1386870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0/lib/python3.13/site-packages/wheel/__main__.py 2025-10-10T02:10:54.1387920Z /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-10-10T02:10:54.1388880Z /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-10-10T02:10:54.1390060Z /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-10-10T02:10:54.1390980Z /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-10-10T02:10:54.1391970Z /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-10-10T02:10:54.1392750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1393680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1394470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/test_functools.py 2025-10-10T02:10:54.1395220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1396170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1396950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.1397850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1398610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1399540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1400350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1401120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1401740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.1402500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1403260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1403940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.1405160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/__init__.pyi 2025-10-10T02:10:54.1406230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/__init__.py 2025-10-10T02:10:54.1407660Z /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-10-10T02:10:54.1408480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/functools/py.typed 2025-10-10T02:10:54.1409670Z /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-10-10T02:10:54.1410850Z /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-10-10T02:10:54.1412040Z /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-10-10T02:10:54.1413180Z /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-10-10T02:10:54.1414340Z /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-10-10T02:10:54.1415530Z /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-10-10T02:10:54.1416990Z /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-10-10T02:10:54.1418330Z /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-10-10T02:10:54.1418930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2.conda 2025-10-10T02:10:54.1419670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-3.13.5-h2eb94d5_100_cp313.conda 2025-10-10T02:10:54.1420440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2.conda 2025-10-10T02:10:54.1421420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0.conda 2025-10-10T02:10:54.1422230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/repo2solv 2025-10-10T02:10:54.1422950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/dumpsolv 2025-10-10T02:10:54.1423800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/conda2solv 2025-10-10T02:10:54.1424520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/mergesolv 2025-10-10T02:10:54.1425380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/testsolv 2025-10-10T02:10:54.1426190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/bin/installcheck 2025-10-10T02:10:54.1427140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_solv.h 2025-10-10T02:10:54.1428140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolarch.h 2025-10-10T02:10:54.1428970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/tools_util.h 2025-10-10T02:10:54.1429830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/evr.h 2025-10-10T02:10:54.1430660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/pooltypes.h 2025-10-10T02:10:54.1431540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/pool.h 2025-10-10T02:10:54.1432450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/policy.h 2025-10-10T02:10:54.1433500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solv_xfopen.h 2025-10-10T02:10:54.1434550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_conda.h 2025-10-10T02:10:54.1435300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solver.h 2025-10-10T02:10:54.1436360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solvable.h 2025-10-10T02:10:54.1437150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolid.h 2025-10-10T02:10:54.1438020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/strpool.h 2025-10-10T02:10:54.1439040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solverdebug.h 2025-10-10T02:10:54.1439980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/testcase.h 2025-10-10T02:10:54.1441000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo.h 2025-10-10T02:10:54.1442120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/knownid.h 2025-10-10T02:10:54.1443050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/solvversion.h 2025-10-10T02:10:54.1444000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repo_write.h 2025-10-10T02:10:54.1444810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/poolvendor.h 2025-10-10T02:10:54.1445590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/util.h 2025-10-10T02:10:54.1446450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/repodata.h 2025-10-10T02:10:54.1447410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/rules.h 2025-10-10T02:10:54.1448350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/problems.h 2025-10-10T02:10:54.1449320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/bitmap.h 2025-10-10T02:10:54.1450260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/dirpool.h 2025-10-10T02:10:54.1451120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/chksum.h 2025-10-10T02:10:54.1452130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/transaction.h 2025-10-10T02:10:54.1453090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/conda.h 2025-10-10T02:10:54.1453980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/dataiterator.h 2025-10-10T02:10:54.1454760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/hash.h 2025-10-10T02:10:54.1455630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/selection.h 2025-10-10T02:10:54.1456560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/include/solv/queue.h 2025-10-10T02:10:54.1457480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/repodata_record.json 2025-10-10T02:10:54.1458310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/test/run_test.sh 2025-10-10T02:10:54.1459240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/licenses/LICENSE.BSD 2025-10-10T02:10:54.1460290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/install.sh 2025-10-10T02:10:54.1461450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install_dynamic.bat 2025-10-10T02:10:54.1462390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install_static.bat 2025-10-10T02:10:54.1463810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/win_export_and_static_build.patch 2025-10-10T02:10:54.1464770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/pcre2-compat.patch 2025-10-10T02:10:54.1466180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/conda_variant_priorization.patch 2025-10-10T02:10:54.1467500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/patches/no_error_subdir_mismatch.patch 2025-10-10T02:10:54.1468130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/install.sh 2025-10-10T02:10:54.1469080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/bld.bat 2025-10-10T02:10:54.1469980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/build.sh 2025-10-10T02:10:54.1470800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.1471810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1472580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/recipe/meta.yaml 2025-10-10T02:10:54.1473310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/paths.json 2025-10-10T02:10:54.1474130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/hash_input.json 2025-10-10T02:10:54.1474900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/files 2025-10-10T02:10:54.1475760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/about.json 2025-10-10T02:10:54.1476490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/has_prefix 2025-10-10T02:10:54.1477280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/index.json 2025-10-10T02:10:54.1478100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/info/git 2025-10-10T02:10:54.1479260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/pkgconfig/libsolv.pc 2025-10-10T02:10:54.1480310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/pkgconfig/libsolvext.pc 2025-10-10T02:10:54.1485800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolv.1.dylib 2025-10-10T02:10:54.1486200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolvext.dylib 2025-10-10T02:10:54.1486590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolvext.1.dylib 2025-10-10T02:10:54.1486970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/lib/libsolv.dylib 2025-10-10T02:10:54.1487360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-history.3 2025-10-10T02:10:54.1487790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-bindings.3 2025-10-10T02:10:54.1488240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-constantids.3 2025-10-10T02:10:54.1488410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv.3 2025-10-10T02:10:54.1488600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man3/libsolv-pool.3 2025-10-10T02:10:54.1488830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/installcheck.1 2025-10-10T02:10:54.1489750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/mergesolv.1 2025-10-10T02:10:54.1490440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/repo2solv.1 2025-10-10T02:10:54.1491120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/solv.1 2025-10-10T02:10:54.1491840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/dumpsolv.1 2025-10-10T02:10:54.1492570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/man/man1/testsolv.1 2025-10-10T02:10:54.1493390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1/share/cmake/Modules/FindLibSolv.cmake 2025-10-10T02:10:54.1493970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0.conda 2025-10-10T02:10:54.1494520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tzdata-2025b-h04d1e81_0.conda 2025-10-10T02:10:54.1495270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/bin/pysemver 2025-10-10T02:10:54.1495980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/repodata_record.json 2025-10-10T02:10:54.1496670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:54.1497510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_parsing.py 2025-10-10T02:10:54.1498250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/conftest.py 2025-10-10T02:10:54.1499120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_pysemver-cli.py 2025-10-10T02:10:54.1499870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_subclass.py 2025-10-10T02:10:54.1500640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_match.py 2025-10-10T02:10:54.1501550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_bump.py 2025-10-10T02:10:54.1502170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/coerce.py 2025-10-10T02:10:54.1503140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_deprecated_functions.py 2025-10-10T02:10:54.1503880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_max-min.py 2025-10-10T02:10:54.1504670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_semver.py 2025-10-10T02:10:54.1505460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_docstrings.py 2025-10-10T02:10:54.1506290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_typeerror-274.py 2025-10-10T02:10:54.1507060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_index.py 2025-10-10T02:10:54.1507930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/semverwithvprefix.py 2025-10-10T02:10:54.1508700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_immutable.py 2025-10-10T02:10:54.1509650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_compare.py 2025-10-10T02:10:54.1510430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_replace.py 2025-10-10T02:10:54.1511160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/tests/test_format.py 2025-10-10T02:10:54.1511880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/run_test.py 2025-10-10T02:10:54.1512730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1513450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/licenses/LICENSE.txt 2025-10-10T02:10:54.1514330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1515040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/meta.yaml 2025-10-10T02:10:54.1515890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1516510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/paths.json 2025-10-10T02:10:54.1517210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/hash_input.json 2025-10-10T02:10:54.1517880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/files 2025-10-10T02:10:54.1518560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/about.json 2025-10-10T02:10:54.1519310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/has_prefix 2025-10-10T02:10:54.1519980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/index.json 2025-10-10T02:10:54.1520600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/info/git 2025-10-10T02:10:54.1521790Z /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-10-10T02:10:54.1522870Z /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-10-10T02:10:54.1523820Z /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-10-10T02:10:54.1524970Z /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-10-10T02:10:54.1526060Z /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-10-10T02:10:54.1527090Z /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-10-10T02:10:54.1528150Z /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-10-10T02:10:54.1529180Z /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-10-10T02:10:54.1530220Z /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-10-10T02:10:54.1531160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/_types.py 2025-10-10T02:10:54.1532040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/version.py 2025-10-10T02:10:54.1533030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/_deprecated.py 2025-10-10T02:10:54.1533980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__init__.py 2025-10-10T02:10:54.1535140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:54.1536320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__about__.cpython-313.pyc 2025-10-10T02:10:54.1537480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/_deprecated.cpython-313.pyc 2025-10-10T02:10:54.1538560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.1539700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.1540820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1541940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.1542820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/cli.py 2025-10-10T02:10:54.1543810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__about__.py 2025-10-10T02:10:54.1545120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/py.typed 2025-10-10T02:10:54.1546320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/semver-3.0.2-py313hca03da5_1/lib/python3.13/site-packages/semver/__main__.py 2025-10-10T02:10:54.1546830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/lz4-c-1.9.4-h313beb8_1.conda 2025-10-10T02:10:54.1547600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1.conda 2025-10-10T02:10:54.1548500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0.conda 2025-10-10T02:10:54.1549430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1550270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1551240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_version.py 2025-10-10T02:10:54.1552350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.1553490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_structures.py 2025-10-10T02:10:54.1554710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_specifiers.py 2025-10-10T02:10:54.1555980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/requirements.txt 2025-10-10T02:10:54.1557020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/CACHEDIR.TAG 2025-10-10T02:10:54.1558080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/README.md 2025-10-10T02:10:54.1559220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/.gitignore 2025-10-10T02:10:54.1560540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/nodeids 2025-10-10T02:10:54.1561860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/lastfailed 2025-10-10T02:10:54.1562990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/.pytest_cache/v/cache/stepwise 2025-10-10T02:10:54.1563960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_manylinux.py 2025-10-10T02:10:54.1565120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_tags.py 2025-10-10T02:10:54.1566460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_metadata.py 2025-10-10T02:10:54.1567460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.1568420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_requirements.py 2025-10-10T02:10:54.1569290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_markers.py 2025-10-10T02:10:54.1570380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_licenses.py 2025-10-10T02:10:54.1571520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-i386 2025-10-10T02:10:54.1572660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-x86_64 2025-10-10T02:10:54.1573750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/glibc-x86_64 2025-10-10T02:10:54.1574850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/musllinux/musl-aarch64 2025-10-10T02:10:54.1575990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-data 2025-10-10T02:10:54.1577400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-s390x-s390x 2025-10-10T02:10:54.1578800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-class 2025-10-10T02:10:54.1579970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-armv7l-armel 2025-10-10T02:10:54.1581250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-x32 2025-10-10T02:10:54.1582480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-amd64 2025-10-10T02:10:54.1583630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-x86_64-i386 2025-10-10T02:10:54.1584870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-armv7l-armhf 2025-10-10T02:10:54.1585870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/build.sh 2025-10-10T02:10:54.1587150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-invalid-magic 2025-10-10T02:10:54.1588320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/manylinux/hello-world-too-short 2025-10-10T02:10:54.1589270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_elffile.py 2025-10-10T02:10:54.1590600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/metadata/everything.metadata 2025-10-10T02:10:54.1591570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/tests/test_musllinux.py 2025-10-10T02:10:54.1592660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1593660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1594490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.1595490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1596340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1597400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1598340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1599210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1600100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.1600950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1601950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1602720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.1604240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/tags.py 2025-10-10T02:10:54.1605430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_musllinux.py 2025-10-10T02:10:54.1606600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/metadata.py 2025-10-10T02:10:54.1608060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/version.py 2025-10-10T02:10:54.1609510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__init__.py 2025-10-10T02:10:54.1610800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/_spdx.py 2025-10-10T02:10:54.1612350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-10-10T02:10:54.1613680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1614840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__init__.py 2025-10-10T02:10:54.1616470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:54.1618000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:54.1619420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:54.1620920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.1622330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:54.1623700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:54.1625130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:54.1627100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:54.1628510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:54.1629900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1631480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:54.1632660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.1633840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:54.1635070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:54.1635850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_parser.py 2025-10-10T02:10:54.1636770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/utils.py 2025-10-10T02:10:54.1637790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/requirements.py 2025-10-10T02:10:54.1638770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_structures.py 2025-10-10T02:10:54.1639700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/markers.py 2025-10-10T02:10:54.1640600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/py.typed 2025-10-10T02:10:54.1641710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_manylinux.py 2025-10-10T02:10:54.1642510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_tokenizer.py 2025-10-10T02:10:54.1643470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/specifiers.py 2025-10-10T02:10:54.1644410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging/_elffile.py 2025-10-10T02:10:54.1645480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/RECORD 2025-10-10T02:10:54.1646570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE 2025-10-10T02:10:54.1647640Z /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-10-10T02:10:54.1648810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.APACHE 2025-10-10T02:10:54.1649780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/WHEEL 2025-10-10T02:10:54.1650820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.BSD 2025-10-10T02:10:54.1652020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/REQUESTED 2025-10-10T02:10:54.1653040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/INSTALLER 2025-10-10T02:10:54.1654040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0/lib/python3.13/site-packages/packaging-25.0.dist-info/METADATA 2025-10-10T02:10:54.1654750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1655440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1656230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.1657070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/requirements.txt 2025-10-10T02:10:54.1658150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_windows_registry.py 2025-10-10T02:10:54.1659220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_schema.py 2025-10-10T02:10:54.1660360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_cwp.py 2025-10-10T02:10:54.1661460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/sys-prefix.json 2025-10-10T02:10:54.1662860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/Iconleak-Atrous-Console.ico 2025-10-10T02:10:54.1663970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_menu_creation.py 2025-10-10T02:10:54.1665120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/menu-windows.json 2025-10-10T02:10:54.1666180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/_legacy/test_win32.py 2025-10-10T02:10:54.1667340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_conda.py 2025-10-10T02:10:54.1668430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_backwards_compatibility.py 2025-10-10T02:10:54.1669340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_data.py 2025-10-10T02:10:54.1670570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_api.py 2025-10-10T02:10:54.1671580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/test_elevation.py 2025-10-10T02:10:54.1672640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/precommands.json 2025-10-10T02:10:54.1673740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/windows-terminal.json 2025-10-10T02:10:54.1674810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/working-dir.json 2025-10-10T02:10:54.1675950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/file_types.json 2025-10-10T02:10:54.1677150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/no-platforms.json 2025-10-10T02:10:54.1678280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/sys-prefix.json 2025-10-10T02:10:54.1679480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/entitlements.json 2025-10-10T02:10:54.1680620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/file_types_no_event_handler.json 2025-10-10T02:10:54.1681660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/menu-name.json 2025-10-10T02:10:54.1682950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/example-3.invalid.json 2025-10-10T02:10:54.1684180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/osx_symlinks.json 2025-10-10T02:10:54.1685250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/jsons/url_protocols.json 2025-10-10T02:10:54.1686270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/LICENSE 2025-10-10T02:10:54.1687410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/menu.json 2025-10-10T02:10:54.1688540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/tests/data/pkgs/package_1/meta.yaml 2025-10-10T02:10:54.1689780Z /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-10-10T02:10:54.1690620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1691680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1692970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/licenses/menuinst/_vendor/apipkg/LICENSE 2025-10-10T02:10:54.1693820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.1694780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1695590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1696800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1697580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1698430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1699140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.1699910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1700830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1701570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.1702930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_schema.py 2025-10-10T02:10:54.1704270Z /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-10-10T02:10:54.1705550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/knownfolders.py 2025-10-10T02:10:54.1706920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/registry.py 2025-10-10T02:10:54.1708440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win_utils/__init__.py 2025-10-10T02:10:54.1710310Z /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-10-10T02:10:54.1711770Z /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-10-10T02:10:54.1713380Z /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-10-10T02:10:54.1715060Z /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-10-10T02:10:54.1716160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/__init__.py 2025-10-10T02:10:54.1717410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/win.py 2025-10-10T02:10:54.1718960Z /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-10-10T02:10:54.1720430Z /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-10-10T02:10:54.1722000Z /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-10-10T02:10:54.1723450Z /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-10-10T02:10:54.1724980Z /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-10-10T02:10:54.1726290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/linux.py 2025-10-10T02:10:54.1727420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/base.py 2025-10-10T02:10:54.1728830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/platforms/osx.py 2025-10-10T02:10:54.1730140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_version.py 2025-10-10T02:10:54.1731620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/LICENSE 2025-10-10T02:10:54.1733020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_version.py 2025-10-10T02:10:54.1734450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_module.py 2025-10-10T02:10:54.1735640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_syncronized.py 2025-10-10T02:10:54.1736890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_importing.py 2025-10-10T02:10:54.1738280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__init__.py 2025-10-10T02:10:54.1739660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_alias_module.py 2025-10-10T02:10:54.1741220Z /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-10-10T02:10:54.1742900Z /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-10-10T02:10:54.1744550Z /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-10-10T02:10:54.1746080Z /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-10-10T02:10:54.1747510Z /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-10-10T02:10:54.1749120Z /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-10-10T02:10:54.1750230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_vendor/apipkg/py.typed 2025-10-10T02:10:54.1751360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__init__.py 2025-10-10T02:10:54.1752700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.1754160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/_schema.cpython-313.pyc 2025-10-10T02:10:54.1755740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.1757220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.1758730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.1759920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/api.py 2025-10-10T02:10:54.1761000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/utils.py 2025-10-10T02:10:54.1762110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/cwp.py 2025-10-10T02:10:54.1763390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/__init__.py 2025-10-10T02:10:54.1764640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/win32.py 2025-10-10T02:10:54.1766120Z /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-10-10T02:10:54.1767600Z /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-10-10T02:10:54.1769040Z /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-10-10T02:10:54.1770730Z /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-10-10T02:10:54.1772280Z /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-10-10T02:10:54.1773420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/utils.py 2025-10-10T02:10:54.1774550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/_legacy/main.py 2025-10-10T02:10:54.1775840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst.schema.json 2025-10-10T02:10:54.1777120Z /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-10-10T02:10:54.1778450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/osx_launcher_arm64 2025-10-10T02:10:54.1780000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/menuinst.default.json 2025-10-10T02:10:54.1781240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/appkit_launcher_x86_64 2025-10-10T02:10:54.1782590Z /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-10-10T02:10:54.1783770Z /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-10-10T02:10:54.1784720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/osx_launcher_x86_64 2025-10-10T02:10:54.1785860Z /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-10-10T02:10:54.1786890Z /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-10-10T02:10:54.1787980Z /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-10-10T02:10:54.1789090Z /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-10-10T02:10:54.1790190Z /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-10-10T02:10:54.1791320Z /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-10-10T02:10:54.1792360Z /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-10-10T02:10:54.1793430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0/lib/python3.13/site-packages/menuinst/data/appkit_launcher_arm64 2025-10-10T02:10:54.1794490Z /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-10-10T02:10:54.1795700Z /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-10-10T02:10:54.1796820Z /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-10-10T02:10:54.1797810Z /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-10-10T02:10:54.1798840Z /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-10-10T02:10:54.1799960Z /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-10-10T02:10:54.1800990Z /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-10-10T02:10:54.1802030Z /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-10-10T02:10:54.1803130Z /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-10-10T02:10:54.1803580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/include/zlib.h 2025-10-10T02:10:54.1804190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/include/zconf.h 2025-10-10T02:10:54.1804960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/repodata_record.json 2025-10-10T02:10:54.1805620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/test/run_test.sh 2025-10-10T02:10:54.1806320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/licenses/zlib.h 2025-10-10T02:10:54.1806970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/bld.bat 2025-10-10T02:10:54.1807640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/build.sh 2025-10-10T02:10:54.1808480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1809120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/license.txt 2025-10-10T02:10:54.1809760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/meta.yaml 2025-10-10T02:10:54.1810570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1811340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/recipe/cmake-pkg-config.patch 2025-10-10T02:10:54.1811970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/run_exports.json 2025-10-10T02:10:54.1812580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/paths.json 2025-10-10T02:10:54.1813250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/hash_input.json 2025-10-10T02:10:54.1813910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/files 2025-10-10T02:10:54.1814500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/about.json 2025-10-10T02:10:54.1815150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/has_prefix 2025-10-10T02:10:54.1815780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/index.json 2025-10-10T02:10:54.1816350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/info/git 2025-10-10T02:10:54.1816990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.dylib 2025-10-10T02:10:54.1817690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/pkgconfig/zlib.pc 2025-10-10T02:10:54.1818320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.1.2.13.dylib 2025-10-10T02:10:54.1818890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.a 2025-10-10T02:10:54.1819650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1/lib/libz.1.dylib 2025-10-10T02:10:54.1820340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/traits.h 2025-10-10T02:10:54.1821100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/eventhandler.h 2025-10-10T02:10:54.1821870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitter.h 2025-10-10T02:10:54.1822640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/anchor.h 2025-10-10T02:10:54.1823380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/mark.h 2025-10-10T02:10:54.1824190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitterdef.h 2025-10-10T02:10:54.1824950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/parser.h 2025-10-10T02:10:54.1825720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/null.h 2025-10-10T02:10:54.1826520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/exceptions.h 2025-10-10T02:10:54.1827370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitterstyle.h 2025-10-10T02:10:54.1828100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/noexcept.h 2025-10-10T02:10:54.1828930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emittermanip.h 2025-10-10T02:10:54.1829760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/emitfromevents.h 2025-10-10T02:10:54.1830500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/dll.h 2025-10-10T02:10:54.1831410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/contrib/graphbuilder.h 2025-10-10T02:10:54.1832270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/contrib/anchordict.h 2025-10-10T02:10:54.1832990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/yaml.h 2025-10-10T02:10:54.1833800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/type.h 2025-10-10T02:10:54.1834630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/parse.h 2025-10-10T02:10:54.1835370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/node.h 2025-10-10T02:10:54.1836240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_data.h 2025-10-10T02:10:54.1837060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_ref.h 2025-10-10T02:10:54.1837850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node.h 2025-10-10T02:10:54.1838670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/memory.h 2025-10-10T02:10:54.1839660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/node_iterator.h 2025-10-10T02:10:54.1840430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/impl.h 2025-10-10T02:10:54.1841310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/iterator_fwd.h 2025-10-10T02:10:54.1842090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/detail/iterator.h 2025-10-10T02:10:54.1842810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/ptr.h 2025-10-10T02:10:54.1843580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/convert.h 2025-10-10T02:10:54.1844320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/impl.h 2025-10-10T02:10:54.1845160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/emit.h 2025-10-10T02:10:54.1845830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/node/iterator.h 2025-10-10T02:10:54.1846730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/ostream_wrapper.h 2025-10-10T02:10:54.1847470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/stlemitter.h 2025-10-10T02:10:54.1848180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/binary.h 2025-10-10T02:10:54.1848940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/yaml-cpp/depthguard.h 2025-10-10T02:10:54.1849720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-matchers.h 2025-10-10T02:10:54.1850480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-death-test.h 2025-10-10T02:10:54.1851250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-spi.h 2025-10-10T02:10:54.1852220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-string.h 2025-10-10T02:10:54.1853080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-death-test-internal.h 2025-10-10T02:10:54.1853810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-port.h 2025-10-10T02:10:54.1854690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-port-arch.h 2025-10-10T02:10:54.1855540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-internal.h 2025-10-10T02:10:54.1856380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-param-util.h 2025-10-10T02:10:54.1857210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-type-util.h 2025-10-10T02:10:54.1858020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/gtest-filepath.h 2025-10-10T02:10:54.1858900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest-port.h 2025-10-10T02:10:54.1859770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/README.md 2025-10-10T02:10:54.1860640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest.h 2025-10-10T02:10:54.1861510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/internal/custom/gtest-printers.h 2025-10-10T02:10:54.1862210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-message.h 2025-10-10T02:10:54.1863010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-param-test.h 2025-10-10T02:10:54.1863790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-typed-test.h 2025-10-10T02:10:54.1864580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest_pred_impl.h 2025-10-10T02:10:54.1865270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest_prod.h 2025-10-10T02:10:54.1866250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-test-part.h 2025-10-10T02:10:54.1866820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest.h 2025-10-10T02:10:54.1867620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gtest/gtest-printers.h 2025-10-10T02:10:54.1868520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-matchers.h 2025-10-10T02:10:54.1869530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-more-actions.h 2025-10-10T02:10:54.1870510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-port.h 2025-10-10T02:10:54.1871630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-internal-utils.h 2025-10-10T02:10:54.1872630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/gmock-pp.h 2025-10-10T02:10:54.1873800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-port.h 2025-10-10T02:10:54.1874990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-matchers.h 2025-10-10T02:10:54.1876420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/gmock-generated-actions.h 2025-10-10T02:10:54.1877440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/internal/custom/README.md 2025-10-10T02:10:54.1878410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-function-mocker.h 2025-10-10T02:10:54.1879350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-more-matchers.h 2025-10-10T02:10:54.1880300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-cardinalities.h 2025-10-10T02:10:54.1881340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-spec-builders.h 2025-10-10T02:10:54.1882380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-nice-strict.h 2025-10-10T02:10:54.1883190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock.h 2025-10-10T02:10:54.1884210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/include/gmock/gmock-actions.h 2025-10-10T02:10:54.1885030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/repodata_record.json 2025-10-10T02:10:54.1885830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/run_test.sh 2025-10-10T02:10:54.1886970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/CMakeLists.txt 2025-10-10T02:10:54.1887780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/test.bat 2025-10-10T02:10:54.1888720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/test.sh 2025-10-10T02:10:54.1889620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test/main.cpp 2025-10-10T02:10:54.1890750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1891630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/licenses/LICENSE 2025-10-10T02:10:54.1892700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/build_shared.sh 2025-10-10T02:10:54.1893660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/bld_shared.bat 2025-10-10T02:10:54.1894750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/CMakeLists.txt 2025-10-10T02:10:54.1895840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/test.bat 2025-10-10T02:10:54.1896940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/test.sh 2025-10-10T02:10:54.1897990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/test/main.cpp 2025-10-10T02:10:54.1899460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/patches/0001-fix-narrowing-error.patch 2025-10-10T02:10:54.1900350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/build_shared.sh 2025-10-10T02:10:54.1901310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/build_static.sh 2025-10-10T02:10:54.1902430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.1903440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1904370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/recipe/meta.yaml 2025-10-10T02:10:54.1905310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/run_exports.json 2025-10-10T02:10:54.1906170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/paths.json 2025-10-10T02:10:54.1907120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/hash_input.json 2025-10-10T02:10:54.1907980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/files 2025-10-10T02:10:54.1908830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/about.json 2025-10-10T02:10:54.1909730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/has_prefix 2025-10-10T02:10:54.1910600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/index.json 2025-10-10T02:10:54.1911370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/info/git 2025-10-10T02:10:54.1912280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.0.8.0.dylib 2025-10-10T02:10:54.1913140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/yaml-cpp.pc 2025-10-10T02:10:54.1914160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gmock_main.pc 2025-10-10T02:10:54.1915070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gmock.pc 2025-10-10T02:10:54.1916140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gtest_main.pc 2025-10-10T02:10:54.1916950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/pkgconfig/gtest.pc 2025-10-10T02:10:54.1918030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-config.cmake 2025-10-10T02:10:54.1919220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake 2025-10-10T02:10:54.1920350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake 2025-10-10T02:10:54.1921470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake 2025-10-10T02:10:54.1922120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestTargets.cmake 2025-10-10T02:10:54.1923040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestTargets-release.cmake 2025-10-10T02:10:54.1923790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestConfig.cmake 2025-10-10T02:10:54.1924630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/cmake/GTest/GTestConfigVersion.cmake 2025-10-10T02:10:54.1925330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.0.8.dylib 2025-10-10T02:10:54.1926070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest.1.11.0.dylib 2025-10-10T02:10:54.1926770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock.1.11.0.dylib 2025-10-10T02:10:54.1927610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest_main.1.11.0.dylib 2025-10-10T02:10:54.1928290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libyaml-cpp.dylib 2025-10-10T02:10:54.1928950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest.dylib 2025-10-10T02:10:54.1929650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgtest_main.dylib 2025-10-10T02:10:54.1930360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock.dylib 2025-10-10T02:10:54.1931030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock_main.dylib 2025-10-10T02:10:54.1931790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/yaml-cpp-0.8.0-h313beb8_1/lib/libgmock_main.1.11.0.dylib 2025-10-10T02:10:54.1932330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0.conda 2025-10-10T02:10:54.1933110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.conda 2025-10-10T02:10:54.1933960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.1934730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.1935610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.1936550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/test_grouped_metadata.py 2025-10-10T02:10:54.1937360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/tests/test_main.py 2025-10-10T02:10:54.1938120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.1939220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.1939900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.1940840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.1941570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.1942430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.1943160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.1943940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.1944700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.1945400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.1946180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.1946800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.1948010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/__init__.py 2025-10-10T02:10:54.1949400Z /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-10-10T02:10:54.1950570Z /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-10-10T02:10:54.1951530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/py.typed 2025-10-10T02:10:54.1952630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0/lib/python3.13/site-packages/annotated_types/test_cases.py 2025-10-10T02:10:54.1953800Z /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-10-10T02:10:54.1955030Z /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-10-10T02:10:54.1956240Z /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-10-10T02:10:54.1957280Z /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-10-10T02:10:54.1958460Z /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-10-10T02:10:54.1959710Z /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-10-10T02:10:54.1960710Z /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-10-10T02:10:54.1961190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0.conda 2025-10-10T02:10:54.1962080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/alias.py 2025-10-10T02:10:54.1962990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/microarchitecture.py 2025-10-10T02:10:54.1963840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/__init__.py 2025-10-10T02:10:54.1964710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/detect.py 2025-10-10T02:10:54.1965580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cpu/schema.py 2025-10-10T02:10:54.1966420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/__init__.py 2025-10-10T02:10:54.1967350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/LICENSE-APACHE 2025-10-10T02:10:54.1968290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/cpuid.json 2025-10-10T02:10:54.1969370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/microarchitectures_schema.json 2025-10-10T02:10:54.1970310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/cpuid_schema.json 2025-10-10T02:10:54.1971340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/cpu/microarchitectures.json 2025-10-10T02:10:54.1972430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/windows-cpuid-icelake 2025-10-10T02:10:54.1973440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rocky8-a64fx 2025-10-10T02:10:54.1974540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-power8le 2025-10-10T02:10:54.1976310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientificfermi6-bulldozer 2025-10-10T02:10:54.1977270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-asahi-m1 2025-10-10T02:10:54.1978220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/windows-cpuid-broadwell 2025-10-10T02:10:54.1979260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-skylake_avx512 2025-10-10T02:10:54.1980260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/bgq-rhel6-power7 2025-10-10T02:10:54.1981240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-sifive-u74mc 2025-10-10T02:10:54.1982360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-broadwell 2025-10-10T02:10:54.1983470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-cortex_a72 2025-10-10T02:10:54.1984430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_v1 2025-10-10T02:10:54.1985430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu20.04-zen3 2025-10-10T02:10:54.1986520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_n1 2025-10-10T02:10:54.1987460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rocky8.5-zen4 2025-10-10T02:10:54.1988640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu18.04-broadwell 2025-10-10T02:10:54.1989660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientific7-piledriver 2025-10-10T02:10:54.1990850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-monterey-m2 2025-10-10T02:10:54.1991820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel8-power9 2025-10-10T02:10:54.1993280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-amazon2-sapphirerapids 2025-10-10T02:10:54.1994850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientificfermi6-piledriver 2025-10-10T02:10:54.1996010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-asahi-m2 2025-10-10T02:10:54.1997320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-unknown-power10 2025-10-10T02:10:54.1998530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-bigsur-m1 2025-10-10T02:10:54.1999780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-zen 2025-10-10T02:10:54.2001120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-cascadelake 2025-10-10T02:10:54.2002440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-haswell 2025-10-10T02:10:54.2003730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-x86_64_v3 2025-10-10T02:10:54.2005060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-ivybridge 2025-10-10T02:10:54.2006450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-unknown-sapphirerapids 2025-10-10T02:10:54.2007790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-ubuntu22.04-neoverse_v2 2025-10-10T02:10:54.2009280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel6-piledriver 2025-10-10T02:10:54.2010660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-scientific7-k10 2025-10-10T02:10:54.2011920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-haswell 2025-10-10T02:10:54.2013370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-mojave-skylake 2025-10-10T02:10:54.2014610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-rhel7-ivybridge 2025-10-10T02:10:54.2015960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/darwin-monterey-m1 2025-10-10T02:10:54.2017360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/tests/targets/linux-centos7-thunderx2 2025-10-10T02:10:54.2018240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/NOTICE 2025-10-10T02:10:54.2019330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/README.md 2025-10-10T02:10:54.2020380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/COPYRIGHT 2025-10-10T02:10:54.2021410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/json/LICENSE-MIT 2025-10-10T02:10:54.2022470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/cli.py 2025-10-10T02:10:54.2023460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/__main__.py 2025-10-10T02:10:54.2024570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/LICENSE 2025-10-10T02:10:54.2025710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/cpuid.py 2025-10-10T02:10:54.2026870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/README.md 2025-10-10T02:10:54.2027930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/example.py 2025-10-10T02:10:54.2029210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec/vendor/cpuid/.gitignore 2025-10-10T02:10:54.2030570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/RECORD 2025-10-10T02:10:54.2031770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/direct_url.json 2025-10-10T02:10:54.2032830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/WHEEL 2025-10-10T02:10:54.2034070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/entry_points.txt 2025-10-10T02:10:54.2035220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/REQUESTED 2025-10-10T02:10:54.2036280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/INSTALLER 2025-10-10T02:10:54.2037480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/site-packages/archspec-0.2.3.dist-info/METADATA 2025-10-10T02:10:54.2038420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/repodata_record.json 2025-10-10T02:10:54.2039470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.sh 2025-10-10T02:10:54.2040400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.py 2025-10-10T02:10:54.2041490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2042360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/test/run_test.bat 2025-10-10T02:10:54.2043310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/licenses/LICENSE-APACHE 2025-10-10T02:10:54.2044320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/licenses/LICENSE-MIT 2025-10-10T02:10:54.2045200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2046140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2047160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2047940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/paths.json 2025-10-10T02:10:54.2048870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/hash_input.json 2025-10-10T02:10:54.2049640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/files 2025-10-10T02:10:54.2050540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/about.json 2025-10-10T02:10:54.2051320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/link.json 2025-10-10T02:10:54.2052180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/index.json 2025-10-10T02:10:54.2052920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0/info/git 2025-10-10T02:10:54.2053950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2055020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2056140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_pretty.py 2025-10-10T02:10:54.2057180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_filesize.py 2025-10-10T02:10:54.2058150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_columns_align.py 2025-10-10T02:10:54.2059120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.2060120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_protocol.py 2025-10-10T02:10:54.2061050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_getfileno.py 2025-10-10T02:10:54.2062030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_tree.py 2025-10-10T02:10:54.2062940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_logging.py 2025-10-10T02:10:54.2063740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_stack.py 2025-10-10T02:10:54.2064510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/pytest.ini 2025-10-10T02:10:54.2065420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_win32_console.py 2025-10-10T02:10:54.2066250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_console.py 2025-10-10T02:10:54.2067120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_constrain.py 2025-10-10T02:10:54.2067970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_measure.py 2025-10-10T02:10:54.2068790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_syntax.py 2025-10-10T02:10:54.2069660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/render.py 2025-10-10T02:10:54.2070500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_prompt.py 2025-10-10T02:10:54.2071240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_table.py 2025-10-10T02:10:54.2071990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_cells.py 2025-10-10T02:10:54.2072830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_live_render.py 2025-10-10T02:10:54.2073740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_panel.py 2025-10-10T02:10:54.2074560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_box.py 2025-10-10T02:10:54.2075220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_styled.py 2025-10-10T02:10:54.2076320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_palette.py 2025-10-10T02:10:54.2077070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_windows_renderer.py 2025-10-10T02:10:54.2077680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.2078470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rich_print.py 2025-10-10T02:10:54.2079260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_control.py 2025-10-10T02:10:54.2080080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_status.py 2025-10-10T02:10:54.2080880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_log.py 2025-10-10T02:10:54.2081690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_live.py 2025-10-10T02:10:54.2082550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_null_file.py 2025-10-10T02:10:54.2083360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_screen.py 2025-10-10T02:10:54.2084210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_progress.py 2025-10-10T02:10:54.2085080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_containers.py 2025-10-10T02:10:54.2085910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_ratio.py 2025-10-10T02:10:54.2086700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_text.py 2025-10-10T02:10:54.2087450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_align.py 2025-10-10T02:10:54.2088240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_inspect.py 2025-10-10T02:10:54.2089050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_color.py 2025-10-10T02:10:54.2089860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rule.py 2025-10-10T02:10:54.2090700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_columns.py 2025-10-10T02:10:54.2091500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_repr.py 2025-10-10T02:10:54.2092320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_card.py 2025-10-10T02:10:54.2093230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_file_proxy.py 2025-10-10T02:10:54.2094000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_theme.py 2025-10-10T02:10:54.2094850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_style.py 2025-10-10T02:10:54.2095830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markdown_no_hyperlinks.py 2025-10-10T02:10:54.2096600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_pick.py 2025-10-10T02:10:54.2097640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_rule_in_table.py 2025-10-10T02:10:54.2098310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_emoji.py 2025-10-10T02:10:54.2099220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_color_triplet.py 2025-10-10T02:10:54.2100010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_layout.py 2025-10-10T02:10:54.2100740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_padding.py 2025-10-10T02:10:54.2101500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_json.py 2025-10-10T02:10:54.2102330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_jupyter.py 2025-10-10T02:10:54.2103090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_tools.py 2025-10-10T02:10:54.2103900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_segment.py 2025-10-10T02:10:54.2104680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/_card_render.py 2025-10-10T02:10:54.2105580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_highlighter.py 2025-10-10T02:10:54.2106300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markdown.py 2025-10-10T02:10:54.2107110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_bar.py 2025-10-10T02:10:54.2107900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_ansi.py 2025-10-10T02:10:54.2108710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_traceback.py 2025-10-10T02:10:54.2109520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_block_bar.py 2025-10-10T02:10:54.2110250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_spinner.py 2025-10-10T02:10:54.2111060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/tests/test_markup.py 2025-10-10T02:10:54.2111730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2112660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2113310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2114120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2114880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2115680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2116340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2117060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2117620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/files 2025-10-10T02:10:54.2118400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2119110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2119710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/info/git 2025-10-10T02:10:54.2120840Z /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-10-10T02:10:54.2121840Z /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-10-10T02:10:54.2122900Z /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-10-10T02:10:54.2123980Z /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-10-10T02:10:54.2124950Z /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-10-10T02:10:54.2125870Z /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-10-10T02:10:54.2126900Z /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-10-10T02:10:54.2127700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/themes.py 2025-10-10T02:10:54.2128590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/screen.py 2025-10-10T02:10:54.2129490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/logging.py 2025-10-10T02:10:54.2130420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/measure.py 2025-10-10T02:10:54.2131300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/tree.py 2025-10-10T02:10:54.2132310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/console.py 2025-10-10T02:10:54.2133280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/live_render.py 2025-10-10T02:10:54.2134270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_emoji_codes.py 2025-10-10T02:10:54.2135100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/box.py 2025-10-10T02:10:54.2136020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/color.py 2025-10-10T02:10:54.2136940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_timer.py 2025-10-10T02:10:54.2137870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_fileno.py 2025-10-10T02:10:54.2138770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/align.py 2025-10-10T02:10:54.2139710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/theme.py 2025-10-10T02:10:54.2140700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/style.py 2025-10-10T02:10:54.2141870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/default_styles.py 2025-10-10T02:10:54.2142830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_wrap.py 2025-10-10T02:10:54.2143920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_log_render.py 2025-10-10T02:10:54.2145160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/emoji.py 2025-10-10T02:10:54.2146580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/layout.py 2025-10-10T02:10:54.2147750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/containers.py 2025-10-10T02:10:54.2149020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_emoji_replace.py 2025-10-10T02:10:54.2150210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/traceback.py 2025-10-10T02:10:54.2151340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/region.py 2025-10-10T02:10:54.2152660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/protocol.py 2025-10-10T02:10:54.2153860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_loop.py 2025-10-10T02:10:54.2155280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/control.py 2025-10-10T02:10:54.2156330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/filesize.py 2025-10-10T02:10:54.2157520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_null_file.py 2025-10-10T02:10:54.2158590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_palettes.py 2025-10-10T02:10:54.2159770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__init__.py 2025-10-10T02:10:54.2160860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_pick.py 2025-10-10T02:10:54.2162030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/file_proxy.py 2025-10-10T02:10:54.2163560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/highlighter.cpython-313.pyc 2025-10-10T02:10:54.2165030Z /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-10-10T02:10:54.2166430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/segment.cpython-313.pyc 2025-10-10T02:10:54.2167760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:54.2169430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/markdown.cpython-313.pyc 2025-10-10T02:10:54.2170580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/theme.cpython-313.pyc 2025-10-10T02:10:54.2172040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:54.2173270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/constrain.cpython-313.pyc 2025-10-10T02:10:54.2174480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/rule.cpython-313.pyc 2025-10-10T02:10:54.2175940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/containers.cpython-313.pyc 2025-10-10T02:10:54.2177280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/cells.cpython-313.pyc 2025-10-10T02:10:54.2178700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/ansi.cpython-313.pyc 2025-10-10T02:10:54.2180230Z /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-10-10T02:10:54.2181660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_ratio.cpython-313.pyc 2025-10-10T02:10:54.2182920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/layout.cpython-313.pyc 2025-10-10T02:10:54.2184400Z /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-10-10T02:10:54.2185780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/scope.cpython-313.pyc 2025-10-10T02:10:54.2187140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:54.2188460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/pretty.cpython-313.pyc 2025-10-10T02:10:54.2189690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_loop.cpython-313.pyc 2025-10-10T02:10:54.2195100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:54.2195520Z /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-10-10T02:10:54.2195900Z /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-10-10T02:10:54.2196210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_palettes.cpython-313.pyc 2025-10-10T02:10:54.2197030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:54.2198410Z /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-10-10T02:10:54.2199930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/filesize.cpython-313.pyc 2025-10-10T02:10:54.2201510Z /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-10-10T02:10:54.2202860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:54.2204320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_fileno.cpython-313.pyc 2025-10-10T02:10:54.2205830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/prompt.cpython-313.pyc 2025-10-10T02:10:54.2207060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/progress.cpython-313.pyc 2025-10-10T02:10:54.2208150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:54.2209250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/bar.cpython-313.pyc 2025-10-10T02:10:54.2210360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_spinners.cpython-313.pyc 2025-10-10T02:10:54.2211530Z /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-10-10T02:10:54.2212610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/status.cpython-313.pyc 2025-10-10T02:10:54.2213820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/repr.cpython-313.pyc 2025-10-10T02:10:54.2214870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:54.2215990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_extension.cpython-313.pyc 2025-10-10T02:10:54.2217140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/measure.cpython-313.pyc 2025-10-10T02:10:54.2218230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/screen.cpython-313.pyc 2025-10-10T02:10:54.2219350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/palette.cpython-313.pyc 2025-10-10T02:10:54.2220570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/region.cpython-313.pyc 2025-10-10T02:10:54.2221620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/themes.cpython-313.pyc 2025-10-10T02:10:54.2222710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/emoji.cpython-313.pyc 2025-10-10T02:10:54.2223730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_stack.cpython-313.pyc 2025-10-10T02:10:54.2224760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/control.cpython-313.pyc 2025-10-10T02:10:54.2225890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_inspect.cpython-313.pyc 2025-10-10T02:10:54.2226940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/syntax.cpython-313.pyc 2025-10-10T02:10:54.2228050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:54.2229130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/table.cpython-313.pyc 2025-10-10T02:10:54.2230260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_wrap.cpython-313.pyc 2025-10-10T02:10:54.2231220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/live.cpython-313.pyc 2025-10-10T02:10:54.2232330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/align.cpython-313.pyc 2025-10-10T02:10:54.2233410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/jupyter.cpython-313.pyc 2025-10-10T02:10:54.2234480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/markup.cpython-313.pyc 2025-10-10T02:10:54.2235670Z /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-10-10T02:10:54.2236710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/protocol.cpython-313.pyc 2025-10-10T02:10:54.2237750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_pick.cpython-313.pyc 2025-10-10T02:10:54.2238990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/_timer.cpython-313.pyc 2025-10-10T02:10:54.2240010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/spinner.cpython-313.pyc 2025-10-10T02:10:54.2241100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/styled.cpython-313.pyc 2025-10-10T02:10:54.2242120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:54.2243490Z /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-10-10T02:10:54.2244350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/pager.cpython-313.pyc 2025-10-10T02:10:54.2245470Z /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-10-10T02:10:54.2246600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.2247640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/box.cpython-313.pyc 2025-10-10T02:10:54.2248700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/columns.cpython-313.pyc 2025-10-10T02:10:54.2249740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:54.2250800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.2251900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/traceback.cpython-313.pyc 2025-10-10T02:10:54.2252970Z /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-10-10T02:10:54.2254160Z /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-10-10T02:10:54.2255240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:54.2256400Z /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-10-10T02:10:54.2257500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__pycache__/padding.cpython-313.pyc 2025-10-10T02:10:54.2258360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/palette.py 2025-10-10T02:10:54.2259330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/markup.py 2025-10-10T02:10:54.2260200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_ratio.py 2025-10-10T02:10:54.2261090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/repr.py 2025-10-10T02:10:54.2262060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/constrain.py 2025-10-10T02:10:54.2262970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/pretty.py 2025-10-10T02:10:54.2263910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/diagnose.py 2025-10-10T02:10:54.2264850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/columns.py 2025-10-10T02:10:54.2265740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/rule.py 2025-10-10T02:10:54.2266730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_inspect.py 2025-10-10T02:10:54.2267710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/markdown.py 2025-10-10T02:10:54.2268540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/pager.py 2025-10-10T02:10:54.2269470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/text.py 2025-10-10T02:10:54.2270300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/highlighter.py 2025-10-10T02:10:54.2271240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_spinners.py 2025-10-10T02:10:54.2272230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/terminal_theme.py 2025-10-10T02:10:54.2273140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/bar.py 2025-10-10T02:10:54.2274030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/live.py 2025-10-10T02:10:54.2274950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/py.typed 2025-10-10T02:10:54.2275910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/syntax.py 2025-10-10T02:10:54.2276770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/table.py 2025-10-10T02:10:54.2277770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_export_format.py 2025-10-10T02:10:54.2278730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/progress_bar.py 2025-10-10T02:10:54.2279620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/errors.py 2025-10-10T02:10:54.2280560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/prompt.py 2025-10-10T02:10:54.2281490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/segment.py 2025-10-10T02:10:54.2282390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/ansi.py 2025-10-10T02:10:54.2283320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/progress.py 2025-10-10T02:10:54.2284190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_stack.py 2025-10-10T02:10:54.2285090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_windows.py 2025-10-10T02:10:54.2286070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_cell_widths.py 2025-10-10T02:10:54.2286970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/cells.py 2025-10-10T02:10:54.2288100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_win32_console.py 2025-10-10T02:10:54.2288960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/panel.py 2025-10-10T02:10:54.2289800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/styled.py 2025-10-10T02:10:54.2290660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/spinner.py 2025-10-10T02:10:54.2291810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_windows_renderer.py 2025-10-10T02:10:54.2292590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/json.py 2025-10-10T02:10:54.2293450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/padding.py 2025-10-10T02:10:54.2294360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/__main__.py 2025-10-10T02:10:54.2295300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/scope.py 2025-10-10T02:10:54.2296130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/_extension.py 2025-10-10T02:10:54.2297000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/status.py 2025-10-10T02:10:54.2297920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/abc.py 2025-10-10T02:10:54.2298970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/jupyter.py 2025-10-10T02:10:54.2300290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0/lib/python3.13/site-packages/rich/color_triplet.py 2025-10-10T02:10:54.2301140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1.conda 2025-10-10T02:10:54.2301830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libsolv-0.7.30-h514c7bf_1.conda 2025-10-10T02:10:54.2302630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libnghttp2-1.57.0-h62f6fdd_0.conda 2025-10-10T02:10:54.2303410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0.conda 2025-10-10T02:10:54.2304200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xmllint 2025-10-10T02:10:54.2305010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xml2-config 2025-10-10T02:10:54.2305860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/bin/xmlcatalog 2025-10-10T02:10:54.2307090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/chvalid.h 2025-10-10T02:10:54.2308170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/parserInternals.h 2025-10-10T02:10:54.2309340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpointer.h 2025-10-10T02:10:54.2310420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/debugXML.h 2025-10-10T02:10:54.2311540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/schematron.h 2025-10-10T02:10:54.2312500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/uri.h 2025-10-10T02:10:54.2313470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/parser.h 2025-10-10T02:10:54.2314550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/encoding.h 2025-10-10T02:10:54.2315450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/tree.h 2025-10-10T02:10:54.2316490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/threads.h 2025-10-10T02:10:54.2317580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlversion.h 2025-10-10T02:10:54.2318530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/globals.h 2025-10-10T02:10:54.2319510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/catalog.h 2025-10-10T02:10:54.2320530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/pattern.h 2025-10-10T02:10:54.2321520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlreader.h 2025-10-10T02:10:54.2322580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/HTMLtree.h 2025-10-10T02:10:54.2323480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/SAX2.h 2025-10-10T02:10:54.2324530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlexports.h 2025-10-10T02:10:54.2325440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xlink.h 2025-10-10T02:10:54.2326460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/SAX.h 2025-10-10T02:10:54.2327440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/entities.h 2025-10-10T02:10:54.2328430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlregexp.h 2025-10-10T02:10:54.2329470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/list.h 2025-10-10T02:10:54.2330560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xinclude.h 2025-10-10T02:10:54.2331620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlerror.h 2025-10-10T02:10:54.2332740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/schemasInternals.h 2025-10-10T02:10:54.2333770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/dict.h 2025-10-10T02:10:54.2335150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlIO.h 2025-10-10T02:10:54.2336190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/HTMLparser.h 2025-10-10T02:10:54.2337240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlautomata.h 2025-10-10T02:10:54.2338340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlsave.h 2025-10-10T02:10:54.2339290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlstring.h 2025-10-10T02:10:54.2340280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpath.h 2025-10-10T02:10:54.2341230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/valid.h 2025-10-10T02:10:54.2342240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlschemastypes.h 2025-10-10T02:10:54.2343330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/c14n.h 2025-10-10T02:10:54.2344310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlmodule.h 2025-10-10T02:10:54.2345210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/relaxng.h 2025-10-10T02:10:54.2345980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/nanohttp.h 2025-10-10T02:10:54.2346790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlunicode.h 2025-10-10T02:10:54.2347580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlwriter.h 2025-10-10T02:10:54.2348370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlmemory.h 2025-10-10T02:10:54.2349270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xpathInternals.h 2025-10-10T02:10:54.2350040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/nanoftp.h 2025-10-10T02:10:54.2350810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/hash.h 2025-10-10T02:10:54.2351670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/include/libxml2/libxml/xmlschemas.h 2025-10-10T02:10:54.2352360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/repodata_record.json 2025-10-10T02:10:54.2353060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/test/run_test.sh 2025-10-10T02:10:54.2353730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/test/test.xml 2025-10-10T02:10:54.2354460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/licenses/Copyright 2025-10-10T02:10:54.2355720Z /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-10-10T02:10:54.2356150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/bld.bat 2025-10-10T02:10:54.2357050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/test.xml 2025-10-10T02:10:54.2357620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/build.sh 2025-10-10T02:10:54.2358420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2359150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2359930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2360600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/run_exports.json 2025-10-10T02:10:54.2361270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/paths.json 2025-10-10T02:10:54.2361930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/hash_input.json 2025-10-10T02:10:54.2362550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/files 2025-10-10T02:10:54.2363210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/about.json 2025-10-10T02:10:54.2363850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/has_prefix 2025-10-10T02:10:54.2364580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/index.json 2025-10-10T02:10:54.2365100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/info/git 2025-10-10T02:10:54.2365810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/libxml2.2.dylib 2025-10-10T02:10:54.2366620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/pkgconfig/libxml-2.0.pc 2025-10-10T02:10:54.2367540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/cmake/libxml2/libxml2-config.cmake 2025-10-10T02:10:54.2368190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/lib/libxml2.dylib 2025-10-10T02:10:54.2368970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0/share/aclocal/libxml.m4 2025-10-10T02:10:54.2369680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0.conda 2025-10-10T02:10:54.2370280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0.conda 2025-10-10T02:10:54.2370970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/wheel-0.45.1-py313hca03da5_0.conda 2025-10-10T02:10:54.2372000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/md.py 2025-10-10T02:10:54.2372970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/version.py 2025-10-10T02:10:54.2373920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/legacy.py 2025-10-10T02:10:54.2374860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/models.py 2025-10-10T02:10:54.2375840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/__init__.py 2025-10-10T02:10:54.2376870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cli/__init__.py 2025-10-10T02:10:54.2377900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cli/__main__.py 2025-10-10T02:10:54.2378850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/api.py 2025-10-10T02:10:54.2379820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/utils.py 2025-10-10T02:10:54.2380950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/py.typed 2025-10-10T02:10:54.2381830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/constant.py 2025-10-10T02:10:54.2382820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/__main__.py 2025-10-10T02:10:54.2383760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer/cd.py 2025-10-10T02:10:54.2385070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/RECORD 2025-10-10T02:10:54.2386040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE 2025-10-10T02:10:54.2387150Z /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-10-10T02:10:54.2388270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL 2025-10-10T02:10:54.2389380Z /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-10-10T02:10:54.2390470Z /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-10-10T02:10:54.2391540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/REQUESTED 2025-10-10T02:10:54.2392570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER 2025-10-10T02:10:54.2393770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/site-packages/charset_normalizer-3.3.2.dist-info/METADATA 2025-10-10T02:10:54.2394410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/repodata_record.json 2025-10-10T02:10:54.2395210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.sh 2025-10-10T02:10:54.2395980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.py 2025-10-10T02:10:54.2396940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2397710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/test/run_test.bat 2025-10-10T02:10:54.2398500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/licenses/LICENSE 2025-10-10T02:10:54.2399460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2400280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2401180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2401850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/paths.json 2025-10-10T02:10:54.2402610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/hash_input.json 2025-10-10T02:10:54.2403320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/files 2025-10-10T02:10:54.2404060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/about.json 2025-10-10T02:10:54.2404770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/link.json 2025-10-10T02:10:54.2405520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/index.json 2025-10-10T02:10:54.2406310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/charset-normalizer-3.3.2-pyhd3eb1b0_0/info/git 2025-10-10T02:10:54.2406870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/packaging-25.0-py313hca03da5_0.conda 2025-10-10T02:10:54.2407790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2408500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2409380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.2410210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/test_recipes.py 2025-10-10T02:10:54.2411080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/tests/test_more.py 2025-10-10T02:10:54.2411840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2412840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2413560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2414560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2415340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2416260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2417100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2417940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2418670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.2419460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2420210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2420920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.2422130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__init__.pyi 2025-10-10T02:10:54.2423170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/more.pyi 2025-10-10T02:10:54.2424250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/__init__.py 2025-10-10T02:10:54.2425590Z /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-10-10T02:10:54.2427070Z /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-10-10T02:10:54.2428510Z /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-10-10T02:10:54.2429830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/more.py 2025-10-10T02:10:54.2431290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/recipes.py 2025-10-10T02:10:54.2432750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/py.typed 2025-10-10T02:10:54.2434330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0/lib/python3.13/site-packages/more_itertools/recipes.pyi 2025-10-10T02:10:54.2435700Z /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-10-10T02:10:54.2437220Z /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-10-10T02:10:54.2438980Z /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-10-10T02:10:54.2440350Z /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-10-10T02:10:54.2441880Z /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-10-10T02:10:54.2443260Z /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-10-10T02:10:54.2444720Z /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-10-10T02:10:54.2445590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2446600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2447630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/pyproject.toml 2025-10-10T02:10:54.2448670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.2449650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.2450670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_structures.py 2025-10-10T02:10:54.2451680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_packages.py 2025-10-10T02:10:54.2452680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/testserver/server.py 2025-10-10T02:10:54.2453740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/testserver/__init__.py 2025-10-10T02:10:54.2454750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_testserver.py 2025-10-10T02:10:54.2455740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/compat.py 2025-10-10T02:10:54.2456620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.2457640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_hooks.py 2025-10-10T02:10:54.2458700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.cnf 2025-10-10T02:10:54.2459910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca-private.key 2025-10-10T02:10:54.2461110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/Makefile 2025-10-10T02:10:54.2462200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.crt 2025-10-10T02:10:54.2463550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/ca/ca.srl 2025-10-10T02:10:54.2464710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.key 2025-10-10T02:10:54.2466090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/Makefile 2025-10-10T02:10:54.2467190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.pem 2025-10-10T02:10:54.2468350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/server.csr 2025-10-10T02:10:54.2469630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/valid/server/cert.cnf 2025-10-10T02:10:54.2470740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/Makefile 2025-10-10T02:10:54.2472040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/README.md 2025-10-10T02:10:54.2473280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/Makefile 2025-10-10T02:10:54.2474380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.cnf 2025-10-10T02:10:54.2475700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca-private.key 2025-10-10T02:10:54.2476840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/Makefile 2025-10-10T02:10:54.2477950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.crt 2025-10-10T02:10:54.2479270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/ca/ca.srl 2025-10-10T02:10:54.2480550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.pem 2025-10-10T02:10:54.2481630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.csr 2025-10-10T02:10:54.2482860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/cert.cnf 2025-10-10T02:10:54.2484040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/mtls/client/client.key 2025-10-10T02:10:54.2485100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/README.md 2025-10-10T02:10:54.2486220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/Makefile 2025-10-10T02:10:54.2487090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.cnf 2025-10-10T02:10:54.2488060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca-private.key 2025-10-10T02:10:54.2488940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/Makefile 2025-10-10T02:10:54.2489850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.crt 2025-10-10T02:10:54.2490780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/ca/ca.srl 2025-10-10T02:10:54.2491760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.key 2025-10-10T02:10:54.2492720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/Makefile 2025-10-10T02:10:54.2493710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.pem 2025-10-10T02:10:54.2494700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/server.csr 2025-10-10T02:10:54.2495660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/server/cert.cnf 2025-10-10T02:10:54.2496620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/certs/expired/README.md 2025-10-10T02:10:54.2497430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_requests.py 2025-10-10T02:10:54.2498230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/utils.py 2025-10-10T02:10:54.2499150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_adapters.py 2025-10-10T02:10:54.2500020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_help.py 2025-10-10T02:10:54.2500850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/tests/test_lowlevel.py 2025-10-10T02:10:54.2501560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2502500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2503280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2504210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2505100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2505870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2506520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2507340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2508030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/files 2025-10-10T02:10:54.2508710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2509450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2510100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/info/git 2025-10-10T02:10:54.2511340Z /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-10-10T02:10:54.2512470Z /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-10-10T02:10:54.2513550Z /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-10-10T02:10:54.2514590Z /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-10-10T02:10:54.2515720Z /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-10-10T02:10:54.2516740Z /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-10-10T02:10:54.2517780Z /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-10-10T02:10:54.2518870Z /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-10-10T02:10:54.2519820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/cookies.py 2025-10-10T02:10:54.2520780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/auth.py 2025-10-10T02:10:54.2521780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/sessions.py 2025-10-10T02:10:54.2522800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/hooks.py 2025-10-10T02:10:54.2523730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/compat.py 2025-10-10T02:10:54.2524720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/models.py 2025-10-10T02:10:54.2525680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/certs.py 2025-10-10T02:10:54.2526680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__init__.py 2025-10-10T02:10:54.2527710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/status_codes.py 2025-10-10T02:10:54.2528740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/packages.py 2025-10-10T02:10:54.2529720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__version__.py 2025-10-10T02:10:54.2530950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/__version__.cpython-313.pyc 2025-10-10T02:10:54.2532030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.2533200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/adapters.cpython-313.pyc 2025-10-10T02:10:54.2534450Z /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-10-10T02:10:54.2535700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.2536770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/sessions.cpython-313.pyc 2025-10-10T02:10:54.2537920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/hooks.cpython-313.pyc 2025-10-10T02:10:54.2539190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.2540670Z /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-10-10T02:10:54.2541900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/cookies.cpython-313.pyc 2025-10-10T02:10:54.2543280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.2544740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.2546080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:54.2547490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/packages.cpython-313.pyc 2025-10-10T02:10:54.2549010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/auth.cpython-313.pyc 2025-10-10T02:10:54.2550350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/certs.cpython-313.pyc 2025-10-10T02:10:54.2551770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.2553140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/__pycache__/structures.cpython-313.pyc 2025-10-10T02:10:54.2554400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/api.py 2025-10-10T02:10:54.2555680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/_internal_utils.py 2025-10-10T02:10:54.2556900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/utils.py 2025-10-10T02:10:54.2558000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/exceptions.py 2025-10-10T02:10:54.2559090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/structures.py 2025-10-10T02:10:54.2560240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/help.py 2025-10-10T02:10:54.2561510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/requests-2.32.4-py313hca03da5_0/lib/python3.13/site-packages/requests/adapters.py 2025-10-10T02:10:54.2562210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0.conda 2025-10-10T02:10:54.2563140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libxml2-2.13.8-h0b34f26_0.conda 2025-10-10T02:10:54.2564370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/bin/.conda-anaconda-tos-pre-unlink.sh 2025-10-10T02:10:54.2565330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/repodata_record.json 2025-10-10T02:10:54.2566330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:54.2567380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/run_test.py 2025-10-10T02:10:54.2568630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2569710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/licenses/LICENSE 2025-10-10T02:10:54.2570680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/paths.json 2025-10-10T02:10:54.2571760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/hash_input.json 2025-10-10T02:10:54.2572750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/files 2025-10-10T02:10:54.2573670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/about.json 2025-10-10T02:10:54.2574590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/index.json 2025-10-10T02:10:54.2575510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-tos-0.2.2-py313hca03da5_1/info/git 2025-10-10T02:10:54.2577340Z /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-10-10T02:10:54.2579000Z /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-10-10T02:10:54.2580350Z /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-10-10T02:10:54.2581700Z /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-10-10T02:10:54.2583080Z /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-10-10T02:10:54.2584850Z /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-10-10T02:10:54.2586310Z /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-10-10T02:10:54.2588020Z /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-10-10T02:10:54.2589550Z /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-10-10T02:10:54.2591440Z /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-10-10T02:10:54.2593170Z /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-10-10T02:10:54.2594650Z /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-10-10T02:10:54.2596360Z /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-10-10T02:10:54.2597820Z /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-10-10T02:10:54.2599140Z /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-10-10T02:10:54.2600560Z /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-10-10T02:10:54.2602130Z /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-10-10T02:10:54.2603440Z /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-10-10T02:10:54.2604640Z /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-10-10T02:10:54.2606150Z /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-10-10T02:10:54.2607640Z /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-10-10T02:10:54.2609490Z /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-10-10T02:10:54.2611410Z /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-10-10T02:10:54.2613060Z /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-10-10T02:10:54.2614620Z /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-10-10T02:10:54.2616280Z /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-10-10T02:10:54.2617680Z /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-10-10T02:10:54.2619080Z /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-10-10T02:10:54.2620660Z /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-10-10T02:10:54.2622360Z /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-10-10T02:10:54.2623770Z /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-10-10T02:10:54.2625360Z /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-10-10T02:10:54.2626890Z /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-10-10T02:10:54.2628590Z /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-10-10T02:10:54.2629990Z /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-10-10T02:10:54.2630550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/boltons-25.0.0-py313hca03da5_0.conda 2025-10-10T02:10:54.2631340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pluggy-1.5.0-py313hca03da5_0.conda 2025-10-10T02:10:54.2632260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/bin/conda-token 2025-10-10T02:10:54.2633270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2634110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2634940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/pyproject.toml 2025-10-10T02:10:54.2635730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2636650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2637390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2638240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.2639130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2639900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2640600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2641360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2642070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/files 2025-10-10T02:10:54.2642830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2643560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.2644340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2645060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/info/git 2025-10-10T02:10:54.2646440Z /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-10-10T02:10:54.2647580Z /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-10-10T02:10:54.2648770Z /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-10-10T02:10:54.2649940Z /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-10-10T02:10:54.2651170Z /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-10-10T02:10:54.2652300Z /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-10-10T02:10:54.2653460Z /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-10-10T02:10:54.2654610Z /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-10-10T02:10:54.2655620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/token.py 2025-10-10T02:10:54.2656710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/config.py 2025-10-10T02:10:54.2657730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_version.py 2025-10-10T02:10:54.2658790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/client.py 2025-10-10T02:10:54.2659920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/plugins.py 2025-10-10T02:10:54.2661050Z /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-10-10T02:10:54.2662140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/condarc.py 2025-10-10T02:10:54.2663570Z /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-10-10T02:10:54.2664520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/__init__.py 2025-10-10T02:10:54.2665600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/_conda/entrypoint.py 2025-10-10T02:10:54.2666990Z /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-10-10T02:10:54.2668240Z /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-10-10T02:10:54.2669640Z /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-10-10T02:10:54.2670910Z /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-10-10T02:10:54.2672210Z /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-10-10T02:10:54.2673520Z /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-10-10T02:10:54.2674710Z /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-10-10T02:10:54.2675730Z /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-10-10T02:10:54.2676750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/handlers.py 2025-10-10T02:10:54.2677760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/actions.py 2025-10-10T02:10:54.2678780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__init__.py 2025-10-10T02:10:54.2680040Z /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-10-10T02:10:54.2681440Z /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-10-10T02:10:54.2682540Z /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-10-10T02:10:54.2683770Z /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-10-10T02:10:54.2684970Z /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-10-10T02:10:54.2686190Z /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-10-10T02:10:54.2687440Z /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-10-10T02:10:54.2688650Z /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-10-10T02:10:54.2689780Z /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-10-10T02:10:54.2690980Z /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-10-10T02:10:54.2692220Z /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-10-10T02:10:54.2693400Z /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-10-10T02:10:54.2694340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/cli.py 2025-10-10T02:10:54.2695310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/repo.py 2025-10-10T02:10:54.2696450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/py.typed 2025-10-10T02:10:54.2697470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/exceptions.py 2025-10-10T02:10:54.2698460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/panel.py 2025-10-10T02:10:54.2699580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_auth/__main__.py 2025-10-10T02:10:54.2700640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/token.py 2025-10-10T02:10:54.2702010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/config.py 2025-10-10T02:10:54.2703330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/client.py 2025-10-10T02:10:54.2704570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/handlers.py 2025-10-10T02:10:54.2705900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/actions.py 2025-10-10T02:10:54.2707150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/__init__.py 2025-10-10T02:10:54.2709230Z /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-10-10T02:10:54.2710780Z /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-10-10T02:10:54.2712300Z /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-10-10T02:10:54.2713700Z /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-10-10T02:10:54.2715340Z /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-10-10T02:10:54.2716970Z /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-10-10T02:10:54.2718360Z /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-10-10T02:10:54.2719950Z /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-10-10T02:10:54.2721050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/cli.py 2025-10-10T02:10:54.2722380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/py.typed 2025-10-10T02:10:54.2723610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-auth-0.8.6-py313hca03da5_0/lib/python3.13/site-packages/anaconda_cloud_auth/exceptions.py 2025-10-10T02:10:54.2724530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2725430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2726410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2727470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2728530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2729560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2730320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2731190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2732210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.2733030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2733900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2734870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.2736050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_decode.py 2025-10-10T02:10:54.2737160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_url.py 2025-10-10T02:10:54.2738340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__init__.py 2025-10-10T02:10:54.2739730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_decode.cpython-313.pyc 2025-10-10T02:10:54.2741160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_encode.cpython-313.pyc 2025-10-10T02:10:54.2742460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_format.cpython-313.pyc 2025-10-10T02:10:54.2743770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_url.cpython-313.pyc 2025-10-10T02:10:54.2745120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/_parse.cpython-313.pyc 2025-10-10T02:10:54.2746490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.2747480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_format.py 2025-10-10T02:10:54.2748650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_parse.py 2025-10-10T02:10:54.2749720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/py.typed 2025-10-10T02:10:54.2750770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/mdurl-0.1.0-py313hca03da5_0/lib/python3.13/site-packages/mdurl/_encode.py 2025-10-10T02:10:54.2751920Z /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-10-10T02:10:54.2753240Z /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-10-10T02:10:54.2754530Z /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-10-10T02:10:54.2755770Z /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-10-10T02:10:54.2757220Z /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-10-10T02:10:54.2758560Z /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-10-10T02:10:54.2759730Z /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-10-10T02:10:54.2760370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/ostream.h 2025-10-10T02:10:54.2761240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/format-inl.h 2025-10-10T02:10:54.2762020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/ranges.h 2025-10-10T02:10:54.2762860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/xchar.h 2025-10-10T02:10:54.2763840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/core.h 2025-10-10T02:10:54.2764560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/chrono.h 2025-10-10T02:10:54.2765440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/os.h 2025-10-10T02:10:54.2766230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/color.h 2025-10-10T02:10:54.2767100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/args.h 2025-10-10T02:10:54.2768030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/printf.h 2025-10-10T02:10:54.2768870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/compile.h 2025-10-10T02:10:54.2769710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/format.h 2025-10-10T02:10:54.2770520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/include/fmt/std.h 2025-10-10T02:10:54.2771410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/repodata_record.json 2025-10-10T02:10:54.2772240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/test/run_test.sh 2025-10-10T02:10:54.2773210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/licenses/LICENSE.rst 2025-10-10T02:10:54.2773950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/bld.bat 2025-10-10T02:10:54.2774840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/build.sh 2025-10-10T02:10:54.2775950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2776770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/meta.yaml 2025-10-10T02:10:54.2777560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2778200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/run_exports.json 2025-10-10T02:10:54.2778850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/paths.json 2025-10-10T02:10:54.2779520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/hash_input.json 2025-10-10T02:10:54.2780090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/files 2025-10-10T02:10:54.2780720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/about.json 2025-10-10T02:10:54.2781340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/has_prefix 2025-10-10T02:10:54.2781960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/index.json 2025-10-10T02:10:54.2782520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/info/git 2025-10-10T02:10:54.2783220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/pkgconfig/fmt.pc 2025-10-10T02:10:54.2784050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-targets-release.cmake 2025-10-10T02:10:54.2784770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-config.cmake 2025-10-10T02:10:54.2785590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-config-version.cmake 2025-10-10T02:10:54.2786350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/cmake/fmt/fmt-targets.cmake 2025-10-10T02:10:54.2786910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.dylib 2025-10-10T02:10:54.2787600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.9.dylib 2025-10-10T02:10:54.2788280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/fmt-9.1.0-h48ca7d4_1/lib/libfmt.9.1.0.dylib 2025-10-10T02:10:54.2788830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/bin/iconv 2025-10-10T02:10:54.2789560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/libcharset.h 2025-10-10T02:10:54.2790290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/localcharset.h 2025-10-10T02:10:54.2791100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/include/iconv.h 2025-10-10T02:10:54.2791730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/repodata_record.json 2025-10-10T02:10:54.2792450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/test/run_test.sh 2025-10-10T02:10:54.2793180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/licenses/COPYING.LIB 2025-10-10T02:10:54.2793860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/licenses/COPYING 2025-10-10T02:10:54.2794670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/configure.cmake.patch 2025-10-10T02:10:54.2795410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/libtool-reloc 2025-10-10T02:10:54.2796120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/config.h.patch 2025-10-10T02:10:54.2796820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/glibc.patch 2025-10-10T02:10:54.2797480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/bld.bat 2025-10-10T02:10:54.2798160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/build.sh 2025-10-10T02:10:54.2799170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2799950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/CMakeLists.txt.patch 2025-10-10T02:10:54.2800590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/meta.yaml 2025-10-10T02:10:54.2801390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2802080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/run_exports.json 2025-10-10T02:10:54.2802740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/paths.json 2025-10-10T02:10:54.2803440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/hash_input.json 2025-10-10T02:10:54.2804030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/files 2025-10-10T02:10:54.2804690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/about.json 2025-10-10T02:10:54.2805340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/index.json 2025-10-10T02:10:54.2805930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/info/git 2025-10-10T02:10:54.2806700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.a 2025-10-10T02:10:54.2807430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.1.dylib 2025-10-10T02:10:54.2808120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.2.dylib 2025-10-10T02:10:54.2808790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.dylib 2025-10-10T02:10:54.2809460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libcharset.dylib 2025-10-10T02:10:54.2810080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/lib/libiconv.a 2025-10-10T02:10:54.2810820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv.3 2025-10-10T02:10:54.2811580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_close.3 2025-10-10T02:10:54.2812390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_open_into.3 2025-10-10T02:10:54.2813100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconv_open.3 2025-10-10T02:10:54.2813880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man3/iconvctl.3 2025-10-10T02:10:54.2814550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/man/man1/iconv.1 2025-10-10T02:10:54.2815370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_close.3.html 2025-10-10T02:10:54.2816040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv.3.html 2025-10-10T02:10:54.2816750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconvctl.3.html 2025-10-10T02:10:54.2817560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_open_into.3.html 2025-10-10T02:10:54.2818280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv_open.3.html 2025-10-10T02:10:54.2818940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libiconv-1.16-h80987f9_3/share/doc/iconv.1.html 2025-10-10T02:10:54.2819660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100.conda 2025-10-10T02:10:54.2820420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/bin/jsondiff 2025-10-10T02:10:54.2821010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/bin/jsonpatch 2025-10-10T02:10:54.2821820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/repodata_record.json 2025-10-10T02:10:54.2822560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:54.2823260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/tests.js 2025-10-10T02:10:54.2824040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/run_test.py 2025-10-10T02:10:54.2824920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2825610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/test/tests.py 2025-10-10T02:10:54.2826330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/licenses/LICENSE 2025-10-10T02:10:54.2827270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2828010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/meta.yaml 2025-10-10T02:10:54.2828790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2829480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/paths.json 2025-10-10T02:10:54.2830220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/hash_input.json 2025-10-10T02:10:54.2830870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/files 2025-10-10T02:10:54.2831560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/about.json 2025-10-10T02:10:54.2832260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/has_prefix 2025-10-10T02:10:54.2832930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/index.json 2025-10-10T02:10:54.2833620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/info/git 2025-10-10T02:10:54.2834550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch.py 2025-10-10T02:10:54.2835640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/RECORD 2025-10-10T02:10:54.2836670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/LICENSE 2025-10-10T02:10:54.2837730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/AUTHORS 2025-10-10T02:10:54.2838890Z /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-10-10T02:10:54.2840040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/WHEEL 2025-10-10T02:10:54.2841090Z /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-10-10T02:10:54.2842210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/REQUESTED 2025-10-10T02:10:54.2843260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/INSTALLER 2025-10-10T02:10:54.2844290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/METADATA 2025-10-10T02:10:54.2845410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpatch-1.33-py313hca03da5_1/lib/python3.13/site-packages/__pycache__/jsonpatch.cpython-313.pyc 2025-10-10T02:10:54.2845860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zlib-1.2.13-h18a0788_1.conda 2025-10-10T02:10:54.2846560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0.conda 2025-10-10T02:10:54.2847220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/include/ev++.h 2025-10-10T02:10:54.2847870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/include/ev.h 2025-10-10T02:10:54.2848650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/repodata_record.json 2025-10-10T02:10:54.2849410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/licenses/LICENSE 2025-10-10T02:10:54.2850080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/install.sh 2025-10-10T02:10:54.2850980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/build.sh 2025-10-10T02:10:54.2852010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2852950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/meta.yaml 2025-10-10T02:10:54.2853960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2854730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/run_exports.json 2025-10-10T02:10:54.2855470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/paths.json 2025-10-10T02:10:54.2856320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/hash_input.json 2025-10-10T02:10:54.2857190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/files 2025-10-10T02:10:54.2858050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/about.json 2025-10-10T02:10:54.2858800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/index.json 2025-10-10T02:10:54.2859550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/info/git 2025-10-10T02:10:54.2860440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/lib/libev.dylib 2025-10-10T02:10:54.2861240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/lib/libev.4.dylib 2025-10-10T02:10:54.2862170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libev-4.33-h1a28f6b_1/share/man/man3/ev.3 2025-10-10T02:10:54.2863120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/bin/dotenv 2025-10-10T02:10:54.2864150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2865110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2866420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_parser.py 2025-10-10T02:10:54.2867530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.2868460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.2869590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.2870520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_ipython.py 2025-10-10T02:10:54.2871850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_zip_imports.py 2025-10-10T02:10:54.2872900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-10-10T02:10:54.2874010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_main.py 2025-10-10T02:10:54.2875030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/tests/test_variables.py 2025-10-10T02:10:54.2875980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2877050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2878080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2879300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2880530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2881650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2882570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2883590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2884490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.2885460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2886500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.2887370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2888230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.2889450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/version.py 2025-10-10T02:10:54.2890820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/variables.py 2025-10-10T02:10:54.2892190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__init__.py 2025-10-10T02:10:54.2893710Z /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-10-10T02:10:54.2895290Z /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-10-10T02:10:54.2896760Z /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-10-10T02:10:54.2898090Z /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-10-10T02:10:54.2899680Z /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-10-10T02:10:54.2901120Z /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-10-10T02:10:54.2902640Z /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-10-10T02:10:54.2904210Z /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-10-10T02:10:54.2905490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/parser.py 2025-10-10T02:10:54.2906690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/cli.py 2025-10-10T02:10:54.2908010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/ipython.py 2025-10-10T02:10:54.2909260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/py.typed 2025-10-10T02:10:54.2910460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/main.py 2025-10-10T02:10:54.2911730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python-dotenv-1.1.0-py313hca03da5_0/lib/python3.13/site-packages/dotenv/__main__.py 2025-10-10T02:10:54.2913190Z /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-10-10T02:10:54.2914540Z /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-10-10T02:10:54.2916120Z /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-10-10T02:10:54.2917530Z /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-10-10T02:10:54.2922870Z /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-10-10T02:10:54.2923270Z /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-10-10T02:10:54.2923570Z /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-10-10T02:10:54.2923870Z /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-10-10T02:10:54.2924170Z /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-10-10T02:10:54.2924770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/bin/anaconda 2025-10-10T02:10:54.2925670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.2926510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.2927410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.2928340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.2929220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/test_config.py 2025-10-10T02:10:54.2930100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/tests/test_cli.py 2025-10-10T02:10:54.2930850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.2931820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.2932680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.2933550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.2934360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.2935300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.2936070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.2936920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.2937670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/files 2025-10-10T02:10:54.2938480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.2939310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.2940080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.2940830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-cli-base-0.5.2-py313hca03da5_0/info/git 2025-10-10T02:10:54.2942060Z /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-10-10T02:10:54.2943160Z /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-10-10T02:10:54.2944240Z /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-10-10T02:10:54.2945350Z /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-10-10T02:10:54.2946490Z /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-10-10T02:10:54.2947860Z /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-10-10T02:10:54.2949060Z /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-10-10T02:10:54.2950580Z /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-10-10T02:10:54.2951820Z /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-10-10T02:10:54.2953030Z /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-10-10T02:10:54.2954280Z /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-10-10T02:10:54.2955550Z /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-10-10T02:10:54.2956540Z /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-10-10T02:10:54.2957610Z /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-10-10T02:10:54.2958870Z /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-10-10T02:10:54.2959890Z /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-10-10T02:10:54.2961180Z /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-10-10T02:10:54.2962490Z /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-10-10T02:10:54.2963620Z /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-10-10T02:10:54.2964880Z /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-10-10T02:10:54.2966040Z /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-10-10T02:10:54.2967200Z /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-10-10T02:10:54.2968390Z /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-10-10T02:10:54.2968800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cffi-1.17.1-py313h3eb5a62_1.conda 2025-10-10T02:10:54.2969510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/more-itertools-10.3.0-py313hca03da5_0.conda 2025-10-10T02:10:54.2970060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycparser-2.21-pyhd3eb1b0_0.conda 2025-10-10T02:10:54.2970870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/test_data.hpp 2025-10-10T02:10:54.2971720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/ordered_map.hpp 2025-10-10T02:10:54.2972520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/json.hpp 2025-10-10T02:10:54.2973470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/adl_serializer.hpp 2025-10-10T02:10:54.2974420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/byte_container_with_subtype.hpp 2025-10-10T02:10:54.2975190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/hash.hpp 2025-10-10T02:10:54.2976100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/string_escape.hpp 2025-10-10T02:10:54.2977150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/json_ref.hpp 2025-10-10T02:10:54.2977970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/to_chars.hpp 2025-10-10T02:10:54.2978960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/from_json.hpp 2025-10-10T02:10:54.2979850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/conversions/to_json.hpp 2025-10-10T02:10:54.2980710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/value_t.hpp 2025-10-10T02:10:54.2981650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/position_t.hpp 2025-10-10T02:10:54.2982510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/parser.hpp 2025-10-10T02:10:54.2983450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/json_sax.hpp 2025-10-10T02:10:54.2984460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/binary_reader.hpp 2025-10-10T02:10:54.2985320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/input_adapters.hpp 2025-10-10T02:10:54.2986230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/input/lexer.hpp 2025-10-10T02:10:54.2987050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/string_concat.hpp 2025-10-10T02:10:54.2987920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/macro_scope.hpp 2025-10-10T02:10:54.2988930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/output_adapters.hpp 2025-10-10T02:10:54.2989940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/serializer.hpp 2025-10-10T02:10:54.2991060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/output/binary_writer.hpp 2025-10-10T02:10:54.2992070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/is_sax.hpp 2025-10-10T02:10:54.2993240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/call_std/end.hpp 2025-10-10T02:10:54.2994500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/call_std/begin.hpp 2025-10-10T02:10:54.2995650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/identity_tag.hpp 2025-10-10T02:10:54.2996760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/type_traits.hpp 2025-10-10T02:10:54.2998000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/cpp_future.hpp 2025-10-10T02:10:54.2999130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/detected.hpp 2025-10-10T02:10:54.3000300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/void_t.hpp 2025-10-10T02:10:54.3001430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/meta/std_fs.hpp 2025-10-10T02:10:54.3002570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/json_pointer.hpp 2025-10-10T02:10:54.3003700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/exceptions.hpp 2025-10-10T02:10:54.3004690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/abi_macros.hpp 2025-10-10T02:10:54.3005790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/macro_unscope.hpp 2025-10-10T02:10:54.3007090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iter_impl.hpp 2025-10-10T02:10:54.3008290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/json_reverse_iterator.hpp 2025-10-10T02:10:54.3009650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iteration_proxy.hpp 2025-10-10T02:10:54.3010760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/iterator_traits.hpp 2025-10-10T02:10:54.3011990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/internal_iterator.hpp 2025-10-10T02:10:54.3013390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/detail/iterators/primitive_iterator.hpp 2025-10-10T02:10:54.3014610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/thirdparty/hedley/hedley.hpp 2025-10-10T02:10:54.3015750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/thirdparty/hedley/hedley_undef.hpp 2025-10-10T02:10:54.3016890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/include/nlohmann/json_fwd.hpp 2025-10-10T02:10:54.3017910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/repodata_record.json 2025-10-10T02:10:54.3018840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/test/run_test.sh 2025-10-10T02:10:54.3019820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/licenses/LICENSE.MIT 2025-10-10T02:10:54.3020850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/bld.bat 2025-10-10T02:10:54.3021740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/build.sh 2025-10-10T02:10:54.3022820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3023690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3024760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3025530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/paths.json 2025-10-10T02:10:54.3026470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/hash_input.json 2025-10-10T02:10:54.3027180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/files 2025-10-10T02:10:54.3028310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/about.json 2025-10-10T02:10:54.3029210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/has_prefix 2025-10-10T02:10:54.3030250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/index.json 2025-10-10T02:10:54.3031140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/info/git 2025-10-10T02:10:54.3032330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/pkgconfig/nlohmann_json.pc 2025-10-10T02:10:54.3033670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake 2025-10-10T02:10:54.3035120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake 2025-10-10T02:10:54.3036090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/nlohmann_json-3.11.2-h313beb8_0/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake 2025-10-10T02:10:54.3036760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0.conda 2025-10-10T02:10:54.3037780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3038820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3039850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/test_jaraco_classes.py 2025-10-10T02:10:54.3040800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3042210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3043280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3044460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/test_jaraco_classes.py 2025-10-10T02:10:54.3045630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3046780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3047890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3048700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3049770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3050940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3051940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3052950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3053840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3055460Z /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-10-10T02:10:54.3057000Z /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-10-10T02:10:54.3058390Z /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-10-10T02:10:54.3059820Z /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-10-10T02:10:54.3061400Z /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-10-10T02:10:54.3062750Z /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-10-10T02:10:54.3064310Z /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-10-10T02:10:54.3065460Z /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-10-10T02:10:54.3066480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/properties.py 2025-10-10T02:10:54.3067520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/__init__.py 2025-10-10T02:10:54.3068830Z /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-10-10T02:10:54.3069950Z /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-10-10T02:10:54.3071220Z /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-10-10T02:10:54.3072540Z /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-10-10T02:10:54.3073420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/py.typed 2025-10-10T02:10:54.3074460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/ancestry.py 2025-10-10T02:10:54.3075510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.classes-3.4.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/classes/meta.py 2025-10-10T02:10:54.3075730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urls 2025-10-10T02:10:54.3076450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/zstd-1.5.6-hfb09047_0.conda 2025-10-10T02:10:54.3077110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/menuinst-2.3.1-py313hca03da5_0.conda 2025-10-10T02:10:54.3078190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3079090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3079980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3081030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3081890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3082920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3083810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3084810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3085620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3086480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3087270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3088150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3089010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3089800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3091320Z /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-10-10T02:10:54.3092610Z /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-10-10T02:10:54.3094050Z /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-10-10T02:10:54.3095280Z /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-10-10T02:10:54.3096650Z /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-10-10T02:10:54.3097930Z /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-10-10T02:10:54.3099490Z /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-10-10T02:10:54.3101000Z /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-10-10T02:10:54.3102650Z /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-10-10T02:10:54.3104100Z /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-10-10T02:10:54.3105940Z /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-10-10T02:10:54.3107640Z /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-10-10T02:10:54.3109510Z /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-10-10T02:10:54.3111260Z /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-10-10T02:10:54.3112830Z /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-10-10T02:10:54.3114470Z /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-10-10T02:10:54.3116200Z /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-10-10T02:10:54.3118250Z /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-10-10T02:10:54.3119760Z /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-10-10T02:10:54.3121220Z /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-10-10T02:10:54.3122750Z /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-10-10T02:10:54.3124450Z /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-10-10T02:10:54.3125950Z /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-10-10T02:10:54.3127490Z /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-10-10T02:10:54.3128880Z /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-10-10T02:10:54.3129680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/bin/curl-config 2025-10-10T02:10:54.3130660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/stdcheaders.h 2025-10-10T02:10:54.3131750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/header.h 2025-10-10T02:10:54.3132700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/options.h 2025-10-10T02:10:54.3133670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/mprintf.h 2025-10-10T02:10:54.3134450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/easy.h 2025-10-10T02:10:54.3135440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/curl.h 2025-10-10T02:10:54.3136410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/websockets.h 2025-10-10T02:10:54.3137370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/curlver.h 2025-10-10T02:10:54.3138330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/system.h 2025-10-10T02:10:54.3139260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/typecheck-gcc.h 2025-10-10T02:10:54.3140050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/multi.h 2025-10-10T02:10:54.3140890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/include/curl/urlapi.h 2025-10-10T02:10:54.3141840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/repodata_record.json 2025-10-10T02:10:54.3142780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/test/run_test.sh 2025-10-10T02:10:54.3143650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/bld.bat 2025-10-10T02:10:54.3144620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/build.sh 2025-10-10T02:10:54.3145580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.3146590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3147570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/recipe/meta.yaml 2025-10-10T02:10:54.3148600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/run_exports.json 2025-10-10T02:10:54.3149440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/paths.json 2025-10-10T02:10:54.3150370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/hash_input.json 2025-10-10T02:10:54.3151210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/files 2025-10-10T02:10:54.3152190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/about.json 2025-10-10T02:10:54.3152970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/has_prefix 2025-10-10T02:10:54.3153740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/index.json 2025-10-10T02:10:54.3154390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/info/git 2025-10-10T02:10:54.3155410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/pkgconfig/libcurl.pc 2025-10-10T02:10:54.3156460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.4.8.0.dylib 2025-10-10T02:10:54.3157300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.dylib 2025-10-10T02:10:54.3158260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1/lib/libcurl.4.dylib 2025-10-10T02:10:54.3159030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1.conda 2025-10-10T02:10:54.3160120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/bin/mamba-package 2025-10-10T02:10:54.3161250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/activation.hpp 2025-10-10T02:10:54.3162330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/environments_manager.hpp 2025-10-10T02:10:54.3163270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/transaction.hpp 2025-10-10T02:10:54.3164330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_handling.hpp 2025-10-10T02:10:54.3165330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/invoke.hpp 2025-10-10T02:10:54.3166390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/prefix_data.hpp 2025-10-10T02:10:54.3167460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/common_types.hpp 2025-10-10T02:10:54.3168450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/palette.hpp 2025-10-10T02:10:54.3169490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/link.hpp 2025-10-10T02:10:54.3170410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/error_handling.hpp 2025-10-10T02:10:54.3171440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/repo_checker_store.hpp 2025-10-10T02:10:54.3172620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_fetcher.hpp 2025-10-10T02:10:54.3173600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/execution.hpp 2025-10-10T02:10:54.3174550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/subdirdata.hpp 2025-10-10T02:10:54.3175460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/shell_init.hpp 2025-10-10T02:10:54.3176430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/fsutil.hpp 2025-10-10T02:10:54.3177960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/channel_context.hpp 2025-10-10T02:10:54.3179050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/env_lockfile.hpp 2025-10-10T02:10:54.3179980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util_scope.hpp 2025-10-10T02:10:54.3180970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/transaction_context.hpp 2025-10-10T02:10:54.3182220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/download_progress_bar.hpp 2025-10-10T02:10:54.3183230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/context.hpp 2025-10-10T02:10:54.3184470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/timeref.hpp 2025-10-10T02:10:54.3185460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util_os.hpp 2025-10-10T02:10:54.3186360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/tasksync.hpp 2025-10-10T02:10:54.3187280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/history.hpp 2025-10-10T02:10:54.3188270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/progress_bar.hpp 2025-10-10T02:10:54.3189110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/run.hpp 2025-10-10T02:10:54.3190210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_paths.hpp 2025-10-10T02:10:54.3191330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_database_loader.hpp 2025-10-10T02:10:54.3192250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/virtual_packages.hpp 2025-10-10T02:10:54.3193310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/thread_utils.hpp 2025-10-10T02:10:54.3194310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/output.hpp 2025-10-10T02:10:54.3195250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/package_cache.hpp 2025-10-10T02:10:54.3196110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/pinning.hpp 2025-10-10T02:10:54.3197200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/query.hpp 2025-10-10T02:10:54.3198010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/util.hpp 2025-10-10T02:10:54.3199070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/core/menuinst.hpp 2025-10-10T02:10:54.3200030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cast.hpp 2025-10-10T02:10:54.3201400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_unix.hpp 2025-10-10T02:10:54.3202290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cryptography.hpp 2025-10-10T02:10:54.3203190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/build.hpp 2025-10-10T02:10:54.3204010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/json.hpp 2025-10-10T02:10:54.3205140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_osx.hpp 2025-10-10T02:10:54.3206260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/weakening_map.hpp 2025-10-10T02:10:54.3207280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/path_manip.hpp 2025-10-10T02:10:54.3208310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_binary_tree.hpp 2025-10-10T02:10:54.3209320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/variant_cmp.hpp 2025-10-10T02:10:54.3210270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/encoding.hpp 2025-10-10T02:10:54.3211260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/functional.hpp 2025-10-10T02:10:54.3212540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_bool_expr_tree.hpp 2025-10-10T02:10:54.3213700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/type_traits.hpp 2025-10-10T02:10:54.3214710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/random.hpp 2025-10-10T02:10:54.3215750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_linux.hpp 2025-10-10T02:10:54.3216890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/heap_optional.hpp 2025-10-10T02:10:54.3217940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/graph.hpp 2025-10-10T02:10:54.3218870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/loop_control.hpp 2025-10-10T02:10:54.3219590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/url.hpp 2025-10-10T02:10:54.3220350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os_win.hpp 2025-10-10T02:10:54.3221190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/url_manip.hpp 2025-10-10T02:10:54.3221930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/string.hpp 2025-10-10T02:10:54.3222780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/deprecation.hpp 2025-10-10T02:10:54.3223530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/parsers.hpp 2025-10-10T02:10:54.3224290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/cfile.hpp 2025-10-10T02:10:54.3225020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/os.hpp 2025-10-10T02:10:54.3225850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/conditional.hpp 2025-10-10T02:10:54.3226620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/flat_set.hpp 2025-10-10T02:10:54.3227360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/compare.hpp 2025-10-10T02:10:54.3228270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/iterator.hpp 2025-10-10T02:10:54.3229060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/environment.hpp 2025-10-10T02:10:54.3229810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/util/tuple_hash.hpp 2025-10-10T02:10:54.3230660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/archive.hpp 2025-10-10T02:10:54.3231460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/package_info.hpp 2025-10-10T02:10:54.3232240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/match_spec.hpp 2025-10-10T02:10:54.3233010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/glob_spec.hpp 2025-10-10T02:10:54.3233760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/repo_data.hpp 2025-10-10T02:10:54.3234580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/regex_spec.hpp 2025-10-10T02:10:54.3235470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/chimera_string_spec.hpp 2025-10-10T02:10:54.3236270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/platform.hpp 2025-10-10T02:10:54.3237160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/error.hpp 2025-10-10T02:10:54.3237890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/version.hpp 2025-10-10T02:10:54.3238620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/channel.hpp 2025-10-10T02:10:54.3239410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/conda_url.hpp 2025-10-10T02:10:54.3240300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/unresolved_channel.hpp 2025-10-10T02:10:54.3241160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/build_number_spec.hpp 2025-10-10T02:10:54.3242030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/authentication_info.hpp 2025-10-10T02:10:54.3242840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/specs/version_spec.hpp 2025-10-10T02:10:54.3243640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/request.hpp 2025-10-10T02:10:54.3244530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/solution.hpp 2025-10-10T02:10:54.3245290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/problems_graph.hpp 2025-10-10T02:10:54.3246110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/solver.hpp 2025-10-10T02:10:54.3246990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/unsolvable.hpp 2025-10-10T02:10:54.3247930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/database.hpp 2025-10-10T02:10:54.3248830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/parameters.hpp 2025-10-10T02:10:54.3249660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/solver/libsolv/repo_info.hpp 2025-10-10T02:10:54.3250370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/version.hpp 2025-10-10T02:10:54.3251230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/mirror_map.hpp 2025-10-10T02:10:54.3252050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/downloader.hpp 2025-10-10T02:10:54.3252830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/mirror.hpp 2025-10-10T02:10:54.3253790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/download/request.hpp 2025-10-10T02:10:54.3254440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/update.hpp 2025-10-10T02:10:54.3255210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/info.hpp 2025-10-10T02:10:54.3256070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/configuration_impl.hpp 2025-10-10T02:10:54.3256750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/shell.hpp 2025-10-10T02:10:54.3257590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/channel_loader.hpp 2025-10-10T02:10:54.3258310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/install.hpp 2025-10-10T02:10:54.3259030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/c_api.h 2025-10-10T02:10:54.3259840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/repoquery.hpp 2025-10-10T02:10:54.3260660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/config.hpp 2025-10-10T02:10:54.3261330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/list.hpp 2025-10-10T02:10:54.3262160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/configuration.hpp 2025-10-10T02:10:54.3262870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/create.hpp 2025-10-10T02:10:54.3263630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/clean.hpp 2025-10-10T02:10:54.3264400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/constants.hpp 2025-10-10T02:10:54.3265190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/api/remove.hpp 2025-10-10T02:10:54.3266050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/fs/filesystem.hpp 2025-10-10T02:10:54.3266890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/errors.hpp 2025-10-10T02:10:54.3267680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/keys.hpp 2025-10-10T02:10:54.3268600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework_v0_6.hpp 2025-10-10T02:10:54.3269420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/repo_checker.hpp 2025-10-10T02:10:54.3270200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/tools.hpp 2025-10-10T02:10:54.3271140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework_v1.hpp 2025-10-10T02:10:54.3272020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/include/mamba/validation/update_framework.hpp 2025-10-10T02:10:54.3272710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/etc/profile.d/mamba.sh 2025-10-10T02:10:54.3273490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/repodata_record.json 2025-10-10T02:10:54.3274220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/test/run_test.sh 2025-10-10T02:10:54.3275020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/licenses/LICENSE 2025-10-10T02:10:54.3276880Z /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-10-10T02:10:54.3277620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/build_mamba.bat 2025-10-10T02:10:54.3278820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/conda_build_config.yaml 2025-10-10T02:10:54.3279870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/test_libmamba_version.py 2025-10-10T02:10:54.3280790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.3282030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/parent/build_mamba.sh 2025-10-10T02:10:54.3282850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3283640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/meta.yaml 2025-10-10T02:10:54.3284600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/recipe/build_mamba.sh 2025-10-10T02:10:54.3285640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/run_exports.json 2025-10-10T02:10:54.3286480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/paths.json 2025-10-10T02:10:54.3287350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/hash_input.json 2025-10-10T02:10:54.3288200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/files 2025-10-10T02:10:54.3289110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/about.json 2025-10-10T02:10:54.3289860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/has_prefix 2025-10-10T02:10:54.3290710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/index.json 2025-10-10T02:10:54.3291390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/info/git 2025-10-10T02:10:54.3292340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.2.dylib 2025-10-10T02:10:54.3293580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaConfigVersion.cmake 2025-10-10T02:10:54.3294550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaTargets.cmake 2025-10-10T02:10:54.3295760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaTargets-release.cmake 2025-10-10T02:10:54.3296810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/cmake/libmamba/libmambaConfig.cmake 2025-10-10T02:10:54.3297760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.2.0.0.dylib 2025-10-10T02:10:54.3298710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1/lib/libmamba.dylib 2025-10-10T02:10:54.3299640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/repodata_record.json 2025-10-10T02:10:54.3300550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/run_test.sh 2025-10-10T02:10:54.3301730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/include/pybind11/detail/internals.h 2025-10-10T02:10:54.3302580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/test/run_test.bat 2025-10-10T02:10:54.3303420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/licenses/LICENSE 2025-10-10T02:10:54.3304720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11-global.sh 2025-10-10T02:10:54.3305710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11.bat 2025-10-10T02:10:54.3306730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11-global.bat 2025-10-10T02:10:54.3307640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/build-pybind11.sh 2025-10-10T02:10:54.3308520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.3309560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3310540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3311410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/run_exports.json 2025-10-10T02:10:54.3312470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/paths.json 2025-10-10T02:10:54.3313340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/hash_input.json 2025-10-10T02:10:54.3313990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/files 2025-10-10T02:10:54.3314780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/about.json 2025-10-10T02:10:54.3315570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/link.json 2025-10-10T02:10:54.3316340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/index.json 2025-10-10T02:10:54.3317050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pybind11-abi-5-hd3eb1b0_0/info/git 2025-10-10T02:10:54.3318020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3318940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3319930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3320950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3321790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3323000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3324000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3324930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3325720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3326760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3327680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3328550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3329380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3330320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3331620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/params.py 2025-10-10T02:10:54.3332830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_typing.py 2025-10-10T02:10:54.3333850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/models.py 2025-10-10T02:10:54.3334960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/completion.py 2025-10-10T02:10:54.3336120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__init__.py 2025-10-10T02:10:54.3337390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/core.py 2025-10-10T02:10:54.3338780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.3340230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/_typing.cpython-313.pyc 2025-10-10T02:10:54.3341580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.3343060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/colors.cpython-313.pyc 2025-10-10T02:10:54.3344590Z /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-10-10T02:10:54.3346080Z /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-10-10T02:10:54.3347470Z /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-10-10T02:10:54.3348700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/testing.cpython-313.pyc 2025-10-10T02:10:54.3349950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.3351280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.3352600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/params.cpython-313.pyc 2025-10-10T02:10:54.3354040Z /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-10-10T02:10:54.3355480Z /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-10-10T02:10:54.3357000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/completion.cpython-313.pyc 2025-10-10T02:10:54.3358430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3359800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/rich_utils.py 2025-10-10T02:10:54.3361080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_shared.py 2025-10-10T02:10:54.3362170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/utils.py 2025-10-10T02:10:54.3363400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_compat_utils.py 2025-10-10T02:10:54.3364580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/py.typed 2025-10-10T02:10:54.3365850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_click7.py 2025-10-10T02:10:54.3366700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/main.py 2025-10-10T02:10:54.3367600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/testing.py 2025-10-10T02:10:54.3368620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/_completion_click8.py 2025-10-10T02:10:54.3369460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0/lib/python3.13/site-packages/typer/colors.py 2025-10-10T02:10:54.3370520Z /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-10-10T02:10:54.3371560Z /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-10-10T02:10:54.3372660Z /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-10-10T02:10:54.3373670Z /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-10-10T02:10:54.3374760Z /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-10-10T02:10:54.3375990Z /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-10-10T02:10:54.3376860Z /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-10-10T02:10:54.3377600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3378340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3379090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3380010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3380850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3381600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3382460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3383190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3383940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3384640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3385510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3386380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3387240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3388520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/proc.py 2025-10-10T02:10:54.3389790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/__init__.py 2025-10-10T02:10:54.3391310Z /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-10-10T02:10:54.3392850Z /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-10-10T02:10:54.3394300Z /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-10-10T02:10:54.3395860Z /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-10-10T02:10:54.3397020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/_core.py 2025-10-10T02:10:54.3398270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/posix/ps.py 2025-10-10T02:10:54.3399380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__init__.py 2025-10-10T02:10:54.3400900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/_core.cpython-313.pyc 2025-10-10T02:10:54.3402350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/nt.cpython-313.pyc 2025-10-10T02:10:54.3403910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3405130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/_core.py 2025-10-10T02:10:54.3406290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/shellingham-1.5.0-py313hca03da5_0/lib/python3.13/site-packages/shellingham/nt.py 2025-10-10T02:10:54.3407610Z /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-10-10T02:10:54.3409030Z /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-10-10T02:10:54.3410930Z /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-10-10T02:10:54.3412390Z /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-10-10T02:10:54.3413760Z /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-10-10T02:10:54.3415230Z /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-10-10T02:10:54.3416710Z /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-10-10T02:10:54.3418180Z /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-10-10T02:10:54.3419590Z /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-10-10T02:10:54.3420330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0.conda 2025-10-10T02:10:54.3421410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3422330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3423410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_custom_ca.py 2025-10-10T02:10:54.3424390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_inject.py 2025-10-10T02:10:54.3425510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.3426600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/requests_with_inject.py 2025-10-10T02:10:54.3427690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.3428850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_sslcontext.py 2025-10-10T02:10:54.3429830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/test_api.py 2025-10-10T02:10:54.3430930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/tests/aiohttp_with_inject.py 2025-10-10T02:10:54.3431900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3433100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3433950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3435060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3436040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3437170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3437950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3439060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3439890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.3440720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3441550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3442510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.3444020Z /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-10-10T02:10:54.3445410Z /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-10-10T02:10:54.3446750Z /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-10-10T02:10:54.3448300Z /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-10-10T02:10:54.3449730Z /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-10-10T02:10:54.3451160Z /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-10-10T02:10:54.3452480Z /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-10-10T02:10:54.3453710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_openssl.py 2025-10-10T02:10:54.3454940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_api.py 2025-10-10T02:10:54.3456350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_macos.py 2025-10-10T02:10:54.3457720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__init__.py 2025-10-10T02:10:54.3459260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:54.3460760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_api.cpython-313.pyc 2025-10-10T02:10:54.3462420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_macos.cpython-313.pyc 2025-10-10T02:10:54.3463900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/_openssl.cpython-313.pyc 2025-10-10T02:10:54.3465460Z /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-10-10T02:10:54.3467050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3468300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_ssl_constants.py 2025-10-10T02:10:54.3469530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/py.typed 2025-10-10T02:10:54.3470740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/truststore-0.10.1-py313hca03da5_0/lib/python3.13/site-packages/truststore/_windows.py 2025-10-10T02:10:54.3471740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3472890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3473880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3475030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3475940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3477230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3478160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3479250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3480110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3481140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3482200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.3483050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3483970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3484910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.3486420Z /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-10-10T02:10:54.3488120Z /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-10-10T02:10:54.3489800Z /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-10-10T02:10:54.3491150Z /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-10-10T02:10:54.3492530Z /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-10-10T02:10:54.3493890Z /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-10-10T02:10:54.3495440Z /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-10-10T02:10:54.3496690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/version.py 2025-10-10T02:10:54.3498170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/__init__.py 2025-10-10T02:10:54.3499890Z /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-10-10T02:10:54.3501460Z /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-10-10T02:10:54.3503330Z /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-10-10T02:10:54.3504870Z /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-10-10T02:10:54.3506500Z /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-10-10T02:10:54.3507770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/sources.py 2025-10-10T02:10:54.3509130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/utils.py 2025-10-10T02:10:54.3510490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/py.typed 2025-10-10T02:10:54.3511910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-settings-2.6.1-py313hca03da5_0/lib/python3.13/site-packages/pydantic_settings/main.py 2025-10-10T02:10:54.3512660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/archspec-0.2.3-pyhd3eb1b0_0.conda 2025-10-10T02:10:54.3513470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/annotated-types-0.6.0-py313hca03da5_0.conda 2025-10-10T02:10:54.3514190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0.conda 2025-10-10T02:10:54.3515260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3516500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3517520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3518810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3519820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3521120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3521950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3522760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3523450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3524270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3524950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3525680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3526410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3527140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3528360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/context/__init__.py 2025-10-10T02:10:54.3529650Z /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-10-10T02:10:54.3530590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.context-6.0.0-py313hca03da5_0/lib/python3.13/site-packages/jaraco/context/py.typed 2025-10-10T02:10:54.3531860Z /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-10-10T02:10:54.3533060Z /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-10-10T02:10:54.3534180Z /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-10-10T02:10:54.3535290Z /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-10-10T02:10:54.3536490Z /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-10-10T02:10:54.3537690Z /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-10-10T02:10:54.3538750Z /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-10-10T02:10:54.3539860Z /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-10-10T02:10:54.3540350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ncurses-6.5-hee39554_0.conda 2025-10-10T02:10:54.3540830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmamba-2.0.5-h15e39b3_1.conda 2025-10-10T02:10:54.3541440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/rich-13.9.4-py313hca03da5_0.conda 2025-10-10T02:10:54.3542200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3542890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3543580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3544440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3545410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/licenses/LICENSE.md 2025-10-10T02:10:54.3546470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3547420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3548460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3549290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3550230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3551070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/files 2025-10-10T02:10:54.3551900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3552660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3553480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/info/git 2025-10-10T02:10:54.3554750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/intranges.py 2025-10-10T02:10:54.3555800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/package_data.py 2025-10-10T02:10:54.3557250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/compat.py 2025-10-10T02:10:54.3558250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/idnadata.py 2025-10-10T02:10:54.3559300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__init__.py 2025-10-10T02:10:54.3560380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/core.py 2025-10-10T02:10:54.3561720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/codec.cpython-313.pyc 2025-10-10T02:10:54.3562940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.3564300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/idnadata.cpython-313.pyc 2025-10-10T02:10:54.3565570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.3566920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/package_data.cpython-313.pyc 2025-10-10T02:10:54.3568180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/uts46data.cpython-313.pyc 2025-10-10T02:10:54.3569400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/intranges.cpython-313.pyc 2025-10-10T02:10:54.3570730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3571760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/py.typed 2025-10-10T02:10:54.3572820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/codec.py 2025-10-10T02:10:54.3574000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna/uts46data.py 2025-10-10T02:10:54.3575260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/LICENSE.md 2025-10-10T02:10:54.3576530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/RECORD 2025-10-10T02:10:54.3577780Z /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-10-10T02:10:54.3583710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/WHEEL 2025-10-10T02:10:54.3584300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/REQUESTED 2025-10-10T02:10:54.3584880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/INSTALLER 2025-10-10T02:10:54.3585460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/idna-3.7-py313hca03da5_0/lib/python3.13/site-packages/idna-3.7.dist-info/METADATA 2025-10-10T02:10:54.3585860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urls.txt 2025-10-10T02:10:54.3586210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3586700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3587180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3587660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3588590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3589770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3590550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3591540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3592370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3593400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3594240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/files 2025-10-10T02:10:54.3595200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3596110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3596870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/info/git 2025-10-10T02:10:54.3598340Z /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-10-10T02:10:54.3599830Z /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-10-10T02:10:54.3601240Z /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-10-10T02:10:54.3602460Z /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-10-10T02:10:54.3603810Z /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-10-10T02:10:54.3605060Z /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-10-10T02:10:54.3606460Z /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-10-10T02:10:54.3607700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/_hypothesis_plugin.py 2025-10-10T02:10:54.3608930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/color.py 2025-10-10T02:10:54.3610120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/config.py 2025-10-10T02:10:54.3611350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/version.py 2025-10-10T02:10:54.3612520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/fields.py 2025-10-10T02:10:54.3613970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/error_wrappers.py 2025-10-10T02:10:54.3615180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/decorator.py 2025-10-10T02:10:54.3616620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/validators.py 2025-10-10T02:10:54.3617850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/tools.py 2025-10-10T02:10:54.3619020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/env_settings.py 2025-10-10T02:10:54.3620400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/__init__.py 2025-10-10T02:10:54.3621720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/mypy.py 2025-10-10T02:10:54.3623120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/types.py 2025-10-10T02:10:54.3624560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/class_validators.py 2025-10-10T02:10:54.3626190Z /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-10-10T02:10:54.3627810Z /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-10-10T02:10:54.3629360Z /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-10-10T02:10:54.3630880Z /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-10-10T02:10:54.3632260Z /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-10-10T02:10:54.3633950Z /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-10-10T02:10:54.3635360Z /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-10-10T02:10:54.3636720Z /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-10-10T02:10:54.3638170Z /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-10-10T02:10:54.3639620Z /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-10-10T02:10:54.3641080Z /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-10-10T02:10:54.3642490Z /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-10-10T02:10:54.3643940Z /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-10-10T02:10:54.3645540Z /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-10-10T02:10:54.3646910Z /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-10-10T02:10:54.3648390Z /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-10-10T02:10:54.3650030Z /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-10-10T02:10:54.3651430Z /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-10-10T02:10:54.3653080Z /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-10-10T02:10:54.3654570Z /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-10-10T02:10:54.3656300Z /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-10-10T02:10:54.3657940Z /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-10-10T02:10:54.3659370Z /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-10-10T02:10:54.3661000Z /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-10-10T02:10:54.3662590Z /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-10-10T02:10:54.3664060Z /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-10-10T02:10:54.3665440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/networks.py 2025-10-10T02:10:54.3666640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/utils.py 2025-10-10T02:10:54.3667990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/annotated_types.py 2025-10-10T02:10:54.3669170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/py.typed 2025-10-10T02:10:54.3670450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/errors.py 2025-10-10T02:10:54.3671900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/dataclasses.py 2025-10-10T02:10:54.3673070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/parse.py 2025-10-10T02:10:54.3674290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/typing.py 2025-10-10T02:10:54.3675540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/main.py 2025-10-10T02:10:54.3676890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/datetime_parse.py 2025-10-10T02:10:54.3678180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/json.py 2025-10-10T02:10:54.3679140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/generics.py 2025-10-10T02:10:54.3680120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/v1/schema.py 2025-10-10T02:10:54.3681310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_schema_generation_shared.py 2025-10-10T02:10:54.3682380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_docs_extraction.py 2025-10-10T02:10:54.3683430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_core_utils.py 2025-10-10T02:10:54.3684540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_validate_call.py 2025-10-10T02:10:54.3685630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_decorators_v1.py 2025-10-10T02:10:54.3686720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_typing_extra.py 2025-10-10T02:10:54.3687680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_validators.py 2025-10-10T02:10:54.3688750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_serializers.py 2025-10-10T02:10:54.3689880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_namespace_utils.py 2025-10-10T02:10:54.3690970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_repr.py 2025-10-10T02:10:54.3691880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/__init__.py 2025-10-10T02:10:54.3692970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_import_utils.py 2025-10-10T02:10:54.3694240Z /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-10-10T02:10:54.3695480Z /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-10-10T02:10:54.3696750Z /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-10-10T02:10:54.3698020Z /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-10-10T02:10:54.3699250Z /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-10-10T02:10:54.3700500Z /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-10-10T02:10:54.3701850Z /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-10-10T02:10:54.3703200Z /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-10-10T02:10:54.3704430Z /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-10-10T02:10:54.3705710Z /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-10-10T02:10:54.3707070Z /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-10-10T02:10:54.3708300Z /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-10-10T02:10:54.3709590Z /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-10-10T02:10:54.3710820Z /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-10-10T02:10:54.3712140Z /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-10-10T02:10:54.3713330Z /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-10-10T02:10:54.3714700Z /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-10-10T02:10:54.3715840Z /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-10-10T02:10:54.3717420Z /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-10-10T02:10:54.3719150Z /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-10-10T02:10:54.3720680Z /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-10-10T02:10:54.3722310Z /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-10-10T02:10:54.3723920Z /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-10-10T02:10:54.3725380Z /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-10-10T02:10:54.3727100Z /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-10-10T02:10:54.3728840Z /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-10-10T02:10:54.3730520Z /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-10-10T02:10:54.3732230Z /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-10-10T02:10:54.3733960Z /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-10-10T02:10:54.3735390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_known_annotated_metadata.py 2025-10-10T02:10:54.3736960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py 2025-10-10T02:10:54.3738160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_signature.py 2025-10-10T02:10:54.3739750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_generate_schema.py 2025-10-10T02:10:54.3741100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_schema_gather.py 2025-10-10T02:10:54.3742600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_discriminated_union.py 2025-10-10T02:10:54.3743770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_forward_ref.py 2025-10-10T02:10:54.3745150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_decorators.py 2025-10-10T02:10:54.3746450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_core_metadata.py 2025-10-10T02:10:54.3747740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_fields.py 2025-10-10T02:10:54.3749040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_config.py 2025-10-10T02:10:54.3750380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_mock_val_ser.py 2025-10-10T02:10:54.3751790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_git.py 2025-10-10T02:10:54.3753220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_generics.py 2025-10-10T02:10:54.3754620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_dataclasses.py 2025-10-10T02:10:54.3756030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_internal_dataclass.py 2025-10-10T02:10:54.3757200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_internal/_utils.py 2025-10-10T02:10:54.3758520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/__init__.py 2025-10-10T02:10:54.3760180Z /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-10-10T02:10:54.3761810Z /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-10-10T02:10:54.3763350Z /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-10-10T02:10:54.3764730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/pipeline.py 2025-10-10T02:10:54.3766290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/experimental/arguments_schema.py 2025-10-10T02:10:54.3767450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/functional_validators.py 2025-10-10T02:10:54.3768620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/alias_generators.py 2025-10-10T02:10:54.3769750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/color.py 2025-10-10T02:10:54.3770910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/config.py 2025-10-10T02:10:54.3772040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/version.py 2025-10-10T02:10:54.3773200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/fields.py 2025-10-10T02:10:54.3774490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/error_wrappers.py 2025-10-10T02:10:54.3775700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/decorator.py 2025-10-10T02:10:54.3776910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/validators.py 2025-10-10T02:10:54.3778030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/warnings.py 2025-10-10T02:10:54.3779230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/tools.py 2025-10-10T02:10:54.3780500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/_loader.py 2025-10-10T02:10:54.3781710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/__init__.py 2025-10-10T02:10:54.3783220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/plugin/_schema_validator.py 2025-10-10T02:10:54.3784890Z /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-10-10T02:10:54.3786280Z /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-10-10T02:10:54.3787880Z /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-10-10T02:10:54.3789210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/env_settings.py 2025-10-10T02:10:54.3790370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__init__.py 2025-10-10T02:10:54.3791510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/mypy.py 2025-10-10T02:10:54.3792710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/types.py 2025-10-10T02:10:54.3794070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/class_validators.py 2025-10-10T02:10:54.3795400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.3796800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/typing.cpython-313.pyc 2025-10-10T02:10:54.3798450Z /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-10-10T02:10:54.3799990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/networks.cpython-313.pyc 2025-10-10T02:10:54.3801380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/mypy.cpython-313.pyc 2025-10-10T02:10:54.3802880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/generics.cpython-313.pyc 2025-10-10T02:10:54.3804270Z /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-10-10T02:10:54.3805820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/validators.cpython-313.pyc 2025-10-10T02:10:54.3807190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:54.3808660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:54.3810300Z /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-10-10T02:10:54.3811930Z /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-10-10T02:10:54.3813180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:54.3814700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:54.3816210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/aliases.cpython-313.pyc 2025-10-10T02:10:54.3817770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/_migration.cpython-313.pyc 2025-10-10T02:10:54.3819390Z /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-10-10T02:10:54.3820700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/schema.cpython-313.pyc 2025-10-10T02:10:54.3822150Z /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-10-10T02:10:54.3823570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/dataclasses.cpython-313.pyc 2025-10-10T02:10:54.3824910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:54.3826420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.3827850Z /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-10-10T02:10:54.3829040Z /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-10-10T02:10:54.3830170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:54.3831280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.3832470Z /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-10-10T02:10:54.3833630Z /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-10-10T02:10:54.3834940Z /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-10-10T02:10:54.3835930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:54.3837140Z /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-10-10T02:10:54.3838320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3839600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.3840670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/decorator.cpython-313.pyc 2025-10-10T02:10:54.3841790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/__pycache__/tools.cpython-313.pyc 2025-10-10T02:10:54.3842650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/aliases.py 2025-10-10T02:10:54.3843690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/json_schema.py 2025-10-10T02:10:54.3845000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/_migration.py 2025-10-10T02:10:54.3845990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/networks.py 2025-10-10T02:10:54.3846960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/root_model.py 2025-10-10T02:10:54.3847920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/type_adapter.py 2025-10-10T02:10:54.3848810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/utils.py 2025-10-10T02:10:54.3849920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/functional_serializers.py 2025-10-10T02:10:54.3850800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/py.typed 2025-10-10T02:10:54.3852040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/validate_call_decorator.py 2025-10-10T02:10:54.3852850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/errors.py 2025-10-10T02:10:54.3853860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/dataclasses.py 2025-10-10T02:10:54.3854770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/parse.py 2025-10-10T02:10:54.3855740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/typing.py 2025-10-10T02:10:54.3856690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/main.py 2025-10-10T02:10:54.3857750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/datetime_parse.py 2025-10-10T02:10:54.3858830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/json.py 2025-10-10T02:10:54.3859900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/annotated_handlers.py 2025-10-10T02:10:54.3860810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/generics.py 2025-10-10T02:10:54.3861770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/schema.py 2025-10-10T02:10:54.3862880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/config.py 2025-10-10T02:10:54.3863920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/decorator.py 2025-10-10T02:10:54.3864910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/tools.py 2025-10-10T02:10:54.3866060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/copy_internals.py 2025-10-10T02:10:54.3867070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/__init__.py 2025-10-10T02:10:54.3868200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/class_validators.py 2025-10-10T02:10:54.3869470Z /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-10-10T02:10:54.3870650Z /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-10-10T02:10:54.3872070Z /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-10-10T02:10:54.3873250Z /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-10-10T02:10:54.3874400Z /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-10-10T02:10:54.3875790Z /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-10-10T02:10:54.3876990Z /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-10-10T02:10:54.3878140Z /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-10-10T02:10:54.3879120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/parse.py 2025-10-10T02:10:54.3880090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0/lib/python3.13/site-packages/pydantic/deprecated/json.py 2025-10-10T02:10:54.3880590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0.conda 2025-10-10T02:10:54.3881230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/bin/keyring 2025-10-10T02:10:54.3882040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.3882770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.3883740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_packaging.py 2025-10-10T02:10:54.3884520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/util/test_platform.py 2025-10-10T02:10:54.3885310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_errors.py 2025-10-10T02:10:54.3886210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_kwallet.py 2025-10-10T02:10:54.3887110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_libsecret.py 2025-10-10T02:10:54.3888100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_SecretService.py 2025-10-10T02:10:54.3888880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_macOS.py 2025-10-10T02:10:54.3889760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_chainer.py 2025-10-10T02:10:54.3890630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/backends/test_Windows.py 2025-10-10T02:10:54.3891390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_core.py 2025-10-10T02:10:54.3892270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_multiprocess.py 2025-10-10T02:10:54.3893080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_integration.py 2025-10-10T02:10:54.3893850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-10-10T02:10:54.3894610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.3895460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.3896160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.3897050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.3897880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.3898660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.3899290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.3900040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.3900690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.3901380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.3902060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.3902790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.3903380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.3904700Z /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-10-10T02:10:54.3905720Z /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-10-10T02:10:54.3906820Z /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-10-10T02:10:54.3907850Z /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-10-10T02:10:54.3908950Z /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-10-10T02:10:54.3910040Z /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-10-10T02:10:54.3911140Z /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-10-10T02:10:54.3912190Z /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-10-10T02:10:54.3913210Z /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-10-10T02:10:54.3914170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/py38.py 2025-10-10T02:10:54.3915170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/properties.py 2025-10-10T02:10:54.3916170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/__init__.py 2025-10-10T02:10:54.3917340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/compat/py312.py 2025-10-10T02:10:54.3918920Z /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-10-10T02:10:54.3920480Z /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-10-10T02:10:54.3922100Z /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-10-10T02:10:54.3923580Z /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-10-10T02:10:54.3924770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend.py 2025-10-10T02:10:54.3925980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/__init__.py 2025-10-10T02:10:54.3927440Z /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-10-10T02:10:54.3928910Z /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-10-10T02:10:54.3930050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/util/platform_.py 2025-10-10T02:10:54.3931270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/completion.py 2025-10-10T02:10:54.3932540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/credentials.py 2025-10-10T02:10:54.3933910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/__init__.py 2025-10-10T02:10:54.3935580Z /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-10-10T02:10:54.3937200Z /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-10-10T02:10:54.3938450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/macOS/api.py 2025-10-10T02:10:54.3939570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/null.py 2025-10-10T02:10:54.3940920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/kwallet.py 2025-10-10T02:10:54.3942170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/__init__.py 2025-10-10T02:10:54.3943650Z /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-10-10T02:10:54.3945170Z /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-10-10T02:10:54.3946600Z /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-10-10T02:10:54.3948150Z /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-10-10T02:10:54.3949750Z /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-10-10T02:10:54.3951340Z /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-10-10T02:10:54.3952870Z /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-10-10T02:10:54.3954550Z /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-10-10T02:10:54.3955780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/fail.py 2025-10-10T02:10:54.3957080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/SecretService.py 2025-10-10T02:10:54.3958390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/Windows.py 2025-10-10T02:10:54.3959670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/libsecret.py 2025-10-10T02:10:54.3961040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backends/chainer.py 2025-10-10T02:10:54.3962460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend_complete.zsh 2025-10-10T02:10:54.3963630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__init__.py 2025-10-10T02:10:54.3964700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/core.py 2025-10-10T02:10:54.3966020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/credentials.cpython-313.pyc 2025-10-10T02:10:54.3967110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.3968220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:54.3969370Z /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-10-10T02:10:54.3970460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.3971630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/completion.cpython-313.pyc 2025-10-10T02:10:54.3972720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/backend.cpython-313.pyc 2025-10-10T02:10:54.3973820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.3974930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.3976130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__pycache__/http.cpython-313.pyc 2025-10-10T02:10:54.3977160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/backend.py 2025-10-10T02:10:54.3978030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/util.py 2025-10-10T02:10:54.3979020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/testing/__init__.py 2025-10-10T02:10:54.3980250Z /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-10-10T02:10:54.3981470Z /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-10-10T02:10:54.3982640Z /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-10-10T02:10:54.3983470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/cli.py 2025-10-10T02:10:54.3984460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/http.py 2025-10-10T02:10:54.3985520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/backend_complete.bash 2025-10-10T02:10:54.3986500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/py.typed 2025-10-10T02:10:54.3987430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/errors.py 2025-10-10T02:10:54.3988450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/devpi_client.py 2025-10-10T02:10:54.3989420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/keyring-25.6.0-py313hca03da5_0/lib/python3.13/site-packages/keyring/__main__.py 2025-10-10T02:10:54.3989950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/sqlite-3.50.2-h79febb2_1.conda 2025-10-10T02:10:54.3990610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-2.11.7-py313hca03da5_0.conda 2025-10-10T02:10:54.3991500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/repodata_record.json 2025-10-10T02:10:54.3992320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/run_test.sh 2025-10-10T02:10:54.3993160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/pyproject.toml 2025-10-10T02:10:54.3994100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_x509.py 2025-10-10T02:10:54.3995010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_aead.py 2025-10-10T02:10:54.3995920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/__init__.py 2025-10-10T02:10:54.3996860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_hashes.py 2025-10-10T02:10:54.3997820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_fernet.py 2025-10-10T02:10:54.3998730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_ec_load.py 2025-10-10T02:10:54.3999600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/bench/test_hmac.py 2025-10-10T02:10:54.4000470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/test_oid.py 2025-10-10T02:10:54.4001520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/backends/test_openssl.py 2025-10-10T02:10:54.4002500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/backends/__init__.py 2025-10-10T02:10:54.4003510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/__init__.py 2025-10-10T02:10:54.4004490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ec.py 2025-10-10T02:10:54.4005500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aead.py 2025-10-10T02:10:54.4006520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_rc2.py 2025-10-10T02:10:54.4007690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_arc4.py 2025-10-10T02:10:54.4008660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/__init__.py 2025-10-10T02:10:54.4009690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_3des.py 2025-10-10T02:10:54.4010740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/decrepit/test_algorithms.py 2025-10-10T02:10:54.4011730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hkdf_vectors.py 2025-10-10T02:10:54.4012790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aes.py 2025-10-10T02:10:54.4013620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_xofhash.py 2025-10-10T02:10:54.4014720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_rsa.py 2025-10-10T02:10:54.4015700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ciphers.py 2025-10-10T02:10:54.4016740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hmac_vectors.py 2025-10-10T02:10:54.4017700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pkcs7.py 2025-10-10T02:10:54.4018700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_aes_gcm.py 2025-10-10T02:10:54.4019760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hash_vectors.py 2025-10-10T02:10:54.4025400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_dsa.py 2025-10-10T02:10:54.4026010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_sm4.py 2025-10-10T02:10:54.4026610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x448.py 2025-10-10T02:10:54.4027230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/test_totp.py 2025-10-10T02:10:54.4027910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/test_hotp.py 2025-10-10T02:10:54.4028600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/twofactor/__init__.py 2025-10-10T02:10:54.4029210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_block.py 2025-10-10T02:10:54.4029900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_kbkdf.py 2025-10-10T02:10:54.4030500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ed448.py 2025-10-10T02:10:54.4031120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_concatkdf.py 2025-10-10T02:10:54.4031750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x25519.py 2025-10-10T02:10:54.4032340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/__init__.py 2025-10-10T02:10:54.4032960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_cmac.py 2025-10-10T02:10:54.4033670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hashes.py 2025-10-10T02:10:54.4034610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_dh.py 2025-10-10T02:10:54.4035710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_kbkdf_vectors.py 2025-10-10T02:10:54.4036720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_keywrap.py 2025-10-10T02:10:54.4037740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ed25519.py 2025-10-10T02:10:54.4038870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_ssh.py 2025-10-10T02:10:54.4039850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_constant_time.py 2025-10-10T02:10:54.4041260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pbkdf2hmac_vectors.py 2025-10-10T02:10:54.4042460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/utils.py 2025-10-10T02:10:54.4043770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_asym_utils.py 2025-10-10T02:10:54.4045050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hkdf.py 2025-10-10T02:10:54.4046190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_dh.py 2025-10-10T02:10:54.4047410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x963kdf.py 2025-10-10T02:10:54.4048780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_x963_vectors.py 2025-10-10T02:10:54.4050200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pbkdf2hmac.py 2025-10-10T02:10:54.4051440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_rsa.py 2025-10-10T02:10:54.4052840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_padding.py 2025-10-10T02:10:54.4053990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_camellia.py 2025-10-10T02:10:54.4055440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/fixtures_ec.py 2025-10-10T02:10:54.4056860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_serialization.py 2025-10-10T02:10:54.4058140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_chacha20.py 2025-10-10T02:10:54.4059290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_argon2.py 2025-10-10T02:10:54.4060560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_hmac.py 2025-10-10T02:10:54.4061880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_dsa.py 2025-10-10T02:10:54.4065580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_poly1305.py 2025-10-10T02:10:54.4066190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_pkcs12.py 2025-10-10T02:10:54.4066780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/primitives/test_scrypt.py 2025-10-10T02:10:54.4067370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/hazmat/bindings/test_openssl.py 2025-10-10T02:10:54.4067970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.4068730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/conftest.py 2025-10-10T02:10:54.4069830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_warnings.py 2025-10-10T02:10:54.4070910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/doubles.py 2025-10-10T02:10:54.4071910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/__init__.py 2025-10-10T02:10:54.4072970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_fernet.py 2025-10-10T02:10:54.4074210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_ocsp.py 2025-10-10T02:10:54.4075350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_ext.py 2025-10-10T02:10:54.4076360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509.py 2025-10-10T02:10:54.4077430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/__init__.py 2025-10-10T02:10:54.4078720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/__init__.py 2025-10-10T02:10:54.4079870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/test_limbo.py 2025-10-10T02:10:54.4081180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/verification/test_verification.py 2025-10-10T02:10:54.4082430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_crlbuilder.py 2025-10-10T02:10:54.4083540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_name.py 2025-10-10T02:10:54.4084910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/x509/test_x509_revokedcertbuilder.py 2025-10-10T02:10:54.4085960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_pbkdf2.py 2025-10-10T02:10:54.4087080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_aes.py 2025-10-10T02:10:54.4088240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_rsa.py 2025-10-10T02:10:54.4089480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_utils.py 2025-10-10T02:10:54.4090630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_ecdsa.py 2025-10-10T02:10:54.4091690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_x448.py 2025-10-10T02:10:54.4092860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_eddsa.py 2025-10-10T02:10:54.4096260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_x25519.py 2025-10-10T02:10:54.4097040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/__init__.py 2025-10-10T02:10:54.4097590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_cmac.py 2025-10-10T02:10:54.4098210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_chacha20poly1305.py 2025-10-10T02:10:54.4099000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_keywrap.py 2025-10-10T02:10:54.4100070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/utils.py 2025-10-10T02:10:54.4101290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_hkdf.py 2025-10-10T02:10:54.4102530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_ecdh.py 2025-10-10T02:10:54.4103830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_hmac.py 2025-10-10T02:10:54.4104830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/wycheproof/test_dsa.py 2025-10-10T02:10:54.4105790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/utils.py 2025-10-10T02:10:54.4106650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_meta.py 2025-10-10T02:10:54.4107610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/test_cryptography_utils.py 2025-10-10T02:10:54.4108530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/tests/deprecated_module.py 2025-10-10T02:10:54.4109310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/run_test.py 2025-10-10T02:10:54.4110300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.4111060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE 2025-10-10T02:10:54.4111970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE.APACHE 2025-10-10T02:10:54.4112800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/licenses/LICENSE.BSD 2025-10-10T02:10:54.4113900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/quote-LICENSE-MIT 2025-10-10T02:10:54.4114950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/inventory-LICENSE-MIT 2025-10-10T02:10:54.4115920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/instant-LICENSE 2025-10-10T02:10:54.4116930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/cfg-if-LICENSE-MIT 2025-10-10T02:10:54.4118110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/proc-macro-hack-LICENSE-MIT 2025-10-10T02:10:54.4119120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/indoc-LICENSE-MIT 2025-10-10T02:10:54.4120150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/proc-macro2-LICENSE-MIT 2025-10-10T02:10:54.4121210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/parking_lot_core-LICENSE-MIT 2025-10-10T02:10:54.4122240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/inventory-impl-LICENSE-MIT 2025-10-10T02:10:54.4123420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/unindent-LICENSE-MIT 2025-10-10T02:10:54.4124320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/raw-LICENSE 2025-10-10T02:10:54.4125180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/libc-LICENSE-MIT 2025-10-10T02:10:54.4126180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/smallvec-LICENSE-MIT 2025-10-10T02:10:54.4127150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/ctor-LICENSE-MIT 2025-10-10T02:10:54.4128160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/paste-impl-LICENSE-MIT 2025-10-10T02:10:54.4129080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/ghost-LICENSE-MIT 2025-10-10T02:10:54.4130120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/winapi-LICENSE-MIT 2025-10-10T02:10:54.4131000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/syn-LICENSE-MIT 2025-10-10T02:10:54.4131990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/lock_api-LICENSE-MIT 2025-10-10T02:10:54.4132940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-LICENSE 2025-10-10T02:10:54.4134000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/indoc-impl-LICENSE-MIT 2025-10-10T02:10:54.4134980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/paste-LICENSE-MIT 2025-10-10T02:10:54.4136030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/parking_lot-LICENSE-MIT 2025-10-10T02:10:54.4137140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/redox_syscall-LICENSE 2025-10-10T02:10:54.4138120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/scopeguard-LICENSE-MIT 2025-10-10T02:10:54.4139090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/unicode-xid-LICENSE-MIT 2025-10-10T02:10:54.4140100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/rust-smallvec-LICENSE-MIT 2025-10-10T02:10:54.4141210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-macros-backend-LICENSE 2025-10-10T02:10:54.4142210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/bitflags-LICENSE-MIT 2025-10-10T02:10:54.4143220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/pyo3-macros-LICENSE 2025-10-10T02:10:54.4144450Z /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-10-10T02:10:54.4145620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/library_licenses/winapi-i686-pc-windows-gnu-LICENSE-MIT 2025-10-10T02:10:54.4146420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4147260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/run_test.py 2025-10-10T02:10:54.4148100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4149070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4149620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/paths.json 2025-10-10T02:10:54.4150380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/hash_input.json 2025-10-10T02:10:54.4151060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/files 2025-10-10T02:10:54.4151860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/about.json 2025-10-10T02:10:54.4152550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/index.json 2025-10-10T02:10:54.4153210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/info/git 2025-10-10T02:10:54.4154560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__init__.py 2025-10-10T02:10:54.4156120Z /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-10-10T02:10:54.4157160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py 2025-10-10T02:10:54.4158350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py 2025-10-10T02:10:54.4159870Z /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-10-10T02:10:54.4161450Z /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-10-10T02:10:54.4162990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/__init__.py 2025-10-10T02:10:54.4164730Z /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-10-10T02:10:54.4166130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/backend.py 2025-10-10T02:10:54.4167650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__init__.py 2025-10-10T02:10:54.4169590Z /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-10-10T02:10:54.4171300Z /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-10-10T02:10:54.4172500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/__init__.py 2025-10-10T02:10:54.4174230Z /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-10-10T02:10:54.4175820Z /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-10-10T02:10:54.4177100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/argon2.py 2025-10-10T02:10:54.4178610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__init__.py 2025-10-10T02:10:54.4180360Z /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-10-10T02:10:54.4181900Z /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-10-10T02:10:54.4183480Z /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-10-10T02:10:54.4185280Z /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-10-10T02:10:54.4187010Z /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-10-10T02:10:54.4189100Z /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-10-10T02:10:54.4190780Z /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-10-10T02:10:54.4192650Z /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-10-10T02:10:54.4194080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py 2025-10-10T02:10:54.4195660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py 2025-10-10T02:10:54.4197160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py 2025-10-10T02:10:54.4198690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py 2025-10-10T02:10:54.4200110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py 2025-10-10T02:10:54.4201540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py 2025-10-10T02:10:54.4202940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_serialization.py 2025-10-10T02:10:54.4204570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/totp.py 2025-10-10T02:10:54.4206140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py 2025-10-10T02:10:54.4208140Z /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-10-10T02:10:54.4209830Z /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-10-10T02:10:54.4211500Z /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-10-10T02:10:54.4213060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py 2025-10-10T02:10:54.4214790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__init__.py 2025-10-10T02:10:54.4216790Z /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-10-10T02:10:54.4218650Z /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-10-10T02:10:54.4220350Z /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-10-10T02:10:54.4222070Z /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-10-10T02:10:54.4224070Z /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-10-10T02:10:54.4225720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py 2025-10-10T02:10:54.4227630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py 2025-10-10T02:10:54.4229510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/ssh.py 2025-10-10T02:10:54.4231200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/base.py 2025-10-10T02:10:54.4232460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/cmac.py 2025-10-10T02:10:54.4234190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_asymmetric.py 2025-10-10T02:10:54.4235670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/__init__.py 2025-10-10T02:10:54.4237400Z /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-10-10T02:10:54.4239140Z /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-10-10T02:10:54.4240860Z /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-10-10T02:10:54.4242690Z /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-10-10T02:10:54.4244320Z /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-10-10T02:10:54.4246130Z /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-10-10T02:10:54.4248840Z /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-10-10T02:10:54.4250580Z /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-10-10T02:10:54.4252300Z /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-10-10T02:10:54.4254000Z /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-10-10T02:10:54.4255510Z /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-10-10T02:10:54.4256700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py 2025-10-10T02:10:54.4257920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/poly1305.py 2025-10-10T02:10:54.4259020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py 2025-10-10T02:10:54.4260180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/aead.py 2025-10-10T02:10:54.4261360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py 2025-10-10T02:10:54.4262830Z /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-10-10T02:10:54.4264210Z /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-10-10T02:10:54.4265650Z /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-10-10T02:10:54.4267150Z /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-10-10T02:10:54.4268550Z /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-10-10T02:10:54.4269640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/modes.py 2025-10-10T02:10:54.4270820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/base.py 2025-10-10T02:10:54.4272020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/constant_time.py 2025-10-10T02:10:54.4273300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py 2025-10-10T02:10:54.4274510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py 2025-10-10T02:10:54.4275710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py 2025-10-10T02:10:54.4276920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py 2025-10-10T02:10:54.4278200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py 2025-10-10T02:10:54.4279350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/types.py 2025-10-10T02:10:54.4280900Z /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-10-10T02:10:54.4282370Z /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-10-10T02:10:54.4283790Z /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-10-10T02:10:54.4285220Z /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-10-10T02:10:54.4286620Z /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-10-10T02:10:54.4288080Z /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-10-10T02:10:54.4289480Z /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-10-10T02:10:54.4290830Z /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-10-10T02:10:54.4292330Z /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-10-10T02:10:54.4293800Z /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-10-10T02:10:54.4295180Z /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-10-10T02:10:54.4296640Z /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-10-10T02:10:54.4297820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py 2025-10-10T02:10:54.4299010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py 2025-10-10T02:10:54.4300190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py 2025-10-10T02:10:54.4301390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py 2025-10-10T02:10:54.4302600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py 2025-10-10T02:10:54.4303800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py 2025-10-10T02:10:54.4305040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/keywrap.py 2025-10-10T02:10:54.4306020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/hmac.py 2025-10-10T02:10:54.4307160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/hashes.py 2025-10-10T02:10:54.4308300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/primitives/padding.py 2025-10-10T02:10:54.4309340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/_oid.py 2025-10-10T02:10:54.4310560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi 2025-10-10T02:10:54.4311800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi 2025-10-10T02:10:54.4312900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi 2025-10-10T02:10:54.4314130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi 2025-10-10T02:10:54.4315240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi 2025-10-10T02:10:54.4316420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi 2025-10-10T02:10:54.4317680Z /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-10-10T02:10:54.4318870Z /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-10-10T02:10:54.4320090Z /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-10-10T02:10:54.4321300Z /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-10-10T02:10:54.4322560Z /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-10-10T02:10:54.4323790Z /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-10-10T02:10:54.4325030Z /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-10-10T02:10:54.4326220Z /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-10-10T02:10:54.4327430Z /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-10-10T02:10:54.4328660Z /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-10-10T02:10:54.4329900Z /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-10-10T02:10:54.4331180Z /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-10-10T02:10:54.4332320Z /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-10-10T02:10:54.4333580Z /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-10-10T02:10:54.4334780Z /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-10-10T02:10:54.4335980Z /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-10-10T02:10:54.4337180Z /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-10-10T02:10:54.4338390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi 2025-10-10T02:10:54.4339570Z /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-10-10T02:10:54.4340700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi 2025-10-10T02:10:54.4341860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/__init__.py 2025-10-10T02:10:54.4343320Z /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-10-10T02:10:54.4344390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust.abi3.so 2025-10-10T02:10:54.4345600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__init__.py 2025-10-10T02:10:54.4347170Z /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-10-10T02:10:54.4348560Z /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-10-10T02:10:54.4349960Z /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-10-10T02:10:54.4351150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py 2025-10-10T02:10:54.4352350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/binding.py 2025-10-10T02:10:54.4353310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__init__.py 2025-10-10T02:10:54.4354570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/fernet.cpython-313.pyc 2025-10-10T02:10:54.4355720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.4357010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.4358230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/__about__.cpython-313.pyc 2025-10-10T02:10:54.4359370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.4360330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/oid.py 2025-10-10T02:10:54.4361450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/verification.py 2025-10-10T02:10:54.4362440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/ocsp.py 2025-10-10T02:10:54.4363580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/general_name.py 2025-10-10T02:10:54.4364630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/__init__.py 2025-10-10T02:10:54.4365960Z /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-10-10T02:10:54.4367260Z /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-10-10T02:10:54.4368410Z /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-10-10T02:10:54.4370060Z /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-10-10T02:10:54.4371620Z /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-10-10T02:10:54.4373200Z /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-10-10T02:10:54.4374960Z /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-10-10T02:10:54.4376430Z /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-10-10T02:10:54.4377980Z /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-10-10T02:10:54.4379200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/extensions.py 2025-10-10T02:10:54.4380460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/name.py 2025-10-10T02:10:54.4381660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/base.py 2025-10-10T02:10:54.4383090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/x509/certificate_transparency.py 2025-10-10T02:10:54.4384200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/utils.py 2025-10-10T02:10:54.4385190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/__about__.py 2025-10-10T02:10:54.4386160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/py.typed 2025-10-10T02:10:54.4387290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/exceptions.py 2025-10-10T02:10:54.4388180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cryptography-45.0.5-py313hace6d20_0/lib/python3.13/site-packages/cryptography/fernet.py 2025-10-10T02:10:54.4389340Z /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-10-10T02:10:54.4390590Z /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-10-10T02:10:54.4391820Z /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-10-10T02:10:54.4393030Z /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-10-10T02:10:54.4394210Z /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-10-10T02:10:54.4395230Z /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-10-10T02:10:54.4396370Z /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-10-10T02:10:54.4397560Z /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-10-10T02:10:54.4398630Z /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-10-10T02:10:54.4399140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzegrep.1 2025-10-10T02:10:54.4399770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzmore.1 2025-10-10T02:10:54.4400430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzdiff.1 2025-10-10T02:10:54.4401090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzfgrep.1 2025-10-10T02:10:54.4401860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzip2.1 2025-10-10T02:10:54.4402420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzcmp.1 2025-10-10T02:10:54.4403060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzgrep.1 2025-10-10T02:10:54.4403690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/man/man1/bzless.1 2025-10-10T02:10:54.4404350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzip2recover 2025-10-10T02:10:54.4404940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzfgrep 2025-10-10T02:10:54.4405570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzmore 2025-10-10T02:10:54.4406180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzgrep 2025-10-10T02:10:54.4406790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzegrep 2025-10-10T02:10:54.4407390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzdiff 2025-10-10T02:10:54.4408070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bunzip2 2025-10-10T02:10:54.4408580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzcmp 2025-10-10T02:10:54.4409230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzless 2025-10-10T02:10:54.4409820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzcat 2025-10-10T02:10:54.4410400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/bin/bzip2 2025-10-10T02:10:54.4411060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/include/bzlib.h 2025-10-10T02:10:54.4411860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/repodata_record.json 2025-10-10T02:10:54.4412500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/test/run_test.sh 2025-10-10T02:10:54.4413160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/licenses/LICENSE 2025-10-10T02:10:54.4414050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/0001-cross.patch 2025-10-10T02:10:54.4414610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/bld.bat 2025-10-10T02:10:54.4415340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/build.sh 2025-10-10T02:10:54.4416080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/build_dll.patch 2025-10-10T02:10:54.4416870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4417490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/bz2.c 2025-10-10T02:10:54.4418200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/meta.yaml 2025-10-10T02:10:54.4418910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/run_test.bat 2025-10-10T02:10:54.4419670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4420300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/run_exports.json 2025-10-10T02:10:54.4421000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/paths.json 2025-10-10T02:10:54.4421620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/hash_input.json 2025-10-10T02:10:54.4422200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/files 2025-10-10T02:10:54.4422820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/about.json 2025-10-10T02:10:54.4423450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/index.json 2025-10-10T02:10:54.4424000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/info/git 2025-10-10T02:10:54.4424660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.a 2025-10-10T02:10:54.4425270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.dylib 2025-10-10T02:10:54.4425960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/bzip2-1.0.8-h80987f9_6/lib/libbz2.1.0.8.dylib 2025-10-10T02:10:54.4426550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/bin/xmlwf 2025-10-10T02:10:54.4427550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat_config.h 2025-10-10T02:10:54.4427990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat_external.h 2025-10-10T02:10:54.4428600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/include/expat.h 2025-10-10T02:10:54.4429340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/repodata_record.json 2025-10-10T02:10:54.4429990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/test/run_test.sh 2025-10-10T02:10:54.4430810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/licenses/COPYING 2025-10-10T02:10:54.4431460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/bld.bat 2025-10-10T02:10:54.4432130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/build.sh 2025-10-10T02:10:54.4432980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4433690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/stdbool.h 2025-10-10T02:10:54.4434370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4435140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4435830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/run_exports.json 2025-10-10T02:10:54.4436400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/paths.json 2025-10-10T02:10:54.4437090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/hash_input.json 2025-10-10T02:10:54.4437690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/files 2025-10-10T02:10:54.4438340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/about.json 2025-10-10T02:10:54.4438940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/has_prefix 2025-10-10T02:10:54.4439610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/index.json 2025-10-10T02:10:54.4440160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/info/git 2025-10-10T02:10:54.4440890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/pkgconfig/expat.pc 2025-10-10T02:10:54.4441570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.dylib 2025-10-10T02:10:54.4442420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-config.cmake 2025-10-10T02:10:54.4443340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-config-version.cmake 2025-10-10T02:10:54.4444140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat-noconfig.cmake 2025-10-10T02:10:54.4444910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/cmake/expat-2.7.1/expat.cmake 2025-10-10T02:10:54.4445610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.1.10.2.dylib 2025-10-10T02:10:54.4446220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.a 2025-10-10T02:10:54.4446930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/lib/libexpat.1.dylib 2025-10-10T02:10:54.4447590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/man/man1/xmlwf.1 2025-10-10T02:10:54.4448300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/doc/expat/changelog 2025-10-10T02:10:54.4449010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/expat-2.7.1-h313beb8_0/share/doc/expat/AUTHORS 2025-10-10T02:10:54.4449680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jaraco.functools-4.1.0-py313hca03da5_0.conda 2025-10-10T02:10:54.4451000Z /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-10-10T02:10:54.4452450Z /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-10-10T02:10:54.4453970Z /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-10-10T02:10:54.4455530Z /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-10-10T02:10:54.4456880Z /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-10-10T02:10:54.4458370Z /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-10-10T02:10:54.4459770Z /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-10-10T02:10:54.4461180Z /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-10-10T02:10:54.4462760Z /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-10-10T02:10:54.4464290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/repoquery.py 2025-10-10T02:10:54.4465220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/solver.py 2025-10-10T02:10:54.4466470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/index.py 2025-10-10T02:10:54.4467860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/__init__.py 2025-10-10T02:10:54.4469030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/mamba_utils.py 2025-10-10T02:10:54.4470400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/conda_build_exceptions.py 2025-10-10T02:10:54.4471710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/utils.py 2025-10-10T02:10:54.4472810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/plugin.py 2025-10-10T02:10:54.4474090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/exceptions.py 2025-10-10T02:10:54.4475430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/site-packages/conda_libmamba_solver/state.py 2025-10-10T02:10:54.4476440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/repodata_record.json 2025-10-10T02:10:54.4477370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.sh 2025-10-10T02:10:54.4478370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.py 2025-10-10T02:10:54.4479430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/test/run_test.bat 2025-10-10T02:10:54.4480460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/licenses/src/LICENSE 2025-10-10T02:10:54.4481790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4482900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4483920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4484930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/paths.json 2025-10-10T02:10:54.4485910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/hash_input.json 2025-10-10T02:10:54.4486900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/files 2025-10-10T02:10:54.4487940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/about.json 2025-10-10T02:10:54.4488840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/link.json 2025-10-10T02:10:54.4489750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/index.json 2025-10-10T02:10:54.4490700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-libmamba-solver-25.4.0-pyhd3eb1b0_0/info/git 2025-10-10T02:10:54.4491550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.4492440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.4493290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/pyproject.toml 2025-10-10T02:10:54.4494590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_parser.py 2025-10-10T02:10:54.4495590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_shell_completion.py 2025-10-10T02:10:54.4496650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_basic.py 2025-10-10T02:10:54.4497650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.4498650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_termui.py 2025-10-10T02:10:54.4499510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.4500610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_options.py 2025-10-10T02:10:54.4501680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_info_dict.py 2025-10-10T02:10:54.4502800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_imports.py 2025-10-10T02:10:54.4503830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_command_decorators.py 2025-10-10T02:10:54.4505110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_confirmation_option.py 2025-10-10T02:10:54.4506150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_help_option.py 2025-10-10T02:10:54.4507320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_options.py 2025-10-10T02:10:54.4508490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_group_kw_options.py 2025-10-10T02:10:54.4509720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_aliased_group.py 2025-10-10T02:10:54.4510900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_simple_example.py 2025-10-10T02:10:54.4511940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_progressbar.py 2025-10-10T02:10:54.4513250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_version_option.py 2025-10-10T02:10:54.4514510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/typing/typing_password_option.py 2025-10-10T02:10:54.4515620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_commands.py 2025-10-10T02:10:54.4516610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_compat.py 2025-10-10T02:10:54.4517770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_formatting.py 2025-10-10T02:10:54.4518720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_context.py 2025-10-10T02:10:54.4519760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_chain.py 2025-10-10T02:10:54.4520890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_normalization.py 2025-10-10T02:10:54.4522010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_defaults.py 2025-10-10T02:10:54.4523080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_custom_classes.py 2025-10-10T02:10:54.4524170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_types.py 2025-10-10T02:10:54.4525190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_arguments.py 2025-10-10T02:10:54.4526230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/tests/test_testing.py 2025-10-10T02:10:54.4527150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/shell-completion.rst 2025-10-10T02:10:54.4527740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/index.rst 2025-10-10T02:10:54.4528610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/click-concepts.rst 2025-10-10T02:10:54.4529440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/entry-points.rst 2025-10-10T02:10:54.4530290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/documentation.rst 2025-10-10T02:10:54.4531160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/parameter-types.rst 2025-10-10T02:10:54.4531920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/wincmd.rst 2025-10-10T02:10:54.4532720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/faqs.md 2025-10-10T02:10:54.4533530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/Makefile 2025-10-10T02:10:54.4534250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/why.rst 2025-10-10T02:10:54.4535020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/conf.py 2025-10-10T02:10:54.4535950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/commands-and-groups.rst 2025-10-10T02:10:54.4536710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/prompts.rst 2025-10-10T02:10:54.4537540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/setuptools.rst 2025-10-10T02:10:54.4538360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/virtualenv.rst 2025-10-10T02:10:54.4539290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-logo.png 2025-10-10T02:10:54.4540130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-icon.png 2025-10-10T02:10:54.4541060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/_static/click-logo-sidebar.png 2025-10-10T02:10:54.4541820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/complex.rst 2025-10-10T02:10:54.4542690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/extending-click.rst 2025-10-10T02:10:54.4543460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/testing.md 2025-10-10T02:10:54.4544250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/make.bat 2025-10-10T02:10:54.4545070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/quickstart.rst 2025-10-10T02:10:54.4545840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/options.md 2025-10-10T02:10:54.4546840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/option-decorators.rst 2025-10-10T02:10:54.4547650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/commands.rst 2025-10-10T02:10:54.4548350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/license.rst 2025-10-10T02:10:54.4549080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/contrib.rst 2025-10-10T02:10:54.4549870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/arguments.rst 2025-10-10T02:10:54.4550630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/changes.rst 2025-10-10T02:10:54.4551390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/advanced.rst 2025-10-10T02:10:54.4552110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/utils.rst 2025-10-10T02:10:54.4553230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/unicode-support.rst 2025-10-10T02:10:54.4553640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/api.rst 2025-10-10T02:10:54.4554490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/handling-files.rst 2025-10-10T02:10:54.4555230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/exceptions.rst 2025-10-10T02:10:54.4556020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/docs/parameters.rst 2025-10-10T02:10:54.4556710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.4557620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.4559340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.4560080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4560730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4561560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4562210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.4562900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.4563610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.4564260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.4564910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.4565530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.4566590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_winconsole.py 2025-10-10T02:10:54.4567480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_textwrap.py 2025-10-10T02:10:54.4568410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/globals.py 2025-10-10T02:10:54.4569350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__init__.py 2025-10-10T02:10:54.4570190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/core.py 2025-10-10T02:10:54.4571080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/types.py 2025-10-10T02:10:54.4572380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_winconsole.cpython-313.pyc 2025-10-10T02:10:54.4573460Z /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-10-10T02:10:54.4574520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/globals.cpython-313.pyc 2025-10-10T02:10:54.4575570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.4576690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_compat.cpython-313.pyc 2025-10-10T02:10:54.4577840Z /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-10-10T02:10:54.4579020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/testing.cpython-313.pyc 2025-10-10T02:10:54.4580060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/decorators.cpython-313.pyc 2025-10-10T02:10:54.4581150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.4582280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.4583450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/formatting.cpython-313.pyc 2025-10-10T02:10:54.4584510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.4585660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/termui.cpython-313.pyc 2025-10-10T02:10:54.4586780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/_textwrap.cpython-313.pyc 2025-10-10T02:10:54.4587820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.4588850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:54.4589740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/formatting.py 2025-10-10T02:10:54.4590660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/parser.py 2025-10-10T02:10:54.4591580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/termui.py 2025-10-10T02:10:54.4592490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/utils.py 2025-10-10T02:10:54.4593400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/py.typed 2025-10-10T02:10:54.4594380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/exceptions.py 2025-10-10T02:10:54.4595390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/shell_completion.py 2025-10-10T02:10:54.4596300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_compat.py 2025-10-10T02:10:54.4597370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/_termui_impl.py 2025-10-10T02:10:54.4598300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/testing.py 2025-10-10T02:10:54.4599140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/click-8.2.1-py313hca03da5_0/lib/python3.13/site-packages/click/decorators.py 2025-10-10T02:10:54.4600380Z /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-10-10T02:10:54.4601920Z /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-10-10T02:10:54.4603260Z /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-10-10T02:10:54.4604490Z /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-10-10T02:10:54.4605700Z /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-10-10T02:10:54.4607080Z /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-10-10T02:10:54.4608350Z /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-10-10T02:10:54.4609300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0.conda 2025-10-10T02:10:54.4610290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.4611270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.4612470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/certifi/certifi/tests/__init__.py 2025-10-10T02:10:54.4613540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/certifi/certifi/tests/test_certify.py 2025-10-10T02:10:54.4614450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.4615480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.4616420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/licenses/certifi/LICENSE 2025-10-10T02:10:54.4617270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/bld.bat 2025-10-10T02:10:54.4618150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/build.sh 2025-10-10T02:10:54.4619390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4620280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/run_test.py 2025-10-10T02:10:54.4621150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4622360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4623220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.4624130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.4624960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/files 2025-10-10T02:10:54.4626020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.4626930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.4627850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/info/git 2025-10-10T02:10:54.4629370Z /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-10-10T02:10:54.4630960Z /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-10-10T02:10:54.4632370Z /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-10-10T02:10:54.4633670Z /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-10-10T02:10:54.4635110Z /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-10-10T02:10:54.4636450Z /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-10-10T02:10:54.4637710Z /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-10-10T02:10:54.4639260Z /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-10-10T02:10:54.4640280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__init__.py 2025-10-10T02:10:54.4641380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/core.py 2025-10-10T02:10:54.4642900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.4644390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.4645870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.4647080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/py.typed 2025-10-10T02:10:54.4648250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/cacert.pem 2025-10-10T02:10:54.4649630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/certifi-2025.8.3-py313hca03da5_0/lib/python3.13/site-packages/certifi/__main__.py 2025-10-10T02:10:54.4650260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/cpp-expected-1.1.0-h48ca7d4_0.conda 2025-10-10T02:10:54.4651160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/pythonw 2025-10-10T02:10:54.4652140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/.python.app-post-link.sh 2025-10-10T02:10:54.4653050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/python.app 2025-10-10T02:10:54.4654150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/bin/.python.app-pre-unlink.sh 2025-10-10T02:10:54.4655010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/repodata_record.json 2025-10-10T02:10:54.4655950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/run_test.sh 2025-10-10T02:10:54.4656880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/run_test.py 2025-10-10T02:10:54.4657820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/test/t.py 2025-10-10T02:10:54.4658820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/licenses/LICENSE 2025-10-10T02:10:54.4660100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/classes.nib 2025-10-10T02:10:54.4661320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/info.nib 2025-10-10T02:10:54.4662600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-10-10T02:10:54.4663770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Resources/empty.lproj 2025-10-10T02:10:54.4664780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/Info.plist 2025-10-10T02:10:54.4665620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/Contents/PkgInfo 2025-10-10T02:10:54.4666580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/run_test.sh 2025-10-10T02:10:54.4667520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/post-link.sh 2025-10-10T02:10:54.4668290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/LICENSE 2025-10-10T02:10:54.4669270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/pre-unlink.sh 2025-10-10T02:10:54.4670360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/build.sh 2025-10-10T02:10:54.4671040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4671730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/run_test.py 2025-10-10T02:10:54.4672460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/meta.yaml 2025-10-10T02:10:54.4673280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4673960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/recipe/t.py 2025-10-10T02:10:54.4674630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/paths.json 2025-10-10T02:10:54.4675370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/hash_input.json 2025-10-10T02:10:54.4676070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/files 2025-10-10T02:10:54.4676720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/about.json 2025-10-10T02:10:54.4677390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/has_prefix 2025-10-10T02:10:54.4678080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/index.json 2025-10-10T02:10:54.4678690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/info/git 2025-10-10T02:10:54.4679570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/MacOS/python 2025-10-10T02:10:54.4680570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/classes.nib 2025-10-10T02:10:54.4681580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/info.nib 2025-10-10T02:10:54.4682560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/qt_menu.nib/keyedobjects.nib 2025-10-10T02:10:54.4683370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Resources/empty.lproj 2025-10-10T02:10:54.4684140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/Info.plist 2025-10-10T02:10:54.4684900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python.app-3-py313h80987f9_2/pythonapp/Contents/PkgInfo 2025-10-10T02:10:54.4685460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/spdlog-1.11.0-h48ca7d4_0.conda 2025-10-10T02:10:54.4686000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcxx-19.1.7-hb09ecce_3.conda 2025-10-10T02:10:54.4686990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/repodata_record.json 2025-10-10T02:10:54.4687810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/run_test.sh 2025-10-10T02:10:54.4688680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/run_test.py 2025-10-10T02:10:54.4689640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/test/test_time_dependencies.json 2025-10-10T02:10:54.4690430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/licenses/LICENSE 2025-10-10T02:10:54.4691240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/bld.bat 2025-10-10T02:10:54.4692090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/build.sh 2025-10-10T02:10:54.4693050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4693860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/meta.yaml 2025-10-10T02:10:54.4694880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4695530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/paths.json 2025-10-10T02:10:54.4696520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/hash_input.json 2025-10-10T02:10:54.4697170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/files 2025-10-10T02:10:54.4698010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/about.json 2025-10-10T02:10:54.4698780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/index.json 2025-10-10T02:10:54.4699540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/anaconda-anon-usage-0.7.2-py313hd6b623d_100/info/git 2025-10-10T02:10:54.4700780Z /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-10-10T02:10:54.4702020Z /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-10-10T02:10:54.4703100Z /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-10-10T02:10:54.4708400Z /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-10-10T02:10:54.4708860Z /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-10-10T02:10:54.4709250Z /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-10-10T02:10:54.4709660Z /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-10-10T02:10:54.4710110Z /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-10-10T02:10:54.4710650Z /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-10-10T02:10:54.4711980Z /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-10-10T02:10:54.4713260Z /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-10-10T02:10:54.4714850Z /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-10-10T02:10:54.4716290Z /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-10-10T02:10:54.4717670Z /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-10-10T02:10:54.4719190Z /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-10-10T02:10:54.4720720Z /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-10-10T02:10:54.4722350Z /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-10-10T02:10:54.4724140Z /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-10-10T02:10:54.4725530Z /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-10-10T02:10:54.4727310Z /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-10-10T02:10:54.4728880Z /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-10-10T02:10:54.4730440Z /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-10-10T02:10:54.4732020Z /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-10-10T02:10:54.4733590Z /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-10-10T02:10:54.4734530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/bin/cph 2025-10-10T02:10:54.4735640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.4736930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.4738100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.4739350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/conftest.py 2025-10-10T02:10:54.4740380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.4741580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_degraded.py 2025-10-10T02:10:54.4742930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/recipes/cph_test_data/build.sh 2025-10-10T02:10:54.4744330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/recipes/cph_test_data/meta.yaml 2025-10-10T02:10:54.4745510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_validate.py 2025-10-10T02:10:54.4746720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_api.py 2025-10-10T02:10:54.4748140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_cli.py 2025-10-10T02:10:54.4749690Z /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-10-10T02:10:54.4750990Z /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-10-10T02:10:54.4752420Z /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-10-10T02:10:54.4753620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/test_interface.py 2025-10-10T02:10:54.4754790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/tests/memory_test.py 2025-10-10T02:10:54.4755780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.4757180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.4757940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.4759310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4760420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4761580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4762640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.4763850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.4764770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.4765830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.4766830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.4767880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.4768790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-handling-2.4.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.4770410Z /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-10-10T02:10:54.4771880Z /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-10-10T02:10:54.4773380Z /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-10-10T02:10:54.4775230Z /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-10-10T02:10:54.4777100Z /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-10-10T02:10:54.4778730Z /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-10-10T02:10:54.4780480Z /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-10-10T02:10:54.4782520Z /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-10-10T02:10:54.4784050Z /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-10-10T02:10:54.4785760Z /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-10-10T02:10:54.4787410Z /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-10-10T02:10:54.4789120Z /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-10-10T02:10:54.4791200Z /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-10-10T02:10:54.4792700Z /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-10-10T02:10:54.4794030Z /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-10-10T02:10:54.4795340Z /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-10-10T02:10:54.4796810Z /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-10-10T02:10:54.4798290Z /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-10-10T02:10:54.4799860Z /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-10-10T02:10:54.4801420Z /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-10-10T02:10:54.4802900Z /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-10-10T02:10:54.4804240Z /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-10-10T02:10:54.4805770Z /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-10-10T02:10:54.4807520Z /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-10-10T02:10:54.4809200Z /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-10-10T02:10:54.4810880Z /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-10-10T02:10:54.4812810Z /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-10-10T02:10:54.4814500Z /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-10-10T02:10:54.4816130Z /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-10-10T02:10:54.4817840Z /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-10-10T02:10:54.4819370Z /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-10-10T02:10:54.4820990Z /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-10-10T02:10:54.4821490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/platformdirs-4.3.7-py313hca03da5_0.conda 2025-10-10T02:10:54.4821920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/.constructor-build.info 2025-10-10T02:10:54.4822590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/urllib3-2.5.0-py313hca03da5_0.conda 2025-10-10T02:10:54.4823100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pip-25.1-pyhc872135_2.conda 2025-10-10T02:10:54.4823940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2_sftp.h 2025-10-10T02:10:54.4824530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2.h 2025-10-10T02:10:54.4825330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/include/libssh2_publickey.h 2025-10-10T02:10:54.4826040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/repodata_record.json 2025-10-10T02:10:54.4826720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/test/run_test.sh 2025-10-10T02:10:54.4827460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/licenses/COPYING 2025-10-10T02:10:54.4828100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/bld.bat 2025-10-10T02:10:54.4828800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/build.sh 2025-10-10T02:10:54.4829750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.4830330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/meta.yaml 2025-10-10T02:10:54.4831120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.4831820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/run_exports.json 2025-10-10T02:10:54.4832420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/paths.json 2025-10-10T02:10:54.4833170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/hash_input.json 2025-10-10T02:10:54.4833750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/files 2025-10-10T02:10:54.4834360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/about.json 2025-10-10T02:10:54.4835010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/has_prefix 2025-10-10T02:10:54.4835780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/index.json 2025-10-10T02:10:54.4836290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/info/git 2025-10-10T02:10:54.4837070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/pkgconfig/libssh2.pc 2025-10-10T02:10:54.4837770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.1.0.1.dylib 2025-10-10T02:10:54.4838650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindLibgcrypt.cmake 2025-10-10T02:10:54.4839580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-config-version.cmake 2025-10-10T02:10:54.4840410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-targets.cmake 2025-10-10T02:10:54.4841170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindMbedTLS.cmake 2025-10-10T02:10:54.4841990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/FindWolfSSL.cmake 2025-10-10T02:10:54.4842800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-config.cmake 2025-10-10T02:10:54.4843750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/cmake/libssh2/libssh2-targets-release.cmake 2025-10-10T02:10:54.4844360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.1.dylib 2025-10-10T02:10:54.4845050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/lib/libssh2.dylib 2025-10-10T02:10:54.4845910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_statvfs.3 2025-10-10T02:10:54.4846840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_read.3 2025-10-10T02:10:54.4847730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_get_channel.3 2025-10-10T02:10:54.4848570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_get_exit_status.3 2025-10-10T02:10:54.4849430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_method_pref.3 2025-10-10T02:10:54.4850300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_init.3 2025-10-10T02:10:54.4851250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_handle_extended_data2.3 2025-10-10T02:10:54.4852200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_callback_set.3 2025-10-10T02:10:54.4852960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_setenv_ex.3 2025-10-10T02:10:54.4853890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_ex.3 2025-10-10T02:10:54.4854680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_startup.3 2025-10-10T02:10:54.4855540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_get_identity.3 2025-10-10T02:10:54.4856380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_password.3 2025-10-10T02:10:54.4857160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_seek.3 2025-10-10T02:10:54.4858050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_open_ex.3 2025-10-10T02:10:54.4858980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_subsystem.3 2025-10-10T02:10:54.4859720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rewind.3 2025-10-10T02:10:54.4860600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_last_error.3 2025-10-10T02:10:54.4861470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty.3 2025-10-10T02:10:54.4862410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_ex.3 2025-10-10T02:10:54.4863140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_banner_set.3 2025-10-10T02:10:54.4864110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_auth_agent.3 2025-10-10T02:10:54.4865030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_supported_algs.3 2025-10-10T02:10:54.4865850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_shutdown.3 2025-10-10T02:10:54.4866710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_check.3 2025-10-10T02:10:54.4867490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_free.3 2025-10-10T02:10:54.4868320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write.3 2025-10-10T02:10:54.4869250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_posix_rename.3 2025-10-10T02:10:54.4870030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_connect.3 2025-10-10T02:10:54.4870920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_handshake.3 2025-10-10T02:10:54.4871780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_list_free.3 2025-10-10T02:10:54.4872830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_writeline.3 2025-10-10T02:10:54.4873420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_mkdir.3 2025-10-10T02:10:54.4874240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_symlink.3 2025-10-10T02:10:54.4875070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_exec.3 2025-10-10T02:10:54.4876000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_opendir.3 2025-10-10T02:10:54.4876950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_receive_window_adjust2.3 2025-10-10T02:10:54.4877830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_listen.3 2025-10-10T02:10:54.4878620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_close.3 2025-10-10T02:10:54.4879590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush_stderr.3 2025-10-10T02:10:54.4880370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_last_error.3 2025-10-10T02:10:54.4881310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_process_startup.3 2025-10-10T02:10:54.4882260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_userauth.3 2025-10-10T02:10:54.4883030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_add.3 2025-10-10T02:10:54.4883720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_trace.3 2025-10-10T02:10:54.4884630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_timeout.3 2025-10-10T02:10:54.4885480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_banner_set.3 2025-10-10T02:10:54.4886320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_unlink_ex.3 2025-10-10T02:10:54.4887130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_close.3 2025-10-10T02:10:54.4887990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_close_handle.3 2025-10-10T02:10:54.4888850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send_ex.3 2025-10-10T02:10:54.4889800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write_ex.3 2025-10-10T02:10:54.4890590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_shell.3 2025-10-10T02:10:54.4891440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_init.3 2025-10-10T02:10:54.4892250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_list.3 2025-10-10T02:10:54.4893090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_signal_ex.3 2025-10-10T02:10:54.4893980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read_stderr.3 2025-10-10T02:10:54.4894890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_read_ex.3 2025-10-10T02:10:54.4895590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_free.3 2025-10-10T02:10:54.4896420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_stat.3 2025-10-10T02:10:54.4897270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_addc.3 2025-10-10T02:10:54.4898250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_open_session.3 2025-10-10T02:10:54.4899060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_readline.3 2025-10-10T02:10:54.4900030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_set_identity_path.3 2025-10-10T02:10:54.4900820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_banner_get.3 2025-10-10T02:10:54.4901710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_checkp.3 2025-10-10T02:10:54.4902700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_ignore_extended_data.3 2025-10-10T02:10:54.4903430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_write.3 2025-10-10T02:10:54.4904400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_cancel.3 2025-10-10T02:10:54.4905180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_add_ex.3 2025-10-10T02:10:54.4906040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_keepalive_config.3 2025-10-10T02:10:54.4906890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rmdir.3 2025-10-10T02:10:54.4907700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_disconnect.3 2025-10-10T02:10:54.4908530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_symlink_ex.3 2025-10-10T02:10:54.4909360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_version.3 2025-10-10T02:10:54.4910200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_unlink.3 2025-10-10T02:10:54.4911020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send.3 2025-10-10T02:10:54.4911930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey.3 2025-10-10T02:10:54.4912790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open.3 2025-10-10T02:10:54.4913600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rmdir_ex.3 2025-10-10T02:10:54.4914470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_base64_decode.3 2025-10-10T02:10:54.4915270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sign_sk.3 2025-10-10T02:10:54.4916140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_lstat.3 2025-10-10T02:10:54.4917030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_init.3 2025-10-10T02:10:54.4917880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read.3 2025-10-10T02:10:54.4918820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_password_ex.3 2025-10-10T02:10:54.4919740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_sk.3 2025-10-10T02:10:54.4920720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_size.3 2025-10-10T02:10:54.4921610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_write_stderr.3 2025-10-10T02:10:54.4922460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_crypto_engine.3 2025-10-10T02:10:54.4923450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_add.3 2025-10-10T02:10:54.4924320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_get_exit_signal.3 2025-10-10T02:10:54.4925310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_read_timeout.3 2025-10-10T02:10:54.4926210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_read_timeout.3 2025-10-10T02:10:54.4927230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_listen_ex.3 2025-10-10T02:10:54.4928050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstatvfs.3 2025-10-10T02:10:54.4928860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_setenv.3 2025-10-10T02:10:54.4929640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_tell.3 2025-10-10T02:10:54.4930670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_hostbased_fromfile.3 2025-10-10T02:10:54.4931600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_poll_channel_read.3 2025-10-10T02:10:54.4932870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_hostbased_fromfile_ex.3 2025-10-10T02:10:54.4934030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_frommemory.3 2025-10-10T02:10:54.4935090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_trace_sethandler.3 2025-10-10T02:10:54.4936290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_remove_ex.3 2025-10-10T02:10:54.4937340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_free.3 2025-10-10T02:10:54.4938380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_realpath.3 2025-10-10T02:10:54.4939350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_init.3 2025-10-10T02:10:54.4940410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_list_fetch.3 2025-10-10T02:10:54.4941360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_x11_req.3 2025-10-10T02:10:54.4942830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_publickey_remove.3 2025-10-10T02:10:54.4943870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_methods.3 2025-10-10T02:10:54.4944850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_seek64.3 2025-10-10T02:10:54.4946130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_posix_rename_ex.3 2025-10-10T02:10:54.4947200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_block_directions.3 2025-10-10T02:10:54.4948230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_eof.3 2025-10-10T02:10:54.4949390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_flag.3 2025-10-10T02:10:54.4950390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_exit.3 2025-10-10T02:10:54.4951370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_poll.3 2025-10-10T02:10:54.4952340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_free.3 2025-10-10T02:10:54.4953520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_receive_window_adjust.3 2025-10-10T02:10:54.4954180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_init_ex.3 2025-10-10T02:10:54.4955080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_write_ex.3 2025-10-10T02:10:54.4955980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_timeout.3 2025-10-10T02:10:54.4956900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_blocking.3 2025-10-10T02:10:54.4957830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_window_write.3 2025-10-10T02:10:54.4958740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_tcpip.3 2025-10-10T02:10:54.4959700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_writefile.3 2025-10-10T02:10:54.4960650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_disconnect_ex.3 2025-10-10T02:10:54.4961450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_disconnect.3 2025-10-10T02:10:54.4962350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_x11_req_ex.3 2025-10-10T02:10:54.4963350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_fromfile.3 2025-10-10T02:10:54.4964190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readlink.3 2025-10-10T02:10:54.4965140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rename_ex.3 2025-10-10T02:10:54.4965980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_keepalive_send.3 2025-10-10T02:10:54.4966810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_hostkey_hash.3 2025-10-10T02:10:54.4967610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstat.3 2025-10-10T02:10:54.4968440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_abstract.3 2025-10-10T02:10:54.4969420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_recv2.3 2025-10-10T02:10:54.4970460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_ex_r.3 2025-10-10T02:10:54.4971760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_keyboard_interactive.3 2025-10-10T02:10:54.4972780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fsetstat.3 2025-10-10T02:10:54.4973820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_shutdown.3 2025-10-10T02:10:54.4974830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_wait_eof.3 2025-10-10T02:10:54.4976050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_tcpip_ex.3 2025-10-10T02:10:54.4977120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_stat_ex.3 2025-10-10T02:10:54.4978190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_get_identity_path.3 2025-10-10T02:10:54.4979370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_set_blocking.3 2025-10-10T02:10:54.4980330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fstat_ex.3 2025-10-10T02:10:54.4981450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_recv.3 2025-10-10T02:10:54.4982370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_get.3 2025-10-10T02:10:54.4983460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_free.3 2025-10-10T02:10:54.4984450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_sign.3 2025-10-10T02:10:54.4985520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_readfile.3 2025-10-10T02:10:54.4986590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_banner.3 2025-10-10T02:10:54.4987630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_setstat.3 2025-10-10T02:10:54.4988840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_tell64.3 2025-10-10T02:10:54.4990080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_authenticated.3 2025-10-10T02:10:54.4991240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_scp_send64.3 2025-10-10T02:10:54.4992370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_init.3 2025-10-10T02:10:54.4993710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_set_last_error.3 2025-10-10T02:10:54.4994830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_list_identities.3 2025-10-10T02:10:54.4995720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_rename.3 2025-10-10T02:10:54.4996760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_closedir.3 2025-10-10T02:10:54.4997720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_fsync.3 2025-10-10T02:10:54.4998820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_open_r.3 2025-10-10T02:10:54.5000080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_handle_extended_data.3 2025-10-10T02:10:54.5001180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_get_blocking.3 2025-10-10T02:10:54.5002290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_request_pty_size_ex.3 2025-10-10T02:10:54.5003250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readdir_ex.3 2025-10-10T02:10:54.5004540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_last_errno.3 2025-10-10T02:10:54.5005600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_read_ex.3 2025-10-10T02:10:54.5006660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_hostkey.3 2025-10-10T02:10:54.5007870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_read.3 2025-10-10T02:10:54.5008920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_send_eof.3 2025-10-10T02:10:54.5010150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_forward_accept.3 2025-10-10T02:10:54.5011380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_direct_streamlocal_ex.3 2025-10-10T02:10:54.5012290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_readdir.3 2025-10-10T02:10:54.5013700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_keyboard_interactive_ex.3 2025-10-10T02:10:54.5014630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_knownhost_del.3 2025-10-10T02:10:54.5015650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush_ex.3 2025-10-10T02:10:54.5016880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_userauth_publickey_fromfile_ex.3 2025-10-10T02:10:54.5017890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_session_callback_set2.3 2025-10-10T02:10:54.5019080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_wait_closed.3 2025-10-10T02:10:54.5020190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_channel_flush.3 2025-10-10T02:10:54.5021360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_sftp_mkdir_ex.3 2025-10-10T02:10:54.5022440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/man/man3/libssh2_agent_init.3 2025-10-10T02:10:54.5023400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/BINDINGS.md 2025-10-10T02:10:54.5024260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/AUTHORS 2025-10-10T02:10:54.5025290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/HACKING.md 2025-10-10T02:10:54.5026340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/RELEASE-NOTES 2025-10-10T02:10:54.5027170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/README 2025-10-10T02:10:54.5028150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/COPYING 2025-10-10T02:10:54.5028960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libssh2-1.11.1-h3e2b118_0/share/doc/libssh2/NEWS 2025-10-10T02:10:54.5029690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmainfo 2025-10-10T02:10:54.5030420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzdec 2025-10-10T02:10:54.5031060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/unxz 2025-10-10T02:10:54.5031770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzegrep 2025-10-10T02:10:54.5032450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/unlzma 2025-10-10T02:10:54.5033170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzfgrep 2025-10-10T02:10:54.5033800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xz 2025-10-10T02:10:54.5034600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzless 2025-10-10T02:10:54.5035340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzless 2025-10-10T02:10:54.5036010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzcmp 2025-10-10T02:10:54.5036770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzcat 2025-10-10T02:10:54.5037420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzcmp 2025-10-10T02:10:54.5038170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzcat 2025-10-10T02:10:54.5038780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzdiff 2025-10-10T02:10:54.5039590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmadec 2025-10-10T02:10:54.5040330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzgrep 2025-10-10T02:10:54.5041140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzmore 2025-10-10T02:10:54.5041830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzfgrep 2025-10-10T02:10:54.5042490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzmore 2025-10-10T02:10:54.5043220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzgrep 2025-10-10T02:10:54.5044030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzma 2025-10-10T02:10:54.5044720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/lzegrep 2025-10-10T02:10:54.5045470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/bin/xzdiff 2025-10-10T02:10:54.5046250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma.h 2025-10-10T02:10:54.5047220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/index.h 2025-10-10T02:10:54.5048020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/version.h 2025-10-10T02:10:54.5048940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/index_hash.h 2025-10-10T02:10:54.5049700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/lzma12.h 2025-10-10T02:10:54.5050550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/container.h 2025-10-10T02:10:54.5051380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/delta.h 2025-10-10T02:10:54.5052150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/vli.h 2025-10-10T02:10:54.5053010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/check.h 2025-10-10T02:10:54.5053790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/bcj.h 2025-10-10T02:10:54.5054890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/stream_flags.h 2025-10-10T02:10:54.5055710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/block.h 2025-10-10T02:10:54.5056790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/hardware.h 2025-10-10T02:10:54.5057690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/filter.h 2025-10-10T02:10:54.5058450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/include/lzma/base.h 2025-10-10T02:10:54.5059370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/repodata_record.json 2025-10-10T02:10:54.5060130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/test/run_test.sh 2025-10-10T02:10:54.5061220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5061990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/licenses/COPYING 2025-10-10T02:10:54.5062830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/bld.bat 2025-10-10T02:10:54.5063650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/build.sh 2025-10-10T02:10:54.5064610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5065400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/meta.yaml 2025-10-10T02:10:54.5066310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5067230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/run_exports.json 2025-10-10T02:10:54.5068000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/paths.json 2025-10-10T02:10:54.5068870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/hash_input.json 2025-10-10T02:10:54.5069500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/files 2025-10-10T02:10:54.5070230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/about.json 2025-10-10T02:10:54.5071080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/has_prefix 2025-10-10T02:10:54.5071890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/index.json 2025-10-10T02:10:54.5072570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/info/git 2025-10-10T02:10:54.5073460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/pkgconfig/liblzma.pc 2025-10-10T02:10:54.5074640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-config.cmake 2025-10-10T02:10:54.5075390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-targets.cmake 2025-10-10T02:10:54.5076500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-targets-release.cmake 2025-10-10T02:10:54.5077550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/cmake/liblzma/liblzma-config-version.cmake 2025-10-10T02:10:54.5078390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.5.6.4.dylib 2025-10-10T02:10:54.5079140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.dylib 2025-10-10T02:10:54.5079990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/lib/liblzma.5.dylib 2025-10-10T02:10:54.5080860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzma.1 2025-10-10T02:10:54.5081860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmore.1 2025-10-10T02:10:54.5082810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzmore.1 2025-10-10T02:10:54.5083640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmainfo.1 2025-10-10T02:10:54.5084520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzcat.1 2025-10-10T02:10:54.5085380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzcmp.1 2025-10-10T02:10:54.5086250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzdiff.1 2025-10-10T02:10:54.5087090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzdiff.1 2025-10-10T02:10:54.5087840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xz.1 2025-10-10T02:10:54.5088730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzdec.1 2025-10-10T02:10:54.5089580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzegrep.1 2025-10-10T02:10:54.5090390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzgrep.1 2025-10-10T02:10:54.5091250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzgrep.1 2025-10-10T02:10:54.5092170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzegrep.1 2025-10-10T02:10:54.5093120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzless.1 2025-10-10T02:10:54.5094010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/unlzma.1 2025-10-10T02:10:54.5094910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzless.1 2025-10-10T02:10:54.5095760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzfgrep.1 2025-10-10T02:10:54.5096590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzcmp.1 2025-10-10T02:10:54.5097490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/unxz.1 2025-10-10T02:10:54.5098290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/xzfgrep.1 2025-10-10T02:10:54.5099140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzmadec.1 2025-10-10T02:10:54.5099940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/man/man1/lzcat.1 2025-10-10T02:10:54.5100720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/AUTHORS 2025-10-10T02:10:54.5101640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/lzma-file-format.txt 2025-10-10T02:10:54.5102390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/README 2025-10-10T02:10:54.5103190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/faq.txt 2025-10-10T02:10:54.5104140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING 2025-10-10T02:10:54.5104960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/NEWS 2025-10-10T02:10:54.5105940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/04_compress_easy_mt.c 2025-10-10T02:10:54.5107100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/01_compress_easy.c 2025-10-10T02:10:54.5108030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/02_decompress.c 2025-10-10T02:10:54.5108860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/Makefile 2025-10-10T02:10:54.5110060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/03_compress_custom.c 2025-10-10T02:10:54.5110790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/00_README.txt 2025-10-10T02:10:54.5111600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/examples/11_file_info.c 2025-10-10T02:10:54.5112350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING.0BSD 2025-10-10T02:10:54.5113040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/COPYING.GPLv2 2025-10-10T02:10:54.5113710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/history.txt 2025-10-10T02:10:54.5114340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/THANKS 2025-10-10T02:10:54.5115080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1/share/doc/xz/xz-file-format.txt 2025-10-10T02:10:54.5115700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdcpio 2025-10-10T02:10:54.5116340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdunzip 2025-10-10T02:10:54.5116990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdtar 2025-10-10T02:10:54.5117600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/bin/bsdcat 2025-10-10T02:10:54.5118280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/include/archive.h 2025-10-10T02:10:54.5119030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/include/archive_entry.h 2025-10-10T02:10:54.5119800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/repodata_record.json 2025-10-10T02:10:54.5120520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/run_test.sh 2025-10-10T02:10:54.5121430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/hello_world.tar.zst 2025-10-10T02:10:54.5122230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/archive.7z 2025-10-10T02:10:54.5123090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test-archives/hello_world.xar 2025-10-10T02:10:54.5123940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5124630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/licenses/COPYING 2025-10-10T02:10:54.5125930Z /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-10-10T02:10:54.5127040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/patches/0009-CMake-Force-Multi-threaded-DLL-runtime.patch 2025-10-10T02:10:54.5127900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/hello_world.tar.zst 2025-10-10T02:10:54.5128750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/archive.7z 2025-10-10T02:10:54.5129710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/test-archives/hello_world.xar 2025-10-10T02:10:54.5130360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/bld.bat 2025-10-10T02:10:54.5131170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/build.sh 2025-10-10T02:10:54.5132030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5132750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5133610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5134360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/run_exports.json 2025-10-10T02:10:54.5135070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/paths.json 2025-10-10T02:10:54.5135840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/hash_input.json 2025-10-10T02:10:54.5136550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/files 2025-10-10T02:10:54.5137330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/about.json 2025-10-10T02:10:54.5138010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/has_prefix 2025-10-10T02:10:54.5138720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/index.json 2025-10-10T02:10:54.5139390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/info/git 2025-10-10T02:10:54.5140320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/pkgconfig/libarchive.pc 2025-10-10T02:10:54.5141120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.13.7.7.dylib 2025-10-10T02:10:54.5141780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.dylib 2025-10-10T02:10:54.5142510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.a 2025-10-10T02:10:54.5143300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/lib/libarchive.13.dylib 2025-10-10T02:10:54.5144130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/libarchive-formats.5 2025-10-10T02:10:54.5144800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/mtree.5 2025-10-10T02:10:54.5145560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/cpio.5 2025-10-10T02:10:54.5146270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man5/tar.5 2025-10-10T02:10:54.5147100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_format.3 2025-10-10T02:10:54.5147980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_disk.3 2025-10-10T02:10:54.5148880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_set_passphrase.3 2025-10-10T02:10:54.5149650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_new.3 2025-10-10T02:10:54.5150460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_open.3 2025-10-10T02:10:54.5151430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_extract.3 2025-10-10T02:10:54.5152150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_util.3 2025-10-10T02:10:54.5153020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_blocksize.3 2025-10-10T02:10:54.5153830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_stat.3 2025-10-10T02:10:54.5154630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_misc.3 2025-10-10T02:10:54.5155460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_free.3 2025-10-10T02:10:54.5156470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_filter.3 2025-10-10T02:10:54.5157080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_data.3 2025-10-10T02:10:54.5157960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_disk.3 2025-10-10T02:10:54.5158750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read.3 2025-10-10T02:10:54.5159660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_open.3 2025-10-10T02:10:54.5160440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_format.3 2025-10-10T02:10:54.5161270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_paths.3 2025-10-10T02:10:54.5162100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_filter.3 2025-10-10T02:10:54.5162990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_data.3 2025-10-10T02:10:54.5163780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_time.3 2025-10-10T02:10:54.5164580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_free.3 2025-10-10T02:10:54.5165410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_linkify.3 2025-10-10T02:10:54.5166170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry.3 2025-10-10T02:10:54.5167020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write.3 2025-10-10T02:10:54.5167930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_add_passphrase.3 2025-10-10T02:10:54.5168730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_header.3 2025-10-10T02:10:54.5169530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_acl.3 2025-10-10T02:10:54.5170770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_new.3 2025-10-10T02:10:54.5171630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive_changes.3 2025-10-10T02:10:54.5172420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive.3 2025-10-10T02:10:54.5173320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/libarchive_internals.3 2025-10-10T02:10:54.5174230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_set_options.3 2025-10-10T02:10:54.5175120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_finish_entry.3 2025-10-10T02:10:54.5175980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_read_set_options.3 2025-10-10T02:10:54.5176800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_write_header.3 2025-10-10T02:10:54.5177670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man3/archive_entry_perms.3 2025-10-10T02:10:54.5178420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdtar.1 2025-10-10T02:10:54.5179220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdunzip.1 2025-10-10T02:10:54.5180000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdcpio.1 2025-10-10T02:10:54.5180770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libarchive-3.7.7-h8f13d7a_0/share/man/man1/bsdcat.1 2025-10-10T02:10:54.5181690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.5182410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.5183160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.5184060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5184810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5185680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5186370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.5187270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.5187820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.5188530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.5189250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.5189890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.5190870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/sockshandler.py 2025-10-10T02:10:54.5191930Z /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-10-10T02:10:54.5192920Z /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-10-10T02:10:54.5194000Z /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-10-10T02:10:54.5195000Z /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-10-10T02:10:54.5196130Z /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-10-10T02:10:54.5197380Z /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-10-10T02:10:54.5198600Z /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-10-10T02:10:54.5199920Z /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-10-10T02:10:54.5201270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/sockshandler.cpython-313.pyc 2025-10-10T02:10:54.5202450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/socks.cpython-313.pyc 2025-10-10T02:10:54.5203410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0/lib/python3.13/site-packages/socks.py 2025-10-10T02:10:54.5204410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/bin/jsonpointer 2025-10-10T02:10:54.5205660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.5206540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.5207520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.5208710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5209690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/test/tests.py 2025-10-10T02:10:54.5210680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.5211640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5212520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5213670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5214630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.5215690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.5216480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/files 2025-10-10T02:10:54.5217330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.5218510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/has_prefix 2025-10-10T02:10:54.5219390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.5220180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/info/git 2025-10-10T02:10:54.5221560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/jsonpointer.py 2025-10-10T02:10:54.5222930Z /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-10-10T02:10:54.5224410Z /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-10-10T02:10:54.5225920Z /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-10-10T02:10:54.5227460Z /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-10-10T02:10:54.5228940Z /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-10-10T02:10:54.5230270Z /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-10-10T02:10:54.5231900Z /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-10-10T02:10:54.5233330Z /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-10-10T02:10:54.5234590Z /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-10-10T02:10:54.5235930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/jsonpointer-3.0.0-py313hca03da5_0/lib/python3.13/site-packages/__pycache__/jsonpointer.cpython-313.pyc 2025-10-10T02:10:54.5236890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/repodata_record.json 2025-10-10T02:10:54.5237990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/run_test.sh 2025-10-10T02:10:54.5239010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/run_test.py 2025-10-10T02:10:54.5240180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5241260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/licenses/LICENSE 2025-10-10T02:10:54.5242570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5243650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5244790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5245800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/paths.json 2025-10-10T02:10:54.5246840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/hash_input.json 2025-10-10T02:10:54.5247670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/files 2025-10-10T02:10:54.5248710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/about.json 2025-10-10T02:10:54.5249680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/has_prefix 2025-10-10T02:10:54.5250790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/index.json 2025-10-10T02:10:54.5251580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ruamel.yaml.clib-0.2.12-py313h80987f9_0/info/git 2025-10-10T02:10:54.5252850Z /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-10-10T02:10:54.5254100Z /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-10-10T02:10:54.5255230Z /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-10-10T02:10:54.5256470Z /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-10-10T02:10:54.5257630Z /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-10-10T02:10:54.5258990Z /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-10-10T02:10:54.5260160Z /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-10-10T02:10:54.5261330Z /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-10-10T02:10:54.5262510Z /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-10-10T02:10:54.5263530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/hooks.py 2025-10-10T02:10:54.5264600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/_version.py 2025-10-10T02:10:54.5265600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/__init__.py 2025-10-10T02:10:54.5266620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry/py.typed 2025-10-10T02:10:54.5267800Z /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-10-10T02:10:54.5269020Z /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-10-10T02:10:54.5270420Z /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-10-10T02:10:54.5271570Z /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-10-10T02:10:54.5272660Z /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-10-10T02:10:54.5273810Z /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-10-10T02:10:54.5274990Z /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-10-10T02:10:54.5276160Z /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-10-10T02:10:54.5276970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/repodata_record.json 2025-10-10T02:10:54.5277910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.sh 2025-10-10T02:10:54.5278760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.py 2025-10-10T02:10:54.5279750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5280610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.bat 2025-10-10T02:10:54.5281490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/licenses/LICENSE 2025-10-10T02:10:54.5282490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5283340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml 2025-10-10T02:10:54.5284310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5285100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/paths.json 2025-10-10T02:10:54.5286010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/hash_input.json 2025-10-10T02:10:54.5286770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/files 2025-10-10T02:10:54.5287560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/about.json 2025-10-10T02:10:54.5288380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/link.json 2025-10-10T02:10:54.5289230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/index.json 2025-10-10T02:10:54.5290000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/git 2025-10-10T02:10:54.5290790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.5291550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.5292400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_utils.py 2025-10-10T02:10:54.5293280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jwt.py 2025-10-10T02:10:54.5294490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_compressed_jwt.py 2025-10-10T02:10:54.5295510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_advisory.py 2025-10-10T02:10:54.5296690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_exceptions.py 2025-10-10T02:10:54.5297830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/__init__.py 2025-10-10T02:10:54.5298890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_jwks_client.py 2025-10-10T02:10:54.5299740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/utils.py 2025-10-10T02:10:54.5300930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_jwt.py 2025-10-10T02:10:54.5302110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_keyset_only_unknown_alg.json 2025-10-10T02:10:54.5303180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_key_Ed25519.json 2025-10-10T02:10:54.5304240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.cer 2025-10-10T02:10:54.5305470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec_secp192r1.priv 2025-10-10T02:10:54.5306690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-384.json 2025-10-10T02:10:54.5307820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_pub_Ed448.json 2025-10-10T02:10:54.5308930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-521.json 2025-10-10T02:10:54.5310040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_secp256k1.json 2025-10-10T02:10:54.5311360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-256.json 2025-10-10T02:10:54.5312480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/__init__.py 2025-10-10T02:10:54.5313640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_rsa_pub.json 2025-10-10T02:10:54.5314670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_secp256k1.json 2025-10-10T02:10:54.5315610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec.priv 2025-10-10T02:10:54.5316680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec_ssh.pub 2025-10-10T02:10:54.5317650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_rsa_key.json 2025-10-10T02:10:54.5318680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-521.json 2025-10-10T02:10:54.5319810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_key_Ed448.json 2025-10-10T02:10:54.5321080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey2_rsa.pub.pem 2025-10-10T02:10:54.5322180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_pub_P-384.json 2025-10-10T02:10:54.5323240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.pub 2025-10-10T02:10:54.5324410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_pkcs1.pub.pem 2025-10-10T02:10:54.5325460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_rsa.priv 2025-10-10T02:10:54.5326390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ec.pub 2025-10-10T02:10:54.5327710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_keyset_with_unknown_alg.json 2025-10-10T02:10:54.5328790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_okp_pub_Ed25519.json 2025-10-10T02:10:54.5330100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_ec_key_P-256.json 2025-10-10T02:10:54.5331010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_hmac.json 2025-10-10T02:10:54.5332120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/jwk_empty.json 2025-10-10T02:10:54.5333220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ed25519.pub 2025-10-10T02:10:54.5334390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/keys/testkey_ed25519 2025-10-10T02:10:54.5335400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jwk.py 2025-10-10T02:10:54.5336320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_api_jws.py 2025-10-10T02:10:54.5337350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/tests/test_algorithms.py 2025-10-10T02:10:54.5338400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.5339690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5340490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.5341550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5342500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/run_test.py 2025-10-10T02:10:54.5343590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5344670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5345510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.5346510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.5347390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.5348210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.5349080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.5349810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.5351100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/algorithms.py 2025-10-10T02:10:54.5352170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jwt.py 2025-10-10T02:10:54.5353270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/warnings.py 2025-10-10T02:10:54.5354350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__init__.py 2025-10-10T02:10:54.5355420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/types.py 2025-10-10T02:10:54.5356780Z /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-10-10T02:10:54.5358280Z /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-10-10T02:10:54.5359860Z /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-10-10T02:10:54.5361150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.5362720Z /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-10-10T02:10:54.5364220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.5365730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:54.5367170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:54.5368610Z /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-10-10T02:10:54.5369910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.5371400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/algorithms.cpython-313.pyc 2025-10-10T02:10:54.5372750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.5373810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/jwk_set_cache.py 2025-10-10T02:10:54.5374930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/utils.py 2025-10-10T02:10:54.5376080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/py.typed 2025-10-10T02:10:54.5377260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/exceptions.py 2025-10-10T02:10:54.5378470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jwk.py 2025-10-10T02:10:54.5379680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/jwks_client.py 2025-10-10T02:10:54.5380700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/api_jws.py 2025-10-10T02:10:54.5381760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pyjwt-2.10.1-py313hca03da5_0/lib/python3.13/site-packages/jwt/help.py 2025-10-10T02:10:54.5383270Z /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-10-10T02:10:54.5384600Z /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-10-10T02:10:54.5386150Z /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-10-10T02:10:54.5387320Z /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-10-10T02:10:54.5388790Z /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-10-10T02:10:54.5390210Z /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-10-10T02:10:54.5391590Z /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-10-10T02:10:54.5392800Z /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-10-10T02:10:54.5393990Z /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-10-10T02:10:54.5394810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/repodata_record.json 2025-10-10T02:10:54.5395830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/test/run_test.sh 2025-10-10T02:10:54.5396510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/licenses/LICENSE 2025-10-10T02:10:54.5397400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/LICENSE 2025-10-10T02:10:54.5398450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5399290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/meta.yaml 2025-10-10T02:10:54.5400370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5401160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/paths.json 2025-10-10T02:10:54.5401990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/hash_input.json 2025-10-10T02:10:54.5402840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/files 2025-10-10T02:10:54.5403640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/about.json 2025-10-10T02:10:54.5404240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/index.json 2025-10-10T02:10:54.5404860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/python_abi-3.13-0_cp313/info/git 2025-10-10T02:10:54.5405470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tqdm-4.67.1-py313h7eb115d_0.conda 2025-10-10T02:10:54.5405970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/xz-5.6.4-h80987f9_1.conda 2025-10-10T02:10:54.5406770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/repodata_record.json 2025-10-10T02:10:54.5407510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/test/run_test.sh 2025-10-10T02:10:54.5408240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/licenses/COPYRIGHT.txt 2025-10-10T02:10:54.5409060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/fix-dll-name.diff 2025-10-10T02:10:54.5409800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/bld.bat 2025-10-10T02:10:54.5415680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/build.sh 2025-10-10T02:10:54.5415980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.5416190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5416410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5416570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/paths.json 2025-10-10T02:10:54.5416740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/hash_input.json 2025-10-10T02:10:54.5416890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/files 2025-10-10T02:10:54.5417050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/about.json 2025-10-10T02:10:54.5417210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/index.json 2025-10-10T02:10:54.5417350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/info/git 2025-10-10T02:10:54.5417540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/lib/libmpdec.4.0.0.dylib 2025-10-10T02:10:54.5418090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libmpdec-4.0.0-h80987f9_0/lib/libmpdec.4.dylib 2025-10-10T02:10:54.5418970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/repodata_record.json 2025-10-10T02:10:54.5419700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/run_test.sh 2025-10-10T02:10:54.5420490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/run_test.py 2025-10-10T02:10:54.5421520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5422170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/licenses/LICENSE 2025-10-10T02:10:54.5423020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/licenses/THIRDPARTY.yml 2025-10-10T02:10:54.5423940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5424700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5425540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5426240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/paths.json 2025-10-10T02:10:54.5427060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/hash_input.json 2025-10-10T02:10:54.5427740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/files 2025-10-10T02:10:54.5428460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/about.json 2025-10-10T02:10:54.5429230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/index.json 2025-10-10T02:10:54.5429870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/info/git 2025-10-10T02:10:54.5431290Z /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-10-10T02:10:54.5432490Z /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-10-10T02:10:54.5434330Z /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-10-10T02:10:54.5435330Z /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-10-10T02:10:54.5436450Z /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-10-10T02:10:54.5437600Z /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-10-10T02:10:54.5438720Z /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-10-10T02:10:54.5439680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/__init__.py 2025-10-10T02:10:54.5441000Z /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-10-10T02:10:54.5442260Z /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-10-10T02:10:54.5443240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/core_schema.py 2025-10-10T02:10:54.5444330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/_pydantic_core.pyi 2025-10-10T02:10:54.5445610Z /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-10-10T02:10:54.5446530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pydantic-core-2.33.2-py313h5e3a92f_0/lib/python3.13/site-packages/pydantic_core/py.typed 2025-10-10T02:10:54.5447190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-package-streaming-0.12.0-py313hca03da5_0.conda 2025-10-10T02:10:54.5448100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/bin/conda-content-trust 2025-10-10T02:10:54.5448900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/repodata_record.json 2025-10-10T02:10:54.5449730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/run_test.sh 2025-10-10T02:10:54.5450560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/run_test.py 2025-10-10T02:10:54.5451550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5452300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/licenses/LICENSE 2025-10-10T02:10:54.5453290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5454110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/meta.yaml 2025-10-10T02:10:54.5454990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5455740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/paths.json 2025-10-10T02:10:54.5456520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/hash_input.json 2025-10-10T02:10:54.5457220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/files 2025-10-10T02:10:54.5458060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/about.json 2025-10-10T02:10:54.5458830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/has_prefix 2025-10-10T02:10:54.5459600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/index.json 2025-10-10T02:10:54.5460320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/conda-content-trust-0.2.0-py313hca03da5_1/info/git 2025-10-10T02:10:54.5461580Z /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-10-10T02:10:54.5462660Z /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-10-10T02:10:54.5463820Z /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-10-10T02:10:54.5465280Z /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-10-10T02:10:54.5466580Z /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-10-10T02:10:54.5467840Z /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-10-10T02:10:54.5469340Z /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-10-10T02:10:54.5470550Z /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-10-10T02:10:54.5471790Z /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-10-10T02:10:54.5473390Z /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-10-10T02:10:54.5474490Z /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-10-10T02:10:54.5475740Z /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-10-10T02:10:54.5477170Z /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-10-10T02:10:54.5478320Z /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-10-10T02:10:54.5479310Z /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-10-10T02:10:54.5480460Z /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-10-10T02:10:54.5481600Z /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-10-10T02:10:54.5482660Z /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-10-10T02:10:54.5483830Z /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-10-10T02:10:54.5485010Z /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-10-10T02:10:54.5486180Z /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-10-10T02:10:54.5487500Z /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-10-10T02:10:54.5488780Z /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-10-10T02:10:54.5490020Z /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-10-10T02:10:54.5491180Z /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-10-10T02:10:54.5492540Z /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-10-10T02:10:54.5493710Z /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-10-10T02:10:54.5494910Z /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-10-10T02:10:54.5496100Z /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-10-10T02:10:54.5496510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/bin/adig 2025-10-10T02:10:54.5497110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/bin/ahost 2025-10-10T02:10:54.5497850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_version.h 2025-10-10T02:10:54.5498510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_build.h 2025-10-10T02:10:54.5499220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares.h 2025-10-10T02:10:54.5499890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_nameser.h 2025-10-10T02:10:54.5500610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_dns_record.h 2025-10-10T02:10:54.5501260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/include/ares_dns.h 2025-10-10T02:10:54.5501990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/repodata_record.json 2025-10-10T02:10:54.5502700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/test/run_test.sh 2025-10-10T02:10:54.5503410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/licenses/LICENSE.md 2025-10-10T02:10:54.5504210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/bld_output.bat 2025-10-10T02:10:54.5504940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.5505810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/parent/build_output.sh 2025-10-10T02:10:54.5506580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5507240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5508000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/recipe/build_output.sh 2025-10-10T02:10:54.5508680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/run_exports.json 2025-10-10T02:10:54.5509320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/paths.json 2025-10-10T02:10:54.5510020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/hash_input.json 2025-10-10T02:10:54.5510610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/files 2025-10-10T02:10:54.5511280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/about.json 2025-10-10T02:10:54.5511950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/has_prefix 2025-10-10T02:10:54.5512570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/index.json 2025-10-10T02:10:54.5513130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/info/git 2025-10-10T02:10:54.5513890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.2.19.4.dylib 2025-10-10T02:10:54.5514620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/pkgconfig/libcares.pc 2025-10-10T02:10:54.5515540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-targets-release.cmake 2025-10-10T02:10:54.5516320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-config.cmake 2025-10-10T02:10:54.5517180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-targets.cmake 2025-10-10T02:10:54.5518030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/cmake/c-ares/c-ares-config-version.cmake 2025-10-10T02:10:54.5518630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.dylib 2025-10-10T02:10:54.5519340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/lib/libcares.2.dylib 2025-10-10T02:10:54.5520200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_del.3 2025-10-10T02:10:54.5520990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_expand_string.3 2025-10-10T02:10:54.5521790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers.3 2025-10-10T02:10:54.5522620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_mapping.3 2025-10-10T02:10:54.5523430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_init.3 2025-10-10T02:10:54.5524120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_reinit.3 2025-10-10T02:10:54.5524970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt_cnt.3 2025-10-10T02:10:54.5525730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_ip4.3 2025-10-10T02:10:54.5526460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue.3 2025-10-10T02:10:54.5527280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u16.3 2025-10-10T02:10:54.5528100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_search_dnsrec.3 2025-10-10T02:10:54.5528830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_destroy.3 2025-10-10T02:10:54.5529640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_parse.3 2025-10-10T02:10:54.5530380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_inet_pton.3 2025-10-10T02:10:54.5531130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process.3 2025-10-10T02:10:54.5531930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_create_query.3 2025-10-10T02:10:54.5532780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_destroy.3 2025-10-10T02:10:54.5533550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_svcb_param_t.3 2025-10-10T02:10:54.5534400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_csv.3 2025-10-10T02:10:54.5535250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_add.3 2025-10-10T02:10:54.5536040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_t.3 2025-10-10T02:10:54.5536890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt_byid.3 2025-10-10T02:10:54.5537690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_init.3 2025-10-10T02:10:54.5538510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_tostr.3 2025-10-10T02:10:54.5539270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_string.3 2025-10-10T02:10:54.5540130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_create.3 2025-10-10T02:10:54.5540860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getsock.3 2025-10-10T02:10:54.5541680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u16.3 2025-10-10T02:10:54.5542500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_addr6.3 2025-10-10T02:10:54.5543240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_mkquery.3 2025-10-10T02:10:54.5544000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_write.3 2025-10-10T02:10:54.5544890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_del_opt_byid.3 2025-10-10T02:10:54.5545750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_fromstr.3 2025-10-10T02:10:54.5546610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_ports_csv.3 2025-10-10T02:10:54.5547390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_freeaddrinfo.3 2025-10-10T02:10:54.5548270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_destroy_options.3 2025-10-10T02:10:54.5549040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_get.3 2025-10-10T02:10:54.5549730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_fds.3 2025-10-10T02:10:54.5550580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyname.3 2025-10-10T02:10:54.5551380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_abin.3 2025-10-10T02:10:54.5552160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_init_options.3 2025-10-10T02:10:54.5552970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_keys.3 2025-10-10T02:10:54.5553790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_type.3 2025-10-10T02:10:54.5554550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_timeout.3 2025-10-10T02:10:54.5555330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getnameinfo.3 2025-10-10T02:10:54.5556120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_dev.3 2025-10-10T02:10:54.5556940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_section_t.3 2025-10-10T02:10:54.5557770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyname_file.3 2025-10-10T02:10:54.5558630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_pending_write.3 2025-10-10T02:10:54.5559420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers_csv.3 2025-10-10T02:10:54.5560310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_get_datatype.3 2025-10-10T02:10:54.5561100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opcode_t.3 2025-10-10T02:10:54.5561960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_set_id.3 2025-10-10T02:10:54.5562780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers_ports.3 2025-10-10T02:10:54.5563590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_get_name.3 2025-10-10T02:10:54.5564320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr.3 2025-10-10T02:10:54.5565150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_soa_reply.3 2025-10-10T02:10:54.5565980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_naptr_reply.3 2025-10-10T02:10:54.5566880Z /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-10-10T02:10:54.5567930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_a_reply.3 2025-10-10T02:10:54.5568670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_configure_callback.3 2025-10-10T02:10:54.5569440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_opt_param_t.3 2025-10-10T02:10:54.5570330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_id.3 2025-10-10T02:10:54.5571190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rcode_tostr.3 2025-10-10T02:10:54.5572090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_pending_write_cb.3 2025-10-10T02:10:54.5573050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_ttl.3 2025-10-10T02:10:54.5573800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_name.3 2025-10-10T02:10:54.5574610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_t.3 2025-10-10T02:10:54.5575530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_init_android.3 2025-10-10T02:10:54.5576380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_strerror.3 2025-10-10T02:10:54.5577300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_fromstr.3 2025-10-10T02:10:54.5578280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_functions_ex.3 2025-10-10T02:10:54.5578970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_send.3 2025-10-10T02:10:54.5579930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_opcode.3 2025-10-10T02:10:54.5580750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_aaaa_reply.3 2025-10-10T02:10:54.5581550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record.3 2025-10-10T02:10:54.5582460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_callback.3 2025-10-10T02:10:54.5583260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_flags_t.3 2025-10-10T02:10:54.5584130Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_ns_reply.3 2025-10-10T02:10:54.5585040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_cnt.3 2025-10-10T02:10:54.5585850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_add_abin.3 2025-10-10T02:10:54.5586640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_getaddrinfo.3 2025-10-10T02:10:54.5587550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_caa_reply.3 2025-10-10T02:10:54.5588330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_addr6.3 2025-10-10T02:10:54.5589260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rec_type_tostr.3 2025-10-10T02:10:54.5590080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_add.3 2025-10-10T02:10:54.5590900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_abin_cnt.3 2025-10-10T02:10:54.5591810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_set_type.3 2025-10-10T02:10:54.5592620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_opt.3 2025-10-10T02:10:54.5593370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_fd.3 2025-10-10T02:10:54.5594170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_sortlist.3 2025-10-10T02:10:54.5594940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_hostent.3 2025-10-10T02:10:54.5595770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u8.3 2025-10-10T02:10:54.5596540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_selector_t.3 2025-10-10T02:10:54.5597490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u8.3 2025-10-10T02:10:54.5598300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_get.3 2025-10-10T02:10:54.5599220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_local_ip6.3 2025-10-10T02:10:54.5599950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_flags.3 2025-10-10T02:10:54.5600740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_opt.3 2025-10-10T02:10:54.5601560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_txt_reply.3 2025-10-10T02:10:54.5602320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_send_dnsrec.3 2025-10-10T02:10:54.5603170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_class.3 2025-10-10T02:10:54.5604040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opt_datatype_t.3 2025-10-10T02:10:54.5604900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_search.3 2025-10-10T02:10:54.5605900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_set_name.3 2025-10-10T02:10:54.5606670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_rr_get_const.3 2025-10-10T02:10:54.5607420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_datatype_t.3 2025-10-10T02:10:54.5608240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_mx_reply.3 2025-10-10T02:10:54.5609070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_section_tostr.3 2025-10-10T02:10:54.5609890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_opcode_tostr.3 2025-10-10T02:10:54.5610630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_version.3 2025-10-10T02:10:54.5611490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_srv_reply.3 2025-10-10T02:10:54.5612270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_gethostbyaddr.3 2025-10-10T02:10:54.5613060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_t.3 2025-10-10T02:10:54.5613920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_socket_functions.3 2025-10-10T02:10:54.5614780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_key_datatype.3 2025-10-10T02:10:54.5615550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_process_fds.3 2025-10-10T02:10:54.5616270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dup.3 2025-10-10T02:10:54.5617120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_bin.3 2025-10-10T02:10:54.5617960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_servers_ports.3 2025-10-10T02:10:54.5618740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_cleanup.3 2025-10-10T02:10:54.5619670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_addr.3 2025-10-10T02:10:54.5620710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_get_rcode.3 2025-10-10T02:10:54.5621790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_threadsafety.3 2025-10-10T02:10:54.5622980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_str.3 2025-10-10T02:10:54.5624000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue_wait_empty.3 2025-10-10T02:10:54.5624980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_free_data.3 2025-10-10T02:10:54.5625960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_usage_t.3 2025-10-10T02:10:54.5627070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_library_initialized.3 2025-10-10T02:10:54.5628020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_u32.3 2025-10-10T02:10:54.5629220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_query_dnsrec.3 2025-10-10T02:10:54.5630380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_query_cnt.3 2025-10-10T02:10:54.5631530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_uri_reply.3 2025-10-10T02:10:54.5632460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_get_servers.3 2025-10-10T02:10:54.5633590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_query.3 2025-10-10T02:10:54.5634540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_tlsa_match_t.3 2025-10-10T02:10:54.5635550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_parse_ptr_reply.3 2025-10-10T02:10:54.5636620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_u32.3 2025-10-10T02:10:54.5637780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_queue_active_queries.3 2025-10-10T02:10:54.5638790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_addr.3 2025-10-10T02:10:54.5639800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_save_options.3 2025-10-10T02:10:54.5640900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_inet_ntop.3 2025-10-10T02:10:54.5641950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_get_bin.3 2025-10-10T02:10:54.5642830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_cancel.3 2025-10-10T02:10:54.5643930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_set_server_state_callback.3 2025-10-10T02:10:54.5644940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_record_duplicate.3 2025-10-10T02:10:54.5645810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rcode_t.3 2025-10-10T02:10:54.5646860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_class_tostr.3 2025-10-10T02:10:54.5647950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_set_str.3 2025-10-10T02:10:54.5649090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_expand_name.3 2025-10-10T02:10:54.5650490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man3/ares_dns_rr_del_abin.3 2025-10-10T02:10:54.5651310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man1/adig.1 2025-10-10T02:10:54.5652160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/c-ares-1.34.5-h2ca31fc_0/share/man/man1/ahost.1 2025-10-10T02:10:54.5652850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/libcurl-8.14.1-hcdd2897_1.conda 2025-10-10T02:10:54.5653960Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.5654860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.5655770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.5657050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5657790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.5658660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/LICENSE 2025-10-10T02:10:54.5659820Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5660670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5661780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5662610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.5663590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.5664410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/files 2025-10-10T02:10:54.5665460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.5666250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.5667020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/info/git 2025-10-10T02:10:54.5668490Z /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-10-10T02:10:54.5669640Z /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-10-10T02:10:54.5670660Z /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-10-10T02:10:54.5671710Z /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-10-10T02:10:54.5672710Z /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-10-10T02:10:54.5673770Z /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-10-10T02:10:54.5674810Z /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-10-10T02:10:54.5675800Z /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-10-10T02:10:54.5676790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_win_key.py 2025-10-10T02:10:54.5677610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/key.py 2025-10-10T02:10:54.5678560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__init__.py 2025-10-10T02:10:54.5679520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_win_read.py 2025-10-10T02:10:54.5680820Z /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-10-10T02:10:54.5681950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/_config.cpython-313.pyc 2025-10-10T02:10:54.5683030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/key.cpython-313.pyc 2025-10-10T02:10:54.5684240Z /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-10-10T02:10:54.5685690Z /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-10-10T02:10:54.5686740Z /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-10-10T02:10:54.5687890Z /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-10-10T02:10:54.5689040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.5690050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_posix_key.py 2025-10-10T02:10:54.5690950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/py.typed 2025-10-10T02:10:54.5691860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_config.py 2025-10-10T02:10:54.5692830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_base_key.py 2025-10-10T02:10:54.5693810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/readchar-4.0.5-py313hca03da5_0/lib/python3.13/site-packages/readchar/_posix_read.py 2025-10-10T02:10:54.5694470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.5695180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.5695920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.5696810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5697530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/test/example.toml 2025-10-10T02:10:54.5698590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.5699730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5700630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/run_test.py 2025-10-10T02:10:54.5701430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5702570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5703720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/recipe/example.toml 2025-10-10T02:10:54.5704650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.5705690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.5706620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/files 2025-10-10T02:10:54.5707550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.5708360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.5709080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/info/git 2025-10-10T02:10:54.5710340Z /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-10-10T02:10:54.5711560Z /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-10-10T02:10:54.5713050Z /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-10-10T02:10:54.5714490Z /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-10-10T02:10:54.5715680Z /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-10-10T02:10:54.5717090Z /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-10-10T02:10:54.5718200Z /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-10-10T02:10:54.5719330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_types.py 2025-10-10T02:10:54.5720660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__init__.py 2025-10-10T02:10:54.5722060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:54.5723530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:54.5725010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.5726540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:54.5727640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_parser.py 2025-10-10T02:10:54.5728700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/_re.py 2025-10-10T02:10:54.5730010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/tomli-2.2.1-py313hca03da5_0/lib/python3.13/site-packages/tomli/py.typed 2025-10-10T02:10:54.5730790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/setuptools-78.1.1-py313hca03da5_0.conda 2025-10-10T02:10:54.5731620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/include/simdjson.h 2025-10-10T02:10:54.5732640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/repodata_record.json 2025-10-10T02:10:54.5733520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/run_test.sh 2025-10-10T02:10:54.5734460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/CMakeLists.txt 2025-10-10T02:10:54.5735320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/test.cpp 2025-10-10T02:10:54.5736280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test/test.json 2025-10-10T02:10:54.5737410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5738190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/licenses/LICENSE 2025-10-10T02:10:54.5739320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/CMakeLists.txt 2025-10-10T02:10:54.5740260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/test.cpp 2025-10-10T02:10:54.5741340Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/test/test.json 2025-10-10T02:10:54.5742270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/bld.bat 2025-10-10T02:10:54.5743320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/build.sh 2025-10-10T02:10:54.5744420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/parent/meta.yaml 2025-10-10T02:10:54.5745620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5746640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/recipe/meta.yaml 2025-10-10T02:10:54.5747680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/run_exports.json 2025-10-10T02:10:54.5748490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/paths.json 2025-10-10T02:10:54.5749520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/hash_input.json 2025-10-10T02:10:54.5750360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/files 2025-10-10T02:10:54.5751210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/about.json 2025-10-10T02:10:54.5752090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/has_prefix 2025-10-10T02:10:54.5752930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/index.json 2025-10-10T02:10:54.5753650Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/info/git 2025-10-10T02:10:54.5754530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/pkgconfig/simdjson.pc 2025-10-10T02:10:54.5755590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.23.0.0.dylib 2025-10-10T02:10:54.5756880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjson-config-version.cmake 2025-10-10T02:10:54.5757930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjson-config.cmake 2025-10-10T02:10:54.5758910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjsonTargets.cmake 2025-10-10T02:10:54.5760030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/cmake/simdjson/simdjsonTargets-release.cmake 2025-10-10T02:10:54.5761110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.23.dylib 2025-10-10T02:10:54.5762070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/simdjson-3.10.1-h48ca7d4_0/lib/libsimdjson.dylib 2025-10-10T02:10:54.5763160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/repodata_record.json 2025-10-10T02:10:54.5763950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/test_package.py 2025-10-10T02:10:54.5764860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/run_test.sh 2025-10-10T02:10:54.5765710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/run_test.py 2025-10-10T02:10:54.5766550Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/uf20-098.cnf 2025-10-10T02:10:54.5767850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/test_time_dependencies.json 2025-10-10T02:10:54.5768770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/sudoku.py 2025-10-10T02:10:54.5769670Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/test/qg3-08.cnf 2025-10-10T02:10:54.5770930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/test_package.py 2025-10-10T02:10:54.5771830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/LICENSE 2025-10-10T02:10:54.5773610Z /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-10-10T02:10:54.5774440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5775470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/uf20-098.cnf 2025-10-10T02:10:54.5776430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/COPYRIGHT 2025-10-10T02:10:54.5777310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/sudoku.py 2025-10-10T02:10:54.5778310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/meta.yaml 2025-10-10T02:10:54.5779250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/qg3-08.cnf 2025-10-10T02:10:54.5780180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5781020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/paths.json 2025-10-10T02:10:54.5782090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/hash_input.json 2025-10-10T02:10:54.5782910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/files 2025-10-10T02:10:54.5783720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/about.json 2025-10-10T02:10:54.5784610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/index.json 2025-10-10T02:10:54.5785300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/info/git 2025-10-10T02:10:54.5786830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/pycosat.cpython-313-darwin.so 2025-10-10T02:10:54.5788120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/test_pycosat.py 2025-10-10T02:10:54.5789570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pycosat-0.6.6-py313h80987f9_2/lib/python3.13/site-packages/__pycache__/test_pycosat.cpython-313.pyc 2025-10-10T02:10:54.5791080Z /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-10-10T02:10:54.5792320Z /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-10-10T02:10:54.5793670Z /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-10-10T02:10:54.5794910Z /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-10-10T02:10:54.5796060Z /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-10-10T02:10:54.5797900Z /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-10-10T02:10:54.5799170Z /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-10-10T02:10:54.5800510Z /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-10-10T02:10:54.5802080Z /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-10-10T02:10:54.5803080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_recursion_limit.3 2025-10-10T02:10:54.5803860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2syntax.3 2025-10-10T02:10:54.5804570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2jit.3 2025-10-10T02:10:54.5805440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2demo.3 2025-10-10T02:10:54.5806440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_offset_limit.3 2025-10-10T02:10:54.5807380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_create.3 2025-10-10T02:10:54.5808390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2serialize.3 2025-10-10T02:10:54.5809260Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_bsr.3 2025-10-10T02:10:54.5810450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2unicode.3 2025-10-10T02:10:54.5811540Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_get_bynumber.3 2025-10-10T02:10:54.5812530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_copy_byname.3 2025-10-10T02:10:54.5813320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2api.3 2025-10-10T02:10:54.5814450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_parens_nest_limit.3 2025-10-10T02:10:54.5815400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_startchar.3 2025-10-10T02:10:54.5816210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2limits.3 2025-10-10T02:10:54.5817430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_recursion_memory_management.3 2025-10-10T02:10:54.5818470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_newline.3 2025-10-10T02:10:54.5819450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_depth_limit.3 2025-10-10T02:10:54.5820370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_free.3 2025-10-10T02:10:54.5821530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_free.3 2025-10-10T02:10:54.5822570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_max_pattern_length.3 2025-10-10T02:10:54.5823390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2matching.3 2025-10-10T02:10:54.5824350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_free.3 2025-10-10T02:10:54.5825250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_callout.3 2025-10-10T02:10:54.5826040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_copy_with_tables.3 2025-10-10T02:10:54.5826810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_glob_escape.3 2025-10-10T02:10:54.5827700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_compile_extra_options.3 2025-10-10T02:10:54.5828360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2.3 2025-10-10T02:10:54.5829070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2perform.3 2025-10-10T02:10:54.5829830Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_pattern_info.3 2025-10-10T02:10:54.5830720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_substitute_callout.3 2025-10-10T02:10:54.5831490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_create.3 2025-10-10T02:10:54.5832160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2build.3 2025-10-10T02:10:54.5833030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_length_byname.3 2025-10-10T02:10:54.5833750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_free.3 2025-10-10T02:10:54.5834450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_dfa_match.3 2025-10-10T02:10:54.5835120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2convert.3 2025-10-10T02:10:54.5835840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_match.3 2025-10-10T02:10:54.5836700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_nametable_scan.3 2025-10-10T02:10:54.5837330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match.3 2025-10-10T02:10:54.5838180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_converted_pattern_free.3 2025-10-10T02:10:54.5839030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_heap_limit.3 2025-10-10T02:10:54.5839900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_number_from_name.3 2025-10-10T02:10:54.5840660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_pattern_convert.3 2025-10-10T02:10:54.5841310Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_maketables.3 2025-10-10T02:10:54.5842080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_free.3 2025-10-10T02:10:54.5842790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_free.3 2025-10-10T02:10:54.5843590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_compile.3 2025-10-10T02:10:54.5844410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile.3 2025-10-10T02:10:54.5845370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_ovector_pointer.3 2025-10-10T02:10:54.5846520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_list_get.3 2025-10-10T02:10:54.5847680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_free.3 2025-10-10T02:10:54.5848610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_match_data_size.3 2025-10-10T02:10:54.5849930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_copy.3 2025-10-10T02:10:54.5850990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_character_tables.3 2025-10-10T02:10:54.5852230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_error_message.3 2025-10-10T02:10:54.5853360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_create.3 2025-10-10T02:10:54.5854570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_glob_separator.3 2025-10-10T02:10:54.5855500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_maketables_free.3 2025-10-10T02:10:54.5856560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_free.3 2025-10-10T02:10:54.5857450Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_decode.3 2025-10-10T02:10:54.5858480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_copy.3 2025-10-10T02:10:54.5859380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_code_copy.3 2025-10-10T02:10:54.5860190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2compat.3 2025-10-10T02:10:54.5861490Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_create_from_pattern.3 2025-10-10T02:10:54.5862300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_match_limit.3 2025-10-10T02:10:54.5863290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_context_copy.3 2025-10-10T02:10:54.5864320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_encode.3 2025-10-10T02:10:54.5865350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substitute.3 2025-10-10T02:10:54.5866300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_ovector_count.3 2025-10-10T02:10:54.5867170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_get_mark.3 2025-10-10T02:10:54.5868190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_stack_assign.3 2025-10-10T02:10:54.5869100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_list_free.3 2025-10-10T02:10:54.5869970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2callout.3 2025-10-10T02:10:54.5870920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_match_data_create.3 2025-10-10T02:10:54.5871910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_get_byname.3 2025-10-10T02:10:54.5872900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_copy_bynumber.3 2025-10-10T02:10:54.5873690Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2sample.3 2025-10-10T02:10:54.5874760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_length_bynumber.3 2025-10-10T02:10:54.5875580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2partial.3 2025-10-10T02:10:54.5876410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2posix.3 2025-10-10T02:10:54.5877500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_convert_context_create.3 2025-10-10T02:10:54.5878390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_compile_context_copy.3 2025-10-10T02:10:54.5879170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_config.3 2025-10-10T02:10:54.5880220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_set_compile_recursion_guard.3 2025-10-10T02:10:54.5881300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_serialize_get_number_of_codes.3 2025-10-10T02:10:54.5882360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_general_context_create.3 2025-10-10T02:10:54.5883360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_jit_free_unused_memory.3 2025-10-10T02:10:54.5884380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_callout_enumerate.3 2025-10-10T02:10:54.5885380Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2_substring_free.3 2025-10-10T02:10:54.5886220Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man3/pcre2pattern.3 2025-10-10T02:10:54.5887020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2grep.1 2025-10-10T02:10:54.5888060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2test.1 2025-10-10T02:10:54.5889020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/man/man1/pcre2-config.1 2025-10-10T02:10:54.5889990Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/cmake/pcre2-config-version.cmake 2025-10-10T02:10:54.5890870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/cmake/pcre2-config.cmake 2025-10-10T02:10:54.5891780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2grep 2025-10-10T02:10:54.5892560Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2test 2025-10-10T02:10:54.5893370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2-config 2025-10-10T02:10:54.5894350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/bin/pcre2posix_test 2025-10-10T02:10:54.5895170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/include/pcre2posix.h 2025-10-10T02:10:54.5896060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/include/pcre2.h 2025-10-10T02:10:54.5897030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/repodata_record.json 2025-10-10T02:10:54.5897920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/test/run_test.sh 2025-10-10T02:10:54.5898740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/licenses/LICENCE 2025-10-10T02:10:54.5899680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/bld.bat 2025-10-10T02:10:54.5900800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/build.sh 2025-10-10T02:10:54.5901800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.5902730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/meta.yaml 2025-10-10T02:10:54.5903710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/recipe/meta.yaml.template 2025-10-10T02:10:54.5904660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/run_exports.json 2025-10-10T02:10:54.5905500Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/paths.json 2025-10-10T02:10:54.5906390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/hash_input.json 2025-10-10T02:10:54.5907180Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/files 2025-10-10T02:10:54.5907970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/about.json 2025-10-10T02:10:54.5908950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/has_prefix 2025-10-10T02:10:54.5909700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/index.json 2025-10-10T02:10:54.5910360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/info/git 2025-10-10T02:10:54.5911270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.0.dylib 2025-10-10T02:10:54.5912270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.3.0.4.dylib 2025-10-10T02:10:54.5913170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.0.11.2.dylib 2025-10-10T02:10:54.5914200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-posix.pc 2025-10-10T02:10:54.5915110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-8.pc 2025-10-10T02:10:54.5915940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-16.pc 2025-10-10T02:10:54.5916850Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/pkgconfig/libpcre2-32.pc 2025-10-10T02:10:54.5917680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.0.11.2.dylib 2025-10-10T02:10:54.5918470Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.0.dylib 2025-10-10T02:10:54.5919300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.0.11.2.dylib 2025-10-10T02:10:54.5920110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.a 2025-10-10T02:10:54.5920900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.a 2025-10-10T02:10:54.5921680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-16.dylib 2025-10-10T02:10:54.5922570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.0.dylib 2025-10-10T02:10:54.5923460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.dylib 2025-10-10T02:10:54.5924240Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.a 2025-10-10T02:10:54.5925040Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-32.a 2025-10-10T02:10:54.5926050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.3.dylib 2025-10-10T02:10:54.5926940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-8.dylib 2025-10-10T02:10:54.5928000Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/lib/libpcre2-posix.dylib 2025-10-10T02:10:54.5929120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_config.html 2025-10-10T02:10:54.5930280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2compat.html 2025-10-10T02:10:54.5931390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_depth_limit.html 2025-10-10T02:10:54.5932440Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2.html 2025-10-10T02:10:54.5933750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html 2025-10-10T02:10:54.5934640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2unicode.html 2025-10-10T02:10:54.5935790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2sample.html 2025-10-10T02:10:54.5936880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_pattern_convert.html 2025-10-10T02:10:54.5937980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_heap_limit.html 2025-10-10T02:10:54.5939230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_substitute_callout.html 2025-10-10T02:10:54.5940280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/index.html 2025-10-10T02:10:54.5941410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_free.html 2025-10-10T02:10:54.5942720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_converted_pattern_free.html 2025-10-10T02:10:54.5943880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_length_bynumber.html 2025-10-10T02:10:54.5944980Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_free.html 2025-10-10T02:10:54.5946160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_callout_enumerate.html 2025-10-10T02:10:54.5947320Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_free.html 2025-10-10T02:10:54.5948360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2perform.html 2025-10-10T02:10:54.5949870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_copy_with_tables.html 2025-10-10T02:10:54.5950730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2jit.html 2025-10-10T02:10:54.5951790Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2serialize.html 2025-10-10T02:10:54.5952970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_data_create.html 2025-10-10T02:10:54.5954100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_maketables.html 2025-10-10T02:10:54.5955200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_assign.html 2025-10-10T02:10:54.5956290Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_bsr.html 2025-10-10T02:10:54.5957390Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_create.html 2025-10-10T02:10:54.5958420Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_mark.html 2025-10-10T02:10:54.5959520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html 2025-10-10T02:10:54.5960600Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_character_tables.html 2025-10-10T02:10:54.5961610Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_match_limit.html 2025-10-10T02:10:54.5962730Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html 2025-10-10T02:10:54.5963700Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2syntax.html 2025-10-10T02:10:54.5964840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2api.html 2025-10-10T02:10:54.5965910Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_error_message.html 2025-10-10T02:10:54.5967160Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_startchar.html 2025-10-10T02:10:54.5968190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_newline.html 2025-10-10T02:10:54.5969350Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2convert.html 2025-10-10T02:10:54.5970630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_ovector_count.html 2025-10-10T02:10:54.5971760Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_pattern_info.html 2025-10-10T02:10:54.5972920Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_maketables_free.html 2025-10-10T02:10:54.5973940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_glob_escape.html 2025-10-10T02:10:54.5975140Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_ovector_pointer.html 2025-10-10T02:10:54.5976120Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_code_copy.html 2025-10-10T02:10:54.5977170Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2matching.html 2025-10-10T02:10:54.5978400Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_create.html 2025-10-10T02:10:54.5979300Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2test.html 2025-10-10T02:10:54.5980370Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_dfa_match.html 2025-10-10T02:10:54.5981280Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2posix.html 2025-10-10T02:10:54.5982630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_max_pattern_length.html 2025-10-10T02:10:54.5983680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_encode.html 2025-10-10T02:10:54.5984590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_recursion_limit.html 2025-10-10T02:10:54.5985530Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_free.html 2025-10-10T02:10:54.5986480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_nametable_scan.html 2025-10-10T02:10:54.5987210Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2callout.html 2025-10-10T02:10:54.5988150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_copy.html 2025-10-10T02:10:54.5989100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_free.html 2025-10-10T02:10:54.5989860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2build.html 2025-10-10T02:10:54.5990860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_offset_limit.html 2025-10-10T02:10:54.5991840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_get_byname.html 2025-10-10T02:10:54.5992940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_match.html 2025-10-10T02:10:54.5994200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_create.html 2025-10-10T02:10:54.5995090Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2partial.html 2025-10-10T02:10:54.5996080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2grep.html 2025-10-10T02:10:54.5997360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_free.html 2025-10-10T02:10:54.5998330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_glob_separator.html 2025-10-10T02:10:54.5999330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2pattern.html 2025-10-10T02:10:54.6000590Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_general_context_free.html 2025-10-10T02:10:54.6001510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2demo.html 2025-10-10T02:10:54.6002950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html 2025-10-10T02:10:54.6003970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_create.html 2025-10-10T02:10:54.6005190Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile_context_copy.html 2025-10-10T02:10:54.6006480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html 2025-10-10T02:10:54.6007570Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html 2025-10-10T02:10:54.6008710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_number_from_name.html 2025-10-10T02:10:54.6009890Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_list_free.html 2025-10-10T02:10:54.6010970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_convert_context_copy.html 2025-10-10T02:10:54.6012200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_get_match_data_size.html 2025-10-10T02:10:54.6013520Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_length_byname.html 2025-10-10T02:10:54.6014800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html 2025-10-10T02:10:54.6015870Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_compile.html 2025-10-10T02:10:54.6017080Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_decode.html 2025-10-10T02:10:54.6018270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_copy.html 2025-10-10T02:10:54.6019460Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_compile.html 2025-10-10T02:10:54.6020840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_jit_stack_free.html 2025-10-10T02:10:54.6021810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2limits.html 2025-10-10T02:10:54.6022880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2-config.html 2025-10-10T02:10:54.6024030Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substitute.html 2025-10-10T02:10:54.6025050Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match.html 2025-10-10T02:10:54.6026410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_compile_extra_options.html 2025-10-10T02:10:54.6027510Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_serialize_free.html 2025-10-10T02:10:54.6028580Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_get_bynumber.html 2025-10-10T02:10:54.6029720Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_set_callout.html 2025-10-10T02:10:54.6030880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_copy_byname.html 2025-10-10T02:10:54.6031930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_substring_list_get.html 2025-10-10T02:10:54.6033010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pcre2-10.42-hb066dcc_1/share/doc/pcre2/html/pcre2_match_context_create.html 2025-10-10T02:10:54.6033630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/typer-0.9.0-py313hca03da5_0.conda 2025-10-10T02:10:54.6034710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/ssl/cert.pem 2025-10-10T02:10:54.6035640Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/ssl/cacert.pem 2025-10-10T02:10:54.6036780Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.6037680Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.6038840Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.6039810Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/licenses/LICENSE.txt 2025-10-10T02:10:54.6040800Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/run_test.sh 2025-10-10T02:10:54.6041860Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/bld.bat 2025-10-10T02:10:54.6042750Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/build.sh 2025-10-10T02:10:54.6043880Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.6044950Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/LICENSE.txt 2025-10-10T02:10:54.6046010Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.6047110Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/run_test.bat 2025-10-10T02:10:54.6048100Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.6049060Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/paths.json 2025-10-10T02:10:54.6049940Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.6056150Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/files 2025-10-10T02:10:54.6056630Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/about.json 2025-10-10T02:10:54.6057070Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/index.json 2025-10-10T02:10:54.6057480Z /opt/homebrew/Caskroom/miniconda/base/pkgs/ca-certificates-2025.7.15-hca03da5_0/info/git 2025-10-10T02:10:54.6057900Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/repodata_record.json 2025-10-10T02:10:54.6058330Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/run_test.sh 2025-10-10T02:10:54.6058740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/run_test.py 2025-10-10T02:10:54.6059200Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/test/test_time_dependencies.json 2025-10-10T02:10:54.6059710Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/licenses/LICENSE 2025-10-10T02:10:54.6060230Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/conda_build_config.yaml 2025-10-10T02:10:54.6060740Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/meta.yaml 2025-10-10T02:10:54.6061360Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/recipe/meta.yaml.template 2025-10-10T02:10:54.6062250Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/paths.json 2025-10-10T02:10:54.6063270Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/hash_input.json 2025-10-10T02:10:54.6064020Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/files 2025-10-10T02:10:54.6064930Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/about.json 2025-10-10T02:10:54.6065770Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/index.json 2025-10-10T02:10:54.6066620Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/info/git 2025-10-10T02:10:54.6067930Z /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-10-10T02:10:54.6069230Z /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-10-10T02:10:54.6070550Z /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-10-10T02:10:54.6071690Z /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-10-10T02:10:54.6073140Z /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-10-10T02:10:54.6074350Z /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-10-10T02:10:54.6075700Z /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-10-10T02:10:54.6077230Z /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-10-10T02:10:54.6078430Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/__init__.py 2025-10-10T02:10:54.6079970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6080970Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pkce-1.0.3-py313hca03da5_0/lib/python3.13/site-packages/pkce/py.typed 2025-10-10T02:10:54.6081660Z /opt/homebrew/Caskroom/miniconda/base/pkgs/pysocks-1.7.1-py313hca03da5_0.conda 2025-10-10T02:10:54.6082410Z /opt/homebrew/Caskroom/miniconda/base/pkgs/reproc-14.2.4-h313beb8_2.conda 2025-10-10T02:10:54.6082990Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses++.a 2025-10-10T02:10:54.6083680Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.0.dylib 2025-10-10T02:10:54.6084360Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.0.8.0.dylib 2025-10-10T02:10:54.6085040Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.0.dylib 2025-10-10T02:10:54.6085610Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.2.dylib 2025-10-10T02:10:54.6086200Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.73.1.dylib 2025-10-10T02:10:54.6086790Z /opt/homebrew/Caskroom/miniconda/base/lib/libmpdec.4.0.0.dylib 2025-10-10T02:10:54.6087420Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.73.dylib 2025-10-10T02:10:54.6087870Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.a 2025-10-10T02:10:54.6088340Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.a 2025-10-10T02:10:54.6088880Z /opt/homebrew/Caskroom/miniconda/base/lib/libxml2.2.dylib 2025-10-10T02:10:54.6089470Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.a 2025-10-10T02:10:54.6089960Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.dylib 2025-10-10T02:10:54.6090710Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/tdbcmysql.tcl 2025-10-10T02:10:54.6091480Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/libtdbcmysql1.1.9.dylib 2025-10-10T02:10:54.6092150Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcmysql1.1.9/pkgIndex.tcl 2025-10-10T02:10:54.6092840Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.8.dylib 2025-10-10T02:10:54.6093430Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.a 2025-10-10T02:10:54.6094110Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.6.dylib 2025-10-10T02:10:54.6094610Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.dylib 2025-10-10T02:10:54.6095290Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.3.0.4.dylib 2025-10-10T02:10:54.6096060Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.0.11.2.dylib 2025-10-10T02:10:54.6096700Z /opt/homebrew/Caskroom/miniconda/base/lib/libtcl8.6.dylib 2025-10-10T02:10:54.6097380Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.2.19.4.dylib 2025-10-10T02:10:54.6097960Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.1.11.0.dylib 2025-10-10T02:10:54.6098660Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/fmt.pc 2025-10-10T02:10:54.6099290Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/openssl.pc 2025-10-10T02:10:54.6099840Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/expat.pc 2025-10-10T02:10:54.6100480Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libarchive.pc 2025-10-10T02:10:54.6101100Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python3.pc 2025-10-10T02:10:54.6101790Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-uc.pc 2025-10-10T02:10:54.6102330Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/readline.pc 2025-10-10T02:10:54.6102910Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libsolv.pc 2025-10-10T02:10:54.6103750Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/yaml-cpp.pc 2025-10-10T02:10:54.6104420Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcares.pc 2025-10-10T02:10:54.6105060Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gmock_main.pc 2025-10-10T02:10:54.6105730Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-io.pc 2025-10-10T02:10:54.6106390Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/liblzma.pc 2025-10-10T02:10:54.6107270Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python-3.13-embed.pc 2025-10-10T02:10:54.6107930Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/liblz4.pc 2025-10-10T02:10:54.6108610Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcurl.pc 2025-10-10T02:10:54.6109290Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gmock.pc 2025-10-10T02:10:54.6109900Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/ncursesw.pc 2025-10-10T02:10:54.6110490Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/simdjson.pc 2025-10-10T02:10:54.6111090Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/formw.pc 2025-10-10T02:10:54.6111630Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tcl.pc 2025-10-10T02:10:54.6112150Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tk.pc 2025-10-10T02:10:54.6112770Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/ncurses++w.pc 2025-10-10T02:10:54.6113560Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python-3.13.pc 2025-10-10T02:10:54.6114200Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libffi.pc 2025-10-10T02:10:54.6114760Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/zlib.pc 2025-10-10T02:10:54.6115410Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libzstd.pc 2025-10-10T02:10:54.6116020Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libssl.pc 2025-10-10T02:10:54.6116650Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/tinfow.pc 2025-10-10T02:10:54.6117260Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/spdlog.pc 2025-10-10T02:10:54.6117840Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/menuw.pc 2025-10-10T02:10:54.6118600Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/icu-i18n.pc 2025-10-10T02:10:54.6119230Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libcrypto.pc 2025-10-10T02:10:54.6119940Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/python3-embed.pc 2025-10-10T02:10:54.6120590Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/reproc.pc 2025-10-10T02:10:54.6121150Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/sqlite3.pc 2025-10-10T02:10:54.6121910Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libnghttp2.pc 2025-10-10T02:10:54.6122510Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libxml-2.0.pc 2025-10-10T02:10:54.6123350Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-posix.pc 2025-10-10T02:10:54.6123990Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-8.pc 2025-10-10T02:10:54.6124610Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/history.pc 2025-10-10T02:10:54.6125290Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-16.pc 2025-10-10T02:10:54.6126020Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/reproc++.pc 2025-10-10T02:10:54.6126660Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libpcre2-32.pc 2025-10-10T02:10:54.6127390Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libssh2.pc 2025-10-10T02:10:54.6128030Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/panelw.pc 2025-10-10T02:10:54.6128720Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gtest_main.pc 2025-10-10T02:10:54.6129340Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/libsolvext.pc 2025-10-10T02:10:54.6129920Z /opt/homebrew/Caskroom/miniconda/base/lib/pkgconfig/gtest.pc 2025-10-10T02:10:54.6130480Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.dylib 2025-10-10T02:10:54.6131130Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.13.7.7.dylib 2025-10-10T02:10:54.6131630Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.a 2025-10-10T02:10:54.6132190Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.dylib 2025-10-10T02:10:54.6132910Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.23.0.0.dylib 2025-10-10T02:10:54.6133510Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.a 2025-10-10T02:10:54.6134320Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.0.11.2.dylib 2025-10-10T02:10:54.6134880Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.1.0.1.dylib 2025-10-10T02:10:54.6135450Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.0.dylib 2025-10-10T02:10:54.6136070Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.dylib 2025-10-10T02:10:54.6136600Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.dylib 2025-10-10T02:10:54.6137180Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.1.2.13.dylib 2025-10-10T02:10:54.6137750Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.1.dylib 2025-10-10T02:10:54.6138270Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.dylib 2025-10-10T02:10:54.6139010Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-config.cmake 2025-10-10T02:10:54.6139830Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-targets-release.cmake 2025-10-10T02:10:54.6140560Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-targets.cmake 2025-10-10T02:10:54.6141410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc/reproc-config-version.cmake 2025-10-10T02:10:54.6142180Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-config.cmake 2025-10-10T02:10:54.6142880Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-targets.cmake 2025-10-10T02:10:54.6143710Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-targets-release.cmake 2025-10-10T02:10:54.6144570Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/liblzma/liblzma-config-version.cmake 2025-10-10T02:10:54.6145410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libxml2/libxml2-config.cmake 2025-10-10T02:10:54.6146120Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjson-config-version.cmake 2025-10-10T02:10:54.6146800Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjson-config.cmake 2025-10-10T02:10:54.6147820Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjsonTargets.cmake 2025-10-10T02:10:54.6148520Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/simdjson/simdjsonTargets-release.cmake 2025-10-10T02:10:54.6149180Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-config-version.cmake 2025-10-10T02:10:54.6149780Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-config.cmake 2025-10-10T02:10:54.6150410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-targets.cmake 2025-10-10T02:10:54.6151100Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/reproc++/reproc++-targets-release.cmake 2025-10-10T02:10:54.6151750Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-config.cmake 2025-10-10T02:10:54.6152470Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-config-version.cmake 2025-10-10T02:10:54.6153120Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat-noconfig.cmake 2025-10-10T02:10:54.6153680Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/expat-2.7.1/expat.cmake 2025-10-10T02:10:54.6154340Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-targets-release.cmake 2025-10-10T02:10:54.6154910Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-config.cmake 2025-10-10T02:10:54.6155580Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-config-version.cmake 2025-10-10T02:10:54.6156150Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/fmt/fmt-targets.cmake 2025-10-10T02:10:54.6156890Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-targets-release.cmake 2025-10-10T02:10:54.6157490Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-config.cmake 2025-10-10T02:10:54.6158140Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-targets.cmake 2025-10-10T02:10:54.6158820Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/c-ares/c-ares-config-version.cmake 2025-10-10T02:10:54.6159480Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaConfigVersion.cmake 2025-10-10T02:10:54.6160060Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaTargets.cmake 2025-10-10T02:10:54.6160760Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaTargets-release.cmake 2025-10-10T02:10:54.6161370Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libmamba/libmambaConfig.cmake 2025-10-10T02:10:54.6162170Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-config.cmake 2025-10-10T02:10:54.6162850Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake 2025-10-10T02:10:54.6163410Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake 2025-10-10T02:10:54.6164080Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake 2025-10-10T02:10:54.6164670Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfig.cmake 2025-10-10T02:10:54.6165380Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigTargets-release.cmake 2025-10-10T02:10:54.6165950Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigTargets.cmake 2025-10-10T02:10:54.6166580Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/spdlog/spdlogConfigVersion.cmake 2025-10-10T02:10:54.6167130Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestTargets.cmake 2025-10-10T02:10:54.6167800Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestTargets-release.cmake 2025-10-10T02:10:54.6168370Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestConfig.cmake 2025-10-10T02:10:54.6168960Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/GTest/GTestConfigVersion.cmake 2025-10-10T02:10:54.6169560Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindLibgcrypt.cmake 2025-10-10T02:10:54.6170220Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-config-version.cmake 2025-10-10T02:10:54.6170850Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-targets.cmake 2025-10-10T02:10:54.6171440Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindMbedTLS.cmake 2025-10-10T02:10:54.6171970Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/FindWolfSSL.cmake 2025-10-10T02:10:54.6172560Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-config.cmake 2025-10-10T02:10:54.6173340Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/libssh2/libssh2-targets-release.cmake 2025-10-10T02:10:54.6173860Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdConfigVersion.cmake 2025-10-10T02:10:54.6174450Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdTargets.cmake 2025-10-10T02:10:54.6175100Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdConfig.cmake 2025-10-10T02:10:54.6175810Z /opt/homebrew/Caskroom/miniconda/base/lib/cmake/zstd/zstdTargets-release.cmake 2025-10-10T02:10:54.6176420Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.2.0.0.dylib 2025-10-10T02:10:54.6177090Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.0.8.dylib 2025-10-10T02:10:54.6177650Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.dylib 2025-10-10T02:10:54.6178110Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.a 2025-10-10T02:10:54.6178660Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolv.1.dylib 2025-10-10T02:10:54.6179220Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.dylib 2025-10-10T02:10:54.6179880Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses++w.a 2025-10-10T02:10:54.6180440Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.a 2025-10-10T02:10:54.6181160Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.73.1.dylib 2025-10-10T02:10:54.6181980Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.0.11.2.dylib 2025-10-10T02:10:54.6182540Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.6.dylib 2025-10-10T02:10:54.6183270Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.73.dylib 2025-10-10T02:10:54.6183940Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/tdbcodbc.tcl 2025-10-10T02:10:54.6184760Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/libtdbcodbc1.1.9.dylib 2025-10-10T02:10:54.6185450Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcodbc1.1.9/pkgIndex.tcl 2025-10-10T02:10:54.6186170Z /opt/homebrew/Caskroom/miniconda/base/lib/sqlite3.45.3/libsqlite3.45.3.dylib 2025-10-10T02:10:54.6186810Z /opt/homebrew/Caskroom/miniconda/base/lib/sqlite3.45.3/pkgIndex.tcl 2025-10-10T02:10:54.6187350Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.dylib 2025-10-10T02:10:54.6188010Z /opt/homebrew/Caskroom/miniconda/base/lib/libpython3.13.dylib 2025-10-10T02:10:54.6188670Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest.1.11.0.dylib 2025-10-10T02:10:54.6189150Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.dylib 2025-10-10T02:10:54.6189880Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.14.dylib 2025-10-10T02:10:54.6190430Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.dylib 2025-10-10T02:10:54.6190990Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.dylib 2025-10-10T02:10:54.6191550Z /opt/homebrew/Caskroom/miniconda/base/lib/libtclstub8.6.a 2025-10-10T02:10:54.6192200Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.73.1.dylib 2025-10-10T02:10:54.6192790Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.1.9.4.dylib 2025-10-10T02:10:54.6193310Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.dylib 2025-10-10T02:10:54.6193820Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.a 2025-10-10T02:10:54.6194450Z /opt/homebrew/Caskroom/miniconda/base/lib/libc++.1.0.dylib 2025-10-10T02:10:54.6194940Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.a 2025-10-10T02:10:54.6195530Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.2.dylib 2025-10-10T02:10:54.6196250Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/padlock.dylib 2025-10-10T02:10:54.6196890Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/capi.dylib 2025-10-10T02:10:54.6197630Z /opt/homebrew/Caskroom/miniconda/base/lib/engines-3/loader_attic.dylib 2025-10-10T02:10:54.6198130Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.3.dylib 2025-10-10T02:10:54.6198970Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.8.3.dylib 2025-10-10T02:10:54.6199420Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.a 2025-10-10T02:10:54.6200210Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.73.dylib 2025-10-10T02:10:54.6200900Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock.1.11.0.dylib 2025-10-10T02:10:54.6201420Z /opt/homebrew/Caskroom/miniconda/base/lib/libcares.2.dylib 2025-10-10T02:10:54.6202050Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.1.dylib 2025-10-10T02:10:54.6202770Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.6.dylib 2025-10-10T02:10:54.6203270Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.a 2025-10-10T02:10:54.6203880Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.9.dylib 2025-10-10T02:10:54.6204430Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.3.dylib 2025-10-10T02:10:54.6205010Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.6.dylib 2025-10-10T02:10:54.6205480Z /opt/homebrew/Caskroom/miniconda/base/lib/Tk.tiff 2025-10-10T02:10:54.6206160Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.4.8.0.dylib 2025-10-10T02:10:54.6206700Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-16.dylib 2025-10-10T02:10:54.6207220Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.dylib 2025-10-10T02:10:54.6208180Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.0.dylib 2025-10-10T02:10:54.6208770Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.dylib 2025-10-10T02:10:54.6209290Z /opt/homebrew/Caskroom/miniconda/base/lib/libev.dylib 2025-10-10T02:10:54.6209880Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.dylib 2025-10-10T02:10:54.6210710Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/libthread2.8.10.dylib 2025-10-10T02:10:54.6211300Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/pkgIndex.tcl 2025-10-10T02:10:54.6211910Z /opt/homebrew/Caskroom/miniconda/base/lib/thread2.8.10/ttrace.tcl 2025-10-10T02:10:54.6212570Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.dylib 2025-10-10T02:10:54.6213130Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.6.dylib 2025-10-10T02:10:54.6213650Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.a 2025-10-10T02:10:54.6214360Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolvext.dylib 2025-10-10T02:10:54.6214900Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.dylib 2025-10-10T02:10:54.6215530Z /opt/homebrew/Caskroom/miniconda/base/lib/libxml2.dylib 2025-10-10T02:10:54.6216170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/panedwindow.tcl 2025-10-10T02:10:54.6216680Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tkfbox.tcl 2025-10-10T02:10:54.6217200Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgbox.tcl 2025-10-10T02:10:54.6217740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/button.tcl 2025-10-10T02:10:54.6218350Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/text.tcl 2025-10-10T02:10:54.6218950Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/megawidget.tcl 2025-10-10T02:10:54.6219530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tk.tcl 2025-10-10T02:10:54.6220160Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/fontchooser.tcl 2025-10-10T02:10:54.6220790Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/panedwindow.tcl 2025-10-10T02:10:54.6221380Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/scrollbar.tcl 2025-10-10T02:10:54.6222040Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/sizegrip.tcl 2025-10-10T02:10:54.6222710Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/button.tcl 2025-10-10T02:10:54.6223320Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/defaults.tcl 2025-10-10T02:10:54.6223930Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/utils.tcl 2025-10-10T02:10:54.6224490Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/ttk.tcl 2025-10-10T02:10:54.6225110Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/treeview.tcl 2025-10-10T02:10:54.6225740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/classicTheme.tcl 2025-10-10T02:10:54.6226520Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/spinbox.tcl 2025-10-10T02:10:54.6227080Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/clamTheme.tcl 2025-10-10T02:10:54.6227880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/aquaTheme.tcl 2025-10-10T02:10:54.6228540Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/xpTheme.tcl 2025-10-10T02:10:54.6229190Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/entry.tcl 2025-10-10T02:10:54.6229870Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/notebook.tcl 2025-10-10T02:10:54.6230470Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/fonts.tcl 2025-10-10T02:10:54.6231150Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/vistaTheme.tcl 2025-10-10T02:10:54.6231770Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/altTheme.tcl 2025-10-10T02:10:54.6232410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/combobox.tcl 2025-10-10T02:10:54.6233100Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/winTheme.tcl 2025-10-10T02:10:54.6233920Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/scale.tcl 2025-10-10T02:10:54.6234540Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/menubutton.tcl 2025-10-10T02:10:54.6235200Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/progress.tcl 2025-10-10T02:10:54.6235870Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/ttk/cursors.tcl 2025-10-10T02:10:54.6236480Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/obsolete.tcl 2025-10-10T02:10:54.6237050Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/mkpsenc.tcl 2025-10-10T02:10:54.6237700Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logoMed.gif 2025-10-10T02:10:54.6238290Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo.eps 2025-10-10T02:10:54.6239090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo150.gif 2025-10-10T02:10:54.6239800Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/tai-ku.gif 2025-10-10T02:10:54.6240330Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/README 2025-10-10T02:10:54.6241080Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo.eps 2025-10-10T02:10:54.6241800Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo200.gif 2025-10-10T02:10:54.6242420Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logoLarge.gif 2025-10-10T02:10:54.6243170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo175.gif 2025-10-10T02:10:54.6243930Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo75.gif 2025-10-10T02:10:54.6244550Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/pwrdLogo100.gif 2025-10-10T02:10:54.6245270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo100.gif 2025-10-10T02:10:54.6245890Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/images/logo64.gif 2025-10-10T02:10:54.6246530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/spinbox.tcl 2025-10-10T02:10:54.6247220Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/unsupported.tcl 2025-10-10T02:10:54.6247810Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/clrpick.tcl 2025-10-10T02:10:54.6248530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/entry.tcl 2025-10-10T02:10:54.6249190Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/console.tcl 2025-10-10T02:10:54.6249740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/icons.tcl 2025-10-10T02:10:54.6250310Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/choosedir.tcl 2025-10-10T02:10:54.6250910Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/menu.tcl 2025-10-10T02:10:54.6251450Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/dialog.tcl 2025-10-10T02:10:54.6251990Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/comdlg.tcl 2025-10-10T02:10:54.6252510Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tclIndex 2025-10-10T02:10:54.6253120Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/pl.msg 2025-10-10T02:10:54.6253860Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/el.msg 2025-10-10T02:10:54.6254410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/sv.msg 2025-10-10T02:10:54.6255170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/en.msg 2025-10-10T02:10:54.6255700Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/eo.msg 2025-10-10T02:10:54.6256380Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/ru.msg 2025-10-10T02:10:54.6257000Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/fr.msg 2025-10-10T02:10:54.6257650Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/nl.msg 2025-10-10T02:10:54.6258360Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/cs.msg 2025-10-10T02:10:54.6259060Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/en_gb.msg 2025-10-10T02:10:54.6259640Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/es.msg 2025-10-10T02:10:54.6260240Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/hu.msg 2025-10-10T02:10:54.6260890Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/da.msg 2025-10-10T02:10:54.6261520Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/fi.msg 2025-10-10T02:10:54.6262210Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/zh_cn.msg 2025-10-10T02:10:54.6262820Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/pt.msg 2025-10-10T02:10:54.6263410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/de.msg 2025-10-10T02:10:54.6263960Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/msgs/it.msg 2025-10-10T02:10:54.6264560Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tearoff.tcl 2025-10-10T02:10:54.6265180Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/pkgIndex.tcl 2025-10-10T02:10:54.6265840Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/tkAppInit.c 2025-10-10T02:10:54.6266380Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/bgerror.tcl 2025-10-10T02:10:54.6267030Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/scrlbar.tcl 2025-10-10T02:10:54.6267630Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/safetk.tcl 2025-10-10T02:10:54.6268370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/iconlist.tcl 2025-10-10T02:10:54.6268940Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/optMenu.tcl 2025-10-10T02:10:54.6269470Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/xmfbox.tcl 2025-10-10T02:10:54.6270080Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/listbox.tcl 2025-10-10T02:10:54.6270660Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/focus.tcl 2025-10-10T02:10:54.6271320Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/style.tcl 2025-10-10T02:10:54.6271880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/bitmap.tcl 2025-10-10T02:10:54.6272550Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/aniwave.tcl 2025-10-10T02:10:54.6273180Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/bind.tcl 2025-10-10T02:10:54.6273830Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/image1.tcl 2025-10-10T02:10:54.6274510Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/textpeer.tcl 2025-10-10T02:10:54.6275140Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/msgbox.tcl 2025-10-10T02:10:54.6275720Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/button.tcl 2025-10-10T02:10:54.6276340Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/en.msg 2025-10-10T02:10:54.6277160Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/text.tcl 2025-10-10T02:10:54.6277810Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/image2.tcl 2025-10-10T02:10:54.6278410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/paned2.tcl 2025-10-10T02:10:54.6279100Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/filebox.tcl 2025-10-10T02:10:54.6279810Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/sayings.tcl 2025-10-10T02:10:54.6280390Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/plot.tcl 2025-10-10T02:10:54.6281060Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkscale.tcl 2025-10-10T02:10:54.6281740Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/goldberg.tcl 2025-10-10T02:10:54.6282340Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/widget 2025-10-10T02:10:54.6283070Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkprogress.tcl 2025-10-10T02:10:54.6283880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/paned1.tcl 2025-10-10T02:10:54.6284370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttknote.tcl 2025-10-10T02:10:54.6284900Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/form.tcl 2025-10-10T02:10:54.6285600Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/flagup.xbm 2025-10-10T02:10:54.6286370Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/letters.xbm 2025-10-10T02:10:54.6287140Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earthris.gif 2025-10-10T02:10:54.6287830Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/gray25.xbm 2025-10-10T02:10:54.6288670Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earthmenu.png 2025-10-10T02:10:54.6289410Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/ouster.png 2025-10-10T02:10:54.6290100Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/noletter.xbm 2025-10-10T02:10:54.6290780Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/teapot.ppm 2025-10-10T02:10:54.6291580Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/pattern.xbm 2025-10-10T02:10:54.6292300Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/tcllogo.gif 2025-10-10T02:10:54.6293150Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/flagdown.xbm 2025-10-10T02:10:54.6293880Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/images/earth.gif 2025-10-10T02:10:54.6294570Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tree.tcl 2025-10-10T02:10:54.6295130Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/floor.tcl 2025-10-10T02:10:54.6295850Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/clrpick.tcl 2025-10-10T02:10:54.6296420Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/spin.tcl 2025-10-10T02:10:54.6297010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/timer 2025-10-10T02:10:54.6297800Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkpane.tcl 2025-10-10T02:10:54.6298570Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/fontchoose.tcl 2025-10-10T02:10:54.6299170Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/dialog1.tcl 2025-10-10T02:10:54.6299810Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/license.terms 2025-10-10T02:10:54.6300350Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/nl.msg 2025-10-10T02:10:54.6300970Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/dialog2.tcl 2025-10-10T02:10:54.6301690Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/twind.tcl 2025-10-10T02:10:54.6302560Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/menu.tcl 2025-10-10T02:10:54.6303280Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/knightstour.tcl 2025-10-10T02:10:54.6303960Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/README 2025-10-10T02:10:54.6304560Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/cscroll.tcl 2025-10-10T02:10:54.6305090Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/anilabel.tcl 2025-10-10T02:10:54.6305560Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ixset 2025-10-10T02:10:54.6310680Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/arrow.tcl 2025-10-10T02:10:54.6311010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/toolbar.tcl 2025-10-10T02:10:54.6311270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkmenu.tcl 2025-10-10T02:10:54.6311570Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/search.tcl 2025-10-10T02:10:54.6311860Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tclIndex 2025-10-10T02:10:54.6312100Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ctext.tcl 2025-10-10T02:10:54.6312470Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/menubu.tcl 2025-10-10T02:10:54.6312760Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/label.tcl 2025-10-10T02:10:54.6313030Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/tcolor 2025-10-10T02:10:54.6313300Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkspin.tcl 2025-10-10T02:10:54.6313680Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/puzzle.tcl 2025-10-10T02:10:54.6314010Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/hscale.tcl 2025-10-10T02:10:54.6314280Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/hello 2025-10-10T02:10:54.6314530Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/browse 2025-10-10T02:10:54.6314790Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ttkbut.tcl 2025-10-10T02:10:54.6315080Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/labelframe.tcl 2025-10-10T02:10:54.6315360Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/states.tcl 2025-10-10T02:10:54.6315700Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/unicodeout.tcl 2025-10-10T02:10:54.6315990Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/rolodex 2025-10-10T02:10:54.6316320Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry1.tcl 2025-10-10T02:10:54.6316600Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/combo.tcl 2025-10-10T02:10:54.6316980Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/check.tcl 2025-10-10T02:10:54.6317330Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/pendulum.tcl 2025-10-10T02:10:54.6317860Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/mclist.tcl 2025-10-10T02:10:54.6318380Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry2.tcl 2025-10-10T02:10:54.6318930Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/radio.tcl 2025-10-10T02:10:54.6319560Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/colors.tcl 2025-10-10T02:10:54.6320050Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/icon.tcl 2025-10-10T02:10:54.6320540Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/rmt 2025-10-10T02:10:54.6321210Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/items.tcl 2025-10-10T02:10:54.6321800Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/entry3.tcl 2025-10-10T02:10:54.6322430Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/ruler.tcl 2025-10-10T02:10:54.6323120Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/demos/vscale.tcl 2025-10-10T02:10:54.6323660Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/scale.tcl 2025-10-10T02:10:54.6324270Z /opt/homebrew/Caskroom/miniconda/base/lib/tk8.6/palette.tcl 2025-10-10T02:10:54.6324890Z /opt/homebrew/Caskroom/miniconda/base/lib/libbz2.1.0.8.dylib 2025-10-10T02:10:54.6325490Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.14.dylib 2025-10-10T02:10:54.6326060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/word.tcl 2025-10-10T02:10:54.6326670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tm.tcl 2025-10-10T02:10:54.6327250Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/clock.tcl 2025-10-10T02:10:54.6327870Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/history.tcl 2025-10-10T02:10:54.6328540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp869.enc 2025-10-10T02:10:54.6329240Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp855.enc 2025-10-10T02:10:54.6329970Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022-jp.enc 2025-10-10T02:10:54.6330630Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0201.enc 2025-10-10T02:10:54.6331350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp857.enc 2025-10-10T02:10:54.6332110Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macJapan.enc 2025-10-10T02:10:54.6332970Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macUkraine.enc 2025-10-10T02:10:54.6333590Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp936.enc 2025-10-10T02:10:54.6334280Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp932.enc 2025-10-10T02:10:54.6335030Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/tis-620.enc 2025-10-10T02:10:54.6335670Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp852.enc 2025-10-10T02:10:54.6336390Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022-kr.enc 2025-10-10T02:10:54.6337120Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macIceland.enc 2025-10-10T02:10:54.6337920Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp850.enc 2025-10-10T02:10:54.6338500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0212.enc 2025-10-10T02:10:54.6339180Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/symbol.enc 2025-10-10T02:10:54.6339830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macTurkish.enc 2025-10-10T02:10:54.6340690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ascii.enc 2025-10-10T02:10:54.6341340Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macGreek.enc 2025-10-10T02:10:54.6342030Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb12345.enc 2025-10-10T02:10:54.6342690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-6.enc 2025-10-10T02:10:54.6343510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-7.enc 2025-10-10T02:10:54.6344370Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-5.enc 2025-10-10T02:10:54.6345290Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-4.enc 2025-10-10T02:10:54.6346030Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-1.enc 2025-10-10T02:10:54.6346770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/dingbats.enc 2025-10-10T02:10:54.6347690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp950.enc 2025-10-10T02:10:54.6348340Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1258.enc 2025-10-10T02:10:54.6349030Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp775.enc 2025-10-10T02:10:54.6350000Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-3.enc 2025-10-10T02:10:54.6350740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-2.enc 2025-10-10T02:10:54.6351490Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb2312-raw.enc 2025-10-10T02:10:54.6352140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCyrillic.enc 2025-10-10T02:10:54.6352900Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1256.enc 2025-10-10T02:10:54.6353550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb1988.enc 2025-10-10T02:10:54.6354160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ebcdic.enc 2025-10-10T02:10:54.6354790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-jp.enc 2025-10-10T02:10:54.6355610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-13.enc 2025-10-10T02:10:54.6356300Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/ksc5601.enc 2025-10-10T02:10:54.6357080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/big5.enc 2025-10-10T02:10:54.6357810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1257.enc 2025-10-10T02:10:54.6358420Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/gb2312.enc 2025-10-10T02:10:54.6359070Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1255.enc 2025-10-10T02:10:54.6359850Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp949.enc 2025-10-10T02:10:54.6360550Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-11.enc 2025-10-10T02:10:54.6361410Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-10.enc 2025-10-10T02:10:54.6362070Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1254.enc 2025-10-10T02:10:54.6362810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1250.enc 2025-10-10T02:10:54.6363560Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCentEuro.enc 2025-10-10T02:10:54.6364400Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-14.enc 2025-10-10T02:10:54.6365100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-9.enc 2025-10-10T02:10:54.6365810Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-kr.enc 2025-10-10T02:10:54.6366510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-8.enc 2025-10-10T02:10:54.6367260Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-15.enc 2025-10-10T02:10:54.6368280Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1251.enc 2025-10-10T02:10:54.6368710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1253.enc 2025-10-10T02:10:54.6369630Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso8859-16.enc 2025-10-10T02:10:54.6370570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp437.enc 2025-10-10T02:10:54.6371180Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp1252.enc 2025-10-10T02:10:54.6371890Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-u.enc 2025-10-10T02:10:54.6372530Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macThai.enc 2025-10-10T02:10:54.6373430Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/shiftjis.enc 2025-10-10T02:10:54.6374090Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp861.enc 2025-10-10T02:10:54.6374750Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macRomania.enc 2025-10-10T02:10:54.6375440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp860.enc 2025-10-10T02:10:54.6376020Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp874.enc 2025-10-10T02:10:54.6376710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cns11643.enc 2025-10-10T02:10:54.6377390Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-t.enc 2025-10-10T02:10:54.6378060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macRoman.enc 2025-10-10T02:10:54.6378800Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/jis0208.enc 2025-10-10T02:10:54.6379450Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp862.enc 2025-10-10T02:10:54.6380110Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/iso2022.enc 2025-10-10T02:10:54.6380880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macDingbats.enc 2025-10-10T02:10:54.6381540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp863.enc 2025-10-10T02:10:54.6382150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp866.enc 2025-10-10T02:10:54.6382850Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-r.enc 2025-10-10T02:10:54.6383560Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp737.enc 2025-10-10T02:10:54.6384230Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/koi8-ru.enc 2025-10-10T02:10:54.6384900Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp864.enc 2025-10-10T02:10:54.6385820Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/macCroatian.enc 2025-10-10T02:10:54.6386480Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/euc-cn.enc 2025-10-10T02:10:54.6387090Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/encoding/cp865.enc 2025-10-10T02:10:54.6387740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/opt0.4/optparse.tcl 2025-10-10T02:10:54.6388420Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/opt0.4/pkgIndex.tcl 2025-10-10T02:10:54.6388970Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tclIndex 2025-10-10T02:10:54.6389610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kok.msg 2025-10-10T02:10:54.6390430Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sw.msg 2025-10-10T02:10:54.6391270Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pl.msg 2025-10-10T02:10:54.6391850Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa.msg 2025-10-10T02:10:54.6392440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de_at.msg 2025-10-10T02:10:54.6393130Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_bo.msg 2025-10-10T02:10:54.6393870Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/el.msg 2025-10-10T02:10:54.6394520Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sv.msg 2025-10-10T02:10:54.6395140Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gl_es.msg 2025-10-10T02:10:54.6395880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_bw.msg 2025-10-10T02:10:54.6396870Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_ca.msg 2025-10-10T02:10:54.6397710Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_be.msg 2025-10-10T02:10:54.6398260Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hi.msg 2025-10-10T02:10:54.6398760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ja.msg 2025-10-10T02:10:54.6399370Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eo.msg 2025-10-10T02:10:54.6399960Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pt_br.msg 2025-10-10T02:10:54.6400600Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bn_in.msg 2025-10-10T02:10:54.6401260Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ru_ua.msg 2025-10-10T02:10:54.6401850Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ca.msg 2025-10-10T02:10:54.6402410Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_be.msg 2025-10-10T02:10:54.6402930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sq.msg 2025-10-10T02:10:54.6403480Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ru.msg 2025-10-10T02:10:54.6404080Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_cl.msg 2025-10-10T02:10:54.6404640Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kw.msg 2025-10-10T02:10:54.6405170Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ar.msg 2025-10-10T02:10:54.6405740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_in.msg 2025-10-10T02:10:54.6406320Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_zw.msg 2025-10-10T02:10:54.6406870Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sr.msg 2025-10-10T02:10:54.6407440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/it_ch.msg 2025-10-10T02:10:54.6408050Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_co.msg 2025-10-10T02:10:54.6408580Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gv.msg 2025-10-10T02:10:54.6409280Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr.msg 2025-10-10T02:10:54.6410250Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ga.msg 2025-10-10T02:10:54.6410920Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ni.msg 2025-10-10T02:10:54.6411620Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_za.msg 2025-10-10T02:10:54.6412160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/af.msg 2025-10-10T02:10:54.6412770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_hn.msg 2025-10-10T02:10:54.6413430Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/lv.msg 2025-10-10T02:10:54.6414020Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mr.msg 2025-10-10T02:10:54.6414580Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ms.msg 2025-10-10T02:10:54.6415340Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar.msg 2025-10-10T02:10:54.6416040Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_do.msg 2025-10-10T02:10:54.6416610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_gt.msg 2025-10-10T02:10:54.6417160Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/lt.msg 2025-10-10T02:10:54.6417760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/te.msg 2025-10-10T02:10:54.6418400Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/tr.msg 2025-10-10T02:10:54.6419010Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ie.msg 2025-10-10T02:10:54.6419780Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nl_be.msg 2025-10-10T02:10:54.6420350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_py.msg 2025-10-10T02:10:54.6421000Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ta.msg 2025-10-10T02:10:54.6421580Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/vi.msg 2025-10-10T02:10:54.6422110Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mt.msg 2025-10-10T02:10:54.6422650Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nn.msg 2025-10-10T02:10:54.6423240Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_sv.msg 2025-10-10T02:10:54.6423770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nl.msg 2025-10-10T02:10:54.6424320Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bn.msg 2025-10-10T02:10:54.6425060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_lb.msg 2025-10-10T02:10:54.6425540Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh.msg 2025-10-10T02:10:54.6426170Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa_in.msg 2025-10-10T02:10:54.6426840Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ko_kr.msg 2025-10-10T02:10:54.6427510Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_in.msg 2025-10-10T02:10:54.6428220Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pa.msg 2025-10-10T02:10:54.6428880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/te_in.msg 2025-10-10T02:10:54.6429500Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/uk.msg 2025-10-10T02:10:54.6430070Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_hk.msg 2025-10-10T02:10:54.6430790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_hk.msg 2025-10-10T02:10:54.6431440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ga_ie.msg 2025-10-10T02:10:54.6432220Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/cs.msg 2025-10-10T02:10:54.6432770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ec.msg 2025-10-10T02:10:54.6433450Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/nb.msg 2025-10-10T02:10:54.6434150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hi_in.msg 2025-10-10T02:10:54.6434680Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/af_za.msg 2025-10-10T02:10:54.6435250Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fo_fo.msg 2025-10-10T02:10:54.6435830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fa_ir.msg 2025-10-10T02:10:54.6436460Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/th.msg 2025-10-10T02:10:54.6437100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ca.msg 2025-10-10T02:10:54.6437770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/be.msg 2025-10-10T02:10:54.6438460Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mk.msg 2025-10-10T02:10:54.6439190Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kok_in.msg 2025-10-10T02:10:54.6439830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_gb.msg 2025-10-10T02:10:54.6440630Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_sg.msg 2025-10-10T02:10:54.6441330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_sg.msg 2025-10-10T02:10:54.6441890Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kw_gb.msg 2025-10-10T02:10:54.6442470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/bg.msg 2025-10-10T02:10:54.6443050Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pe.msg 2025-10-10T02:10:54.6443690Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_pr.msg 2025-10-10T02:10:54.6444260Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_ph.msg 2025-10-10T02:10:54.6445100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ms_my.msg 2025-10-10T02:10:54.6445740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_uy.msg 2025-10-10T02:10:54.6446330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/mr_in.msg 2025-10-10T02:10:54.6446910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gv_gb.msg 2025-10-10T02:10:54.6447530Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_sy.msg 2025-10-10T02:10:54.6448270Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/gl.msg 2025-10-10T02:10:54.6448790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es.msg 2025-10-10T02:10:54.6449330Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ko.msg 2025-10-10T02:10:54.6450000Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hu.msg 2025-10-10T02:10:54.6450590Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/da.msg 2025-10-10T02:10:54.6451150Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fi.msg 2025-10-10T02:10:54.6451850Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sh.msg 2025-10-10T02:10:54.6452570Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fr_ch.msg 2025-10-10T02:10:54.6453170Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ar_jo.msg 2025-10-10T02:10:54.6453880Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/is.msg 2025-10-10T02:10:54.6454470Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kl.msg 2025-10-10T02:10:54.6455100Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de_be.msg 2025-10-10T02:10:54.6455770Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/id.msg 2025-10-10T02:10:54.6456310Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sk.msg 2025-10-10T02:10:54.6456990Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ro.msg 2025-10-10T02:10:54.6457660Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_cn.msg 2025-10-10T02:10:54.6458350Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/id_id.msg 2025-10-10T02:10:54.6458960Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eu_es.msg 2025-10-10T02:10:54.6459610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/pt.msg 2025-10-10T02:10:54.6460220Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/eu.msg 2025-10-10T02:10:54.6460930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_cr.msg 2025-10-10T02:10:54.6461450Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/ta_in.msg 2025-10-10T02:10:54.6462170Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/he.msg 2025-10-10T02:10:54.6462800Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/hr.msg 2025-10-10T02:10:54.6463380Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_mx.msg 2025-10-10T02:10:54.6463930Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/et.msg 2025-10-10T02:10:54.6464490Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/fo.msg 2025-10-10T02:10:54.6465050Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/es_ve.msg 2025-10-10T02:10:54.6465790Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/zh_tw.msg 2025-10-10T02:10:54.6466400Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/sl.msg 2025-10-10T02:10:54.6466910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/de.msg 2025-10-10T02:10:54.6467400Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/it.msg 2025-10-10T02:10:54.6467900Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_au.msg 2025-10-10T02:10:54.6468400Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/kl_gl.msg 2025-10-10T02:10:54.6468910Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/msgs/en_nz.msg 2025-10-10T02:10:54.6469360Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/safe.tcl 2025-10-10T02:10:54.6469820Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/parray.tcl 2025-10-10T02:10:54.6470310Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/tclAppInit.c 2025-10-10T02:10:54.6470780Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/package.tcl 2025-10-10T02:10:54.6471230Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/auto.tcl 2025-10-10T02:10:54.6471760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/http1.0/http.tcl 2025-10-10T02:10:54.6472320Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/http1.0/pkgIndex.tcl 2025-10-10T02:10:54.6472740Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8.6/init.tcl 2025-10-10T02:10:54.6473240Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.73.dylib 2025-10-10T02:10:54.6473710Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.a 2025-10-10T02:10:54.6474200Z /opt/homebrew/Caskroom/miniconda/base/lib/libform.dylib 2025-10-10T02:10:54.6474670Z /opt/homebrew/Caskroom/miniconda/base/lib/terminfo 2025-10-10T02:10:54.6475170Z /opt/homebrew/Caskroom/miniconda/base/lib/libssh2.dylib 2025-10-10T02:10:54.6475680Z /opt/homebrew/Caskroom/miniconda/base/lib/libtkstub8.6.a 2025-10-10T02:10:54.6476240Z /opt/homebrew/Caskroom/miniconda/base/lib/libicudata.73.1.dylib 2025-10-10T02:10:54.6476790Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutest.73.1.dylib 2025-10-10T02:10:54.6477320Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolvext.1.dylib 2025-10-10T02:10:54.6477880Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.5.6.4.dylib 2025-10-10T02:10:54.6478430Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.73.1.dylib 2025-10-10T02:10:54.6479000Z /opt/homebrew/Caskroom/miniconda/base/lib/libcrypto.dylib 2025-10-10T02:10:54.6479460Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest_main.1.11.0.dylib 2025-10-10T02:10:54.6479860Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.a 2025-10-10T02:10:54.6480290Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.dylib 2025-10-10T02:10:54.6480780Z /opt/homebrew/Caskroom/miniconda/base/lib/libyaml-cpp.dylib 2025-10-10T02:10:54.6481210Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest.dylib 2025-10-10T02:10:54.6481740Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.23.dylib 2025-10-10T02:10:54.6482180Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.a 2025-10-10T02:10:54.6482680Z /opt/homebrew/Caskroom/miniconda/base/lib/tclConfig.sh 2025-10-10T02:10:54.6483490Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.14.2.4.dylib 2025-10-10T02:10:54.6484100Z /opt/homebrew/Caskroom/miniconda/base/lib/libnghttp2.14.dylib 2025-10-10T02:10:54.6484710Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.1.5.6.dylib 2025-10-10T02:10:54.6485210Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.a 2025-10-10T02:10:54.6485850Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuuc.a 2025-10-10T02:10:54.6486460Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.1.10.2.dylib 2025-10-10T02:10:54.6487050Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-32.a 2025-10-10T02:10:54.6487570Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.a 2025-10-10T02:10:54.6488160Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.a 2025-10-10T02:10:54.6488950Z /opt/homebrew/Caskroom/miniconda/base/lib/libsimdjson.dylib 2025-10-10T02:10:54.6489550Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.dylib 2025-10-10T02:10:54.6490150Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.8.dylib 2025-10-10T02:10:54.6490680Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.dylib 2025-10-10T02:10:54.6491460Z /opt/homebrew/Caskroom/miniconda/base/lib/ossl-modules/legacy.dylib 2025-10-10T02:10:54.6492040Z /opt/homebrew/Caskroom/miniconda/base/lib/libssl.a 2025-10-10T02:10:54.6492870Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.8.3.dylib 2025-10-10T02:10:54.6493500Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.3.dylib 2025-10-10T02:10:54.6494010Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenuw.6.dylib 2025-10-10T02:10:54.6494660Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.dylib 2025-10-10T02:10:54.6495340Z /opt/homebrew/Caskroom/miniconda/base/lib/libicuio.73.dylib 2025-10-10T02:10:54.6495920Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.dylib 2025-10-10T02:10:54.6496480Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.dylib 2025-10-10T02:10:54.6496960Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.dylib 2025-10-10T02:10:54.6497620Z /opt/homebrew/Caskroom/miniconda/base/lib/libicui18n.dylib 2025-10-10T02:10:54.6498470Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/tdbcpostgres.tcl 2025-10-10T02:10:54.6499240Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/pkgIndex.tcl 2025-10-10T02:10:54.6500150Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbcpostgres1.1.9/libtdbcpostgres1.1.9.dylib 2025-10-10T02:10:54.6500680Z /opt/homebrew/Caskroom/miniconda/base/lib/libncursesw.6.dylib 2025-10-10T02:10:54.6501310Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.3.50.2.dylib 2025-10-10T02:10:54.6501840Z /opt/homebrew/Caskroom/miniconda/base/lib/libcurl.4.dylib 2025-10-10T02:10:54.6502290Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.a 2025-10-10T02:10:54.6503200Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/libtdbcstub1.1.9.a 2025-10-10T02:10:54.6503960Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/libtdbc1.1.9.dylib 2025-10-10T02:10:54.6504530Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/pkgIndex.tcl 2025-10-10T02:10:54.6505070Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/tdbc.tcl 2025-10-10T02:10:54.6505680Z /opt/homebrew/Caskroom/miniconda/base/lib/tdbc1.1.9/tdbcConfig.sh 2025-10-10T02:10:54.6506380Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.7.dylib 2025-10-10T02:10:54.6507170Z /opt/homebrew/Caskroom/miniconda/base/lib/liblz4.1.dylib 2025-10-10T02:10:54.6507880Z /opt/homebrew/Caskroom/miniconda/base/lib/libicutu.73.dylib 2025-10-10T02:10:54.6508310Z /opt/homebrew/Caskroom/miniconda/base/lib/Tk.icns 2025-10-10T02:10:54.6509080Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-8.dylib 2025-10-10T02:10:54.6509690Z /opt/homebrew/Caskroom/miniconda/base/lib/tclooConfig.sh 2025-10-10T02:10:54.6510290Z /opt/homebrew/Caskroom/miniconda/base/lib/libfmt.9.1.0.dylib 2025-10-10T02:10:54.6510920Z /opt/homebrew/Caskroom/miniconda/base/lib/libc++.1.dylib 2025-10-10T02:10:54.6511620Z /opt/homebrew/Caskroom/miniconda/base/lib/libarchive.13.dylib 2025-10-10T02:10:54.6512320Z /opt/homebrew/Caskroom/miniconda/base/lib/libnghttp2.dylib 2025-10-10T02:10:54.6512870Z /opt/homebrew/Caskroom/miniconda/base/lib/liblzma.5.dylib 2025-10-10T02:10:54.6513520Z /opt/homebrew/Caskroom/miniconda/base/lib/libtk8.6.dylib 2025-10-10T02:10:54.6514010Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.a 2025-10-10T02:10:54.6514490Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanel.a 2025-10-10T02:10:54.6515240Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.1.dylib 2025-10-10T02:10:54.6515920Z /opt/homebrew/Caskroom/miniconda/base/lib/libcharset.dylib 2025-10-10T02:10:54.6516550Z /opt/homebrew/Caskroom/miniconda/base/lib/libmpdec.4.dylib 2025-10-10T02:10:54.6517050Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.a 2025-10-10T02:10:54.6517750Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.6.dylib 2025-10-10T02:10:54.6518270Z /opt/homebrew/Caskroom/miniconda/base/lib/libiconv.a 2025-10-10T02:10:54.6518860Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.8.dylib 2025-10-10T02:10:54.6519410Z /opt/homebrew/Caskroom/miniconda/base/lib/libsqlite3.dylib 2025-10-10T02:10:54.6519950Z /opt/homebrew/Caskroom/miniconda/base/lib/libffi.a 2025-10-10T02:10:54.6520580Z /opt/homebrew/Caskroom/miniconda/base/lib/tkConfig.sh 2025-10-10T02:10:54.6521170Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.dylib 2025-10-10T02:10:54.6521870Z /opt/homebrew/Caskroom/miniconda/base/lib/libgtest_main.dylib 2025-10-10T02:10:54.6522380Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfo.a 2025-10-10T02:10:54.6523060Z /opt/homebrew/Caskroom/miniconda/base/lib/libspdlog.1.11.dylib 2025-10-10T02:10:54.6523530Z /opt/homebrew/Caskroom/miniconda/base/lib/libev.4.dylib 2025-10-10T02:10:54.6524040Z /opt/homebrew/Caskroom/miniconda/base/lib/libzstd.dylib 2025-10-10T02:10:54.6524580Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.dylib 2025-10-10T02:10:54.6525100Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc.dylib 2025-10-10T02:10:54.6525720Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.6.dylib 2025-10-10T02:10:54.6526210Z /opt/homebrew/Caskroom/miniconda/base/lib/libhistory.a 2025-10-10T02:10:54.6526820Z /opt/homebrew/Caskroom/miniconda/base/lib/libexpat.1.dylib 2025-10-10T02:10:54.6527370Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock.dylib 2025-10-10T02:10:54.6528000Z /opt/homebrew/Caskroom/miniconda/base/lib/libreadline.dylib 2025-10-10T02:10:54.6528660Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock_main.dylib 2025-10-10T02:10:54.6529260Z /opt/homebrew/Caskroom/miniconda/base/lib/libreproc++.14.2.4.dylib 2025-10-10T02:10:54.6529870Z /opt/homebrew/Caskroom/miniconda/base/lib/libz.1.dylib 2025-10-10T02:10:54.6530370Z /opt/homebrew/Caskroom/miniconda/base/lib/libncurses.a 2025-10-10T02:10:54.6530910Z /opt/homebrew/Caskroom/miniconda/base/lib/libtinfow.dylib 2025-10-10T02:10:54.6531490Z /opt/homebrew/Caskroom/miniconda/base/lib/libmamba.dylib 2025-10-10T02:10:54.6532270Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.uuid 2025-10-10T02:10:54.6533060Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/tdbc/sqlite3-1.1.9.tm 2025-10-10T02:10:54.6533760Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.6/http-2.9.8.tm 2025-10-10T02:10:54.6534440Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.4/platform/shell-1.1.4.tm 2025-10-10T02:10:54.6535190Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.4/platform-1.0.19.tm 2025-10-10T02:10:54.6535830Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.5/msgcat-1.6.1.tm 2025-10-10T02:10:54.6536610Z /opt/homebrew/Caskroom/miniconda/base/lib/tcl8/8.5/tcltest-2.5.8.tm 2025-10-10T02:10:54.6537200Z /opt/homebrew/Caskroom/miniconda/base/lib/libsolv.dylib 2025-10-10T02:10:54.6537880Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/pkgdata.inc 2025-10-10T02:10:54.6538540Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/current 2025-10-10T02:10:54.6539120Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/73.1/pkgdata.inc 2025-10-10T02:10:54.6539710Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/73.1/Makefile.inc 2025-10-10T02:10:54.6540230Z /opt/homebrew/Caskroom/miniconda/base/lib/icu/Makefile.inc 2025-10-10T02:10:54.6540910Z /opt/homebrew/Caskroom/miniconda/base/lib/libgmock_main.1.11.0.dylib 2025-10-10T02:10:54.6541460Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itcl.tcl 2025-10-10T02:10:54.6542210Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclConfig.sh 2025-10-10T02:10:54.6542890Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/libitcl4.3.0.dylib 2025-10-10T02:10:54.6543630Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/pkgIndex.tcl 2025-10-10T02:10:54.6544260Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclHullCmds.tcl 2025-10-10T02:10:54.6544840Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/itclWidget.tcl 2025-10-10T02:10:54.6545550Z /opt/homebrew/Caskroom/miniconda/base/lib/itcl4.3.0/libitclstub4.3.0.a 2025-10-10T02:10:54.6546110Z /opt/homebrew/Caskroom/miniconda/base/lib/libformw.6.dylib 2025-10-10T02:10:54.6546740Z /opt/homebrew/Caskroom/miniconda/base/lib/libmenu.dylib 2025-10-10T02:10:54.6547390Z /opt/homebrew/Caskroom/miniconda/base/lib/libpcre2-posix.dylib 2025-10-10T02:10:54.6548010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shutil.py 2025-10-10T02:10:54.6548650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tempfile.py 2025-10-10T02:10:54.6549610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/termios.cpython-313-darwin.so 2025-10-10T02:10:54.6550780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testlimitedcapi.cpython-313-darwin.so 2025-10-10T02:10:54.6551640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/zlib.cpython-313-darwin.so 2025-10-10T02:10:54.6552540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/unicodedata.cpython-313-darwin.so 2025-10-10T02:10:54.6553560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ctypes_test.cpython-313-darwin.so 2025-10-10T02:10:54.6554620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpchannels.cpython-313-darwin.so 2025-10-10T02:10:54.6555810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_bisect.cpython-313-darwin.so 2025-10-10T02:10:54.6556880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_asyncio.cpython-313-darwin.so 2025-10-10T02:10:54.6557920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-darwin.so 2025-10-10T02:10:54.6558940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-darwin.so 2025-10-10T02:10:54.6559820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxlimited_35.cpython-313-darwin.so 2025-10-10T02:10:54.6560720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testcapi.cpython-313-darwin.so 2025-10-10T02:10:54.6561750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpqueues.cpython-313-darwin.so 2025-10-10T02:10:54.6562720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxsubtype.cpython-313-darwin.so 2025-10-10T02:10:54.6563740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-darwin.so 2025-10-10T02:10:54.6564650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/select.cpython-313-darwin.so 2025-10-10T02:10:54.6565740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_lzma.cpython-313-darwin.so 2025-10-10T02:10:54.6566420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/pyexpat.cpython-313-darwin.so 2025-10-10T02:10:54.6567410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/readline.cpython-313-darwin.so 2025-10-10T02:10:54.6568210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/syslog.cpython-313-darwin.so 2025-10-10T02:10:54.6569220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_pickle.cpython-313-darwin.so 2025-10-10T02:10:54.6570030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/array.cpython-313-darwin.so 2025-10-10T02:10:54.6571160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_interpreters.cpython-313-darwin.so 2025-10-10T02:10:54.6572170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_struct.cpython-313-darwin.so 2025-10-10T02:10:54.6573100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_blake2.cpython-313-darwin.so 2025-10-10T02:10:54.6573900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_queue.cpython-313-darwin.so 2025-10-10T02:10:54.6574960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testbuffer.cpython-313-darwin.so 2025-10-10T02:10:54.6576080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_posixshmem.cpython-313-darwin.so 2025-10-10T02:10:54.6576950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha1.cpython-313-darwin.so 2025-10-10T02:10:54.6577870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_zoneinfo.cpython-313-darwin.so 2025-10-10T02:10:54.6579000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testimportmultiple.cpython-313-darwin.so 2025-10-10T02:10:54.6579900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_hashlib.cpython-313-darwin.so 2025-10-10T02:10:54.6580740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/grp.cpython-313-darwin.so 2025-10-10T02:10:54.6581660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_curses_panel.cpython-313-darwin.so 2025-10-10T02:10:54.6582500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_socket.cpython-313-darwin.so 2025-10-10T02:10:54.6583390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_decimal.cpython-313-darwin.so 2025-10-10T02:10:54.6584370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/xxlimited.cpython-313-darwin.so 2025-10-10T02:10:54.6585360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_tkinter.cpython-313-darwin.so 2025-10-10T02:10:54.6586500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_statistics.cpython-313-darwin.so 2025-10-10T02:10:54.6587440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_csv.cpython-313-darwin.so 2025-10-10T02:10:54.6588410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ssl.cpython-313-darwin.so 2025-10-10T02:10:54.6589480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha3.cpython-313-darwin.so 2025-10-10T02:10:54.6590280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/fcntl.cpython-313-darwin.so 2025-10-10T02:10:54.6591410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_opcode.cpython-313-darwin.so 2025-10-10T02:10:54.6592410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-darwin.so 2025-10-10T02:10:54.6593390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-darwin.so 2025-10-10T02:10:54.6594480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_heapq.cpython-313-darwin.so 2025-10-10T02:10:54.6595460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_uuid.cpython-313-darwin.so 2025-10-10T02:10:54.6596320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sqlite3.cpython-313-darwin.so 2025-10-10T02:10:54.6597360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_scproxy.cpython-313-darwin.so 2025-10-10T02:10:54.6598210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_md5.cpython-313-darwin.so 2025-10-10T02:10:54.6599350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_multiprocessing.cpython-313-darwin.so 2025-10-10T02:10:54.6600490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_elementtree.cpython-313-darwin.so 2025-10-10T02:10:54.6601460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/cmath.cpython-313-darwin.so 2025-10-10T02:10:54.6602450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_random.cpython-313-darwin.so 2025-10-10T02:10:54.6603560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testinternalcapi.cpython-313-darwin.so 2025-10-10T02:10:54.6604510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testexternalinspection.cpython-313-darwin.so 2025-10-10T02:10:54.6605470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/resource.cpython-313-darwin.so 2025-10-10T02:10:54.6606300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_lsprof.cpython-313-darwin.so 2025-10-10T02:10:54.6607370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testclinic_limited.cpython-313-darwin.so 2025-10-10T02:10:54.6608210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-darwin.so 2025-10-10T02:10:54.6609070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_contextvars.cpython-313-darwin.so 2025-10-10T02:10:54.6610040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/binascii.cpython-313-darwin.so 2025-10-10T02:10:54.6610890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_json.cpython-313-darwin.so 2025-10-10T02:10:54.6612060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_bz2.cpython-313-darwin.so 2025-10-10T02:10:54.6613110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-darwin.so 2025-10-10T02:10:54.6613990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_ctypes.cpython-313-darwin.so 2025-10-10T02:10:54.6614810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/mmap.cpython-313-darwin.so 2025-10-10T02:10:54.6615920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_datetime.cpython-313-darwin.so 2025-10-10T02:10:54.6616840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testclinic.cpython-313-darwin.so 2025-10-10T02:10:54.6617620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_sha2.cpython-313-darwin.so 2025-10-10T02:10:54.6618620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_xxtestfuzz.cpython-313-darwin.so 2025-10-10T02:10:54.6619760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testmultiphase.cpython-313-darwin.so 2025-10-10T02:10:54.6620620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/math.cpython-313-darwin.so 2025-10-10T02:10:54.6621640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_testsinglephase.cpython-313-darwin.so 2025-10-10T02:10:54.6622550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-darwin.so 2025-10-10T02:10:54.6623510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_curses.cpython-313-darwin.so 2025-10-10T02:10:54.6624340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lib-dynload/_dbm.cpython-313-darwin.so 2025-10-10T02:10:54.6625050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_romanian.py 2025-10-10T02:10:54.6626150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_farsi.py 2025-10-10T02:10:54.6626820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/idna.py 2025-10-10T02:10:54.6627500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp273.py 2025-10-10T02:10:54.6628340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/punycode.py 2025-10-10T02:10:54.6629140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/raw_unicode_escape.py 2025-10-10T02:10:54.6629660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_8.py 2025-10-10T02:10:54.6630240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1252.py 2025-10-10T02:10:54.6630790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp869.py 2025-10-10T02:10:54.6631460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_14.py 2025-10-10T02:10:54.6632080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_2.py 2025-10-10T02:10:54.6632670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_arabic.py 2025-10-10T02:10:54.6633340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_croatian.py 2025-10-10T02:10:54.6633970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/big5hkscs.py 2025-10-10T02:10:54.6634630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1256.py 2025-10-10T02:10:54.6635240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_6.py 2025-10-10T02:10:54.6635900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_10.py 2025-10-10T02:10:54.6636550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_kr.py 2025-10-10T02:10:54.6637130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1140.py 2025-10-10T02:10:54.6637740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1125.py 2025-10-10T02:10:54.6638420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_1.py 2025-10-10T02:10:54.6639030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1257.py 2025-10-10T02:10:54.6639640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp949.py 2025-10-10T02:10:54.6640240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp858.py 2025-10-10T02:10:54.6640900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_7.py 2025-10-10T02:10:54.6641550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_11.py 2025-10-10T02:10:54.6642240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hp_roman8.py 2025-10-10T02:10:54.6642790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_r.py 2025-10-10T02:10:54.6643420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/zlib_codec.py 2025-10-10T02:10:54.6643950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gbk.py 2025-10-10T02:10:54.6644550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/johab.py 2025-10-10T02:10:54.6645170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1253.py 2025-10-10T02:10:54.6645820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_15.py 2025-10-10T02:10:54.6646500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_2004.py 2025-10-10T02:10:54.6647150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_iceland.py 2025-10-10T02:10:54.6647770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_3.py 2025-10-10T02:10:54.6648530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_greek.py 2025-10-10T02:10:54.6649010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/rot_13.py 2025-10-10T02:10:54.6649570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16_be.py 2025-10-10T02:10:54.6650130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_kr.py 2025-10-10T02:10:54.6650780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jisx0213.py 2025-10-10T02:10:54.6651320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp863.py 2025-10-10T02:10:54.6651890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/ascii.py 2025-10-10T02:10:54.6652590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_8.py 2025-10-10T02:10:54.6653030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp857.py 2025-10-10T02:10:54.6653640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32_be.py 2025-10-10T02:10:54.6654200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1258.py 2025-10-10T02:10:54.6654810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/oem.py 2025-10-10T02:10:54.6655400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_latin2.py 2025-10-10T02:10:54.6655950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp775.py 2025-10-10T02:10:54.6656540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_roman.py 2025-10-10T02:10:54.6657140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__init__.py 2025-10-10T02:10:54.6657700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp852.py 2025-10-10T02:10:54.6658430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jisx0213.py 2025-10-10T02:10:54.6658930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp866.py 2025-10-10T02:10:54.6660020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_7.py 2025-10-10T02:10:54.6660680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/base64_codec.py 2025-10-10T02:10:54.6661490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp500.cpython-313.pyc 2025-10-10T02:10:54.6662270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp861.cpython-313.pyc 2025-10-10T02:10:54.6663100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_8.cpython-313.pyc 2025-10-10T02:10:54.6664050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_8_sig.cpython-313.pyc 2025-10-10T02:10:54.6665070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_u.cpython-313.pyc 2025-10-10T02:10:54.6665980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mbcs.cpython-313.pyc 2025-10-10T02:10:54.6666930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_7.cpython-313.pyc 2025-10-10T02:10:54.6667850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_3.cpython-313.pyc 2025-10-10T02:10:54.6669020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jisx0213.cpython-313.pyc 2025-10-10T02:10:54.6669960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jis.cpython-313.pyc 2025-10-10T02:10:54.6670920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gbk.cpython-313.pyc 2025-10-10T02:10:54.6671930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp273.cpython-313.pyc 2025-10-10T02:10:54.6672950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1256.cpython-313.pyc 2025-10-10T02:10:54.6674050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_turkish.cpython-313.pyc 2025-10-10T02:10:54.6674950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32_be.cpython-313.pyc 2025-10-10T02:10:54.6676080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/unicode_escape.cpython-313.pyc 2025-10-10T02:10:54.6676920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp869.cpython-313.pyc 2025-10-10T02:10:54.6677930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/punycode.cpython-313.pyc 2025-10-10T02:10:54.6678960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/charmap.cpython-313.pyc 2025-10-10T02:10:54.6680000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gb18030.cpython-313.pyc 2025-10-10T02:10:54.6681040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/big5.cpython-313.pyc 2025-10-10T02:10:54.6682140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1251.cpython-313.pyc 2025-10-10T02:10:54.6682930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/ascii.cpython-313.pyc 2025-10-10T02:10:54.6683830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1006.cpython-313.pyc 2025-10-10T02:10:54.6684740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_r.cpython-313.pyc 2025-10-10T02:10:54.6685860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_10.cpython-313.pyc 2025-10-10T02:10:54.6686850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp424.cpython-313.pyc 2025-10-10T02:10:54.6687730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/big5hkscs.cpython-313.pyc 2025-10-10T02:10:54.6688730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jp.cpython-313.pyc 2025-10-10T02:10:54.6689790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc 2025-10-10T02:10:54.6690800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp866.cpython-313.pyc 2025-10-10T02:10:54.6691950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1125.cpython-313.pyc 2025-10-10T02:10:54.6693020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1250.cpython-313.pyc 2025-10-10T02:10:54.6694000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_farsi.cpython-313.pyc 2025-10-10T02:10:54.6694910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/idna.cpython-313.pyc 2025-10-10T02:10:54.6696040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp855.cpython-313.pyc 2025-10-10T02:10:54.6697060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_latin2.cpython-313.pyc 2025-10-10T02:10:54.6698120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_greek.cpython-313.pyc 2025-10-10T02:10:54.6698960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hz.cpython-313.pyc 2025-10-10T02:10:54.6699940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_1.cpython-313.pyc 2025-10-10T02:10:54.6700970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_11.cpython-313.pyc 2025-10-10T02:10:54.6701960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/latin_1.cpython-313.pyc 2025-10-10T02:10:54.6702980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp775.cpython-313.pyc 2025-10-10T02:10:54.6703900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/ptcp154.cpython-313.pyc 2025-10-10T02:10:54.6704860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp860.cpython-313.pyc 2025-10-10T02:10:54.6705780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/palmos.cpython-313.pyc 2025-10-10T02:10:54.6706730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1258.cpython-313.pyc 2025-10-10T02:10:54.6707640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_7.cpython-313.pyc 2025-10-10T02:10:54.6708810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp.cpython-313.pyc 2025-10-10T02:10:54.6709710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_9.cpython-313.pyc 2025-10-10T02:10:54.6710680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1140.cpython-313.pyc 2025-10-10T02:10:54.6711680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/bz2_codec.cpython-313.pyc 2025-10-10T02:10:54.6712640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/oem.cpython-313.pyc 2025-10-10T02:10:54.6713640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc 2025-10-10T02:10:54.6714600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hex_codec.cpython-313.pyc 2025-10-10T02:10:54.6715570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/koi8_t.cpython-313.pyc 2025-10-10T02:10:54.6716680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_16.cpython-313.pyc 2025-10-10T02:10:54.6717730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_2.cpython-313.pyc 2025-10-10T02:10:54.6718850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_6.cpython-313.pyc 2025-10-10T02:10:54.6719930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_cyrillic.cpython-313.pyc 2025-10-10T02:10:54.6720860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/shift_jis_2004.cpython-313.pyc 2025-10-10T02:10:54.6721910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp852.cpython-313.pyc 2025-10-10T02:10:54.6722760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1257.cpython-313.pyc 2025-10-10T02:10:54.6723810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32_le.cpython-313.pyc 2025-10-10T02:10:54.6724690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_3.cpython-313.pyc 2025-10-10T02:10:54.6725560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/rot_13.cpython-313.pyc 2025-10-10T02:10:54.6726730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_13.cpython-313.pyc 2025-10-10T02:10:54.6727990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/zlib_codec.cpython-313.pyc 2025-10-10T02:10:54.6728890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1252.cpython-313.pyc 2025-10-10T02:10:54.6730020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp857.cpython-313.pyc 2025-10-10T02:10:54.6730970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp950.cpython-313.pyc 2025-10-10T02:10:54.6732140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jisx0213.cpython-313.pyc 2025-10-10T02:10:54.6733040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_romanian.cpython-313.pyc 2025-10-10T02:10:54.6734130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_croatian.cpython-313.pyc 2025-10-10T02:10:54.6735140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp865.cpython-313.pyc 2025-10-10T02:10:54.6736070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_iceland.cpython-313.pyc 2025-10-10T02:10:54.6736930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp858.cpython-313.pyc 2025-10-10T02:10:54.6738050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/base64_codec.cpython-313.pyc 2025-10-10T02:10:54.6738950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp949.cpython-313.pyc 2025-10-10T02:10:54.6739940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/kz1048.cpython-313.pyc 2025-10-10T02:10:54.6740990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp862.cpython-313.pyc 2025-10-10T02:10:54.6742040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp737.cpython-313.pyc 2025-10-10T02:10:54.6743110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16_be.cpython-313.pyc 2025-10-10T02:10:54.6744030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1026.cpython-313.pyc 2025-10-10T02:10:54.6745070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp850.cpython-313.pyc 2025-10-10T02:10:54.6745900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_kr.cpython-313.pyc 2025-10-10T02:10:54.6746950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/tis_620.cpython-313.pyc 2025-10-10T02:10:54.6747930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1255.cpython-313.pyc 2025-10-10T02:10:54.6748930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/uu_codec.cpython-313.pyc 2025-10-10T02:10:54.6749890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp874.cpython-313.pyc 2025-10-10T02:10:54.6750870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_14.cpython-313.pyc 2025-10-10T02:10:54.6751760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_4.cpython-313.pyc 2025-10-10T02:10:54.6752760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/undefined.cpython-313.pyc 2025-10-10T02:10:54.6753950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_arabic.cpython-313.pyc 2025-10-10T02:10:54.6754910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp437.cpython-313.pyc 2025-10-10T02:10:54.6755870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp863.cpython-313.pyc 2025-10-10T02:10:54.6756900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16_le.cpython-313.pyc 2025-10-10T02:10:54.6757800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1254.cpython-313.pyc 2025-10-10T02:10:54.6763480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_32.cpython-313.pyc 2025-10-10T02:10:54.6763820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/hp_roman8.cpython-313.pyc 2025-10-10T02:10:54.6764030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_15.cpython-313.pyc 2025-10-10T02:10:54.6764230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp875.cpython-313.pyc 2025-10-10T02:10:54.6764430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_5.cpython-313.pyc 2025-10-10T02:10:54.6764630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/utf_16.cpython-313.pyc 2025-10-10T02:10:54.6765100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_1.cpython-313.pyc 2025-10-10T02:10:54.6766090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp720.cpython-313.pyc 2025-10-10T02:10:54.6767190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/johab.cpython-313.pyc 2025-10-10T02:10:54.6768110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso8859_2.cpython-313.pyc 2025-10-10T02:10:54.6769130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/gb2312.cpython-313.pyc 2025-10-10T02:10:54.6770050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/mac_roman.cpython-313.pyc 2025-10-10T02:10:54.6770930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp856.cpython-313.pyc 2025-10-10T02:10:54.6771930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_2004.cpython-313.pyc 2025-10-10T02:10:54.6772920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6773820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_kr.cpython-313.pyc 2025-10-10T02:10:54.6774770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp1253.cpython-313.pyc 2025-10-10T02:10:54.6775700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp864.cpython-313.pyc 2025-10-10T02:10:54.6776880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/raw_unicode_escape.cpython-313.pyc 2025-10-10T02:10:54.6777890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/euc_jis_2004.cpython-313.pyc 2025-10-10T02:10:54.6778870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/quopri_codec.cpython-313.pyc 2025-10-10T02:10:54.6779920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/iso2022_jp_ext.cpython-313.pyc 2025-10-10T02:10:54.6780820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp932.cpython-313.pyc 2025-10-10T02:10:54.6781780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/__pycache__/cp037.cpython-313.pyc 2025-10-10T02:10:54.6782420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp932.py 2025-10-10T02:10:54.6783130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp720.py 2025-10-10T02:10:54.6783860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp862.py 2025-10-10T02:10:54.6784680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp437.py 2025-10-10T02:10:54.6785300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/palmos.py 2025-10-10T02:10:54.6785980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_9.py 2025-10-10T02:10:54.6786530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp856.py 2025-10-10T02:10:54.6787090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/aliases.py 2025-10-10T02:10:54.6787670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/latin_1.py 2025-10-10T02:10:54.6788210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp875.py 2025-10-10T02:10:54.6788780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp950.py 2025-10-10T02:10:54.6789550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/unicode_escape.py 2025-10-10T02:10:54.6790020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp737.py 2025-10-10T02:10:54.6790560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp865.py 2025-10-10T02:10:54.6791140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/ptcp154.py 2025-10-10T02:10:54.6791700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/big5.py 2025-10-10T02:10:54.6792250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp424.py 2025-10-10T02:10:54.6792820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp861.py 2025-10-10T02:10:54.6793400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jp.py 2025-10-10T02:10:54.6793970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp855.py 2025-10-10T02:10:54.6794580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jis.py 2025-10-10T02:10:54.6795140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32_le.py 2025-10-10T02:10:54.6795720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp500.py 2025-10-10T02:10:54.6796380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/undefined.py 2025-10-10T02:10:54.6796860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp860.py 2025-10-10T02:10:54.6797430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/uu_codec.py 2025-10-10T02:10:54.6798100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16_le.py 2025-10-10T02:10:54.6798700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gb18030.py 2025-10-10T02:10:54.6799240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp874.py 2025-10-10T02:10:54.6799910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp850.py 2025-10-10T02:10:54.6800400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp864.py 2025-10-10T02:10:54.6801120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_32.py 2025-10-10T02:10:54.6801880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_u.py 2025-10-10T02:10:54.6802700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1254.py 2025-10-10T02:10:54.6803490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_2.py 2025-10-10T02:10:54.6804140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_16.py 2025-10-10T02:10:54.6804940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_4.py 2025-10-10T02:10:54.6805700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/euc_jis_2004.py 2025-10-10T02:10:54.6806380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mbcs.py 2025-10-10T02:10:54.6807070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1250.py 2025-10-10T02:10:54.6807870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/gb2312.py 2025-10-10T02:10:54.6808700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_16.py 2025-10-10T02:10:54.6809410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_cyrillic.py 2025-10-10T02:10:54.6810220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hex_codec.py 2025-10-10T02:10:54.6811010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/tis_620.py 2025-10-10T02:10:54.6811740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp037.py 2025-10-10T02:10:54.6812420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1006.py 2025-10-10T02:10:54.6813100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1251.py 2025-10-10T02:10:54.6813940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/mac_turkish.py 2025-10-10T02:10:54.6814750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_ext.py 2025-10-10T02:10:54.6815470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_1.py 2025-10-10T02:10:54.6816120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/hz.py 2025-10-10T02:10:54.6816950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/bz2_codec.py 2025-10-10T02:10:54.6817630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/quopri_codec.py 2025-10-10T02:10:54.6818390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/kz1048.py 2025-10-10T02:10:54.6819150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/utf_8_sig.py 2025-10-10T02:10:54.6819810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/koi8_t.py 2025-10-10T02:10:54.6820540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1255.py 2025-10-10T02:10:54.6821380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp_3.py 2025-10-10T02:10:54.6822150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/shift_jis_2004.py 2025-10-10T02:10:54.6822860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/cp1026.py 2025-10-10T02:10:54.6823660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/charmap.py 2025-10-10T02:10:54.6824480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_5.py 2025-10-10T02:10:54.6825210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso8859_13.py 2025-10-10T02:10:54.6825990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/encodings/iso2022_jp.py 2025-10-10T02:10:54.6826650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/queue.py 2025-10-10T02:10:54.6827260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyio.py 2025-10-10T02:10:54.6827860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pkgutil.py 2025-10-10T02:10:54.6828520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/lzma.py 2025-10-10T02:10:54.6829190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sitebuiltins.py 2025-10-10T02:10:54.6829760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/copyreg.py 2025-10-10T02:10:54.6830480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/rlcompleter.py 2025-10-10T02:10:54.6831210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_common.py 2025-10-10T02:10:54.6832000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__init__.py 2025-10-10T02:10:54.6832910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_common.cpython-313.pyc 2025-10-10T02:10:54.6833990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_zoneinfo.cpython-313.pyc 2025-10-10T02:10:54.6834900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/_tzpath.cpython-313.pyc 2025-10-10T02:10:54.6835860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6836490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_zoneinfo.py 2025-10-10T02:10:54.6837130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zoneinfo/_tzpath.py 2025-10-10T02:10:54.6837710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/gzip.py 2025-10-10T02:10:54.6838380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/_aix.py 2025-10-10T02:10:54.6839190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/wintypes.py 2025-10-10T02:10:54.6839800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/util.py 2025-10-10T02:10:54.6840610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__init__.py 2025-10-10T02:10:54.6841630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/_endian.cpython-313.pyc 2025-10-10T02:10:54.6842540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/wintypes.cpython-313.pyc 2025-10-10T02:10:54.6843520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/_aix.cpython-313.pyc 2025-10-10T02:10:54.6844190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.6845090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6845840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/_endian.py 2025-10-10T02:10:54.6846550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/dyld.py 2025-10-10T02:10:54.6847320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/framework.py 2025-10-10T02:10:54.6848110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/fetch_macholib 2025-10-10T02:10:54.6848900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__init__.py 2025-10-10T02:10:54.6850000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/dyld.cpython-313.pyc 2025-10-10T02:10:54.6850950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/dylib.cpython-313.pyc 2025-10-10T02:10:54.6852040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/framework.cpython-313.pyc 2025-10-10T02:10:54.6853020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6853760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/README.ctypes 2025-10-10T02:10:54.6854570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/fetch_macholib.bat 2025-10-10T02:10:54.6855550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ctypes/macholib/dylib.py 2025-10-10T02:10:54.6856340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ipaddress.py 2025-10-10T02:10:54.6857060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/trace.py 2025-10-10T02:10:54.6857780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/webbrowser.py 2025-10-10T02:10:54.6858440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_compat_pickle.py 2025-10-10T02:10:54.6859310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/signals.py 2025-10-10T02:10:54.6859970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/runner.py 2025-10-10T02:10:54.6860770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/suite.py 2025-10-10T02:10:54.6861440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/util.py 2025-10-10T02:10:54.6862190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__init__.py 2025-10-10T02:10:54.6863090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.6864130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/mock.cpython-313.pyc 2025-10-10T02:10:54.6865030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/result.cpython-313.pyc 2025-10-10T02:10:54.6866110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/signals.cpython-313.pyc 2025-10-10T02:10:54.6867050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/loader.cpython-313.pyc 2025-10-10T02:10:54.6867970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/runner.cpython-313.pyc 2025-10-10T02:10:54.6868870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.6869760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/case.cpython-313.pyc 2025-10-10T02:10:54.6870680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.6871600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/suite.cpython-313.pyc 2025-10-10T02:10:54.6872600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6873570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/_log.cpython-313.pyc 2025-10-10T02:10:54.6874630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__pycache__/async_case.cpython-313.pyc 2025-10-10T02:10:54.6875310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/result.py 2025-10-10T02:10:54.6876010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/loader.py 2025-10-10T02:10:54.6876700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/case.py 2025-10-10T02:10:54.6877320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/main.py 2025-10-10T02:10:54.6878140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/async_case.py 2025-10-10T02:10:54.6878870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/__main__.py 2025-10-10T02:10:54.6879490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/_log.py 2025-10-10T02:10:54.6880250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/unittest/mock.py 2025-10-10T02:10:54.6880920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dis.py 2025-10-10T02:10:54.6881570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bdb.py 2025-10-10T02:10:54.6882660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/python-config.py 2025-10-10T02:10:54.6883550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/config.c.in 2025-10-10T02:10:54.6884450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/install-sh 2025-10-10T02:10:54.6885380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.stdlib 2025-10-10T02:10:54.6886180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Makefile 2025-10-10T02:10:54.6887110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.bootstrap 2025-10-10T02:10:54.6887940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup 2025-10-10T02:10:54.6889440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/__pycache__/python-config.cpython-313.pyc 2025-10-10T02:10:54.6890110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/makesetup 2025-10-10T02:10:54.6890830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/config.c 2025-10-10T02:10:54.6891620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/Setup.local 2025-10-10T02:10:54.6892410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/config-3.13-darwin/python.o 2025-10-10T02:10:54.6893100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipapp.py 2025-10-10T02:10:54.6893600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/cmd.py 2025-10-10T02:10:54.6894420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tty.py 2025-10-10T02:10:54.6895190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/textpad.py 2025-10-10T02:10:54.6896060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/ascii.py 2025-10-10T02:10:54.6896800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__init__.py 2025-10-10T02:10:54.6897810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/ascii.cpython-313.pyc 2025-10-10T02:10:54.6898920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:54.6899800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/textpad.cpython-313.pyc 2025-10-10T02:10:54.6900860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6901670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/__pycache__/has_key.cpython-313.pyc 2025-10-10T02:10:54.6902240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/has_key.py 2025-10-10T02:10:54.6902890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/curses/panel.py 2025-10-10T02:10:54.6903610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tabnanny.py 2025-10-10T02:10:54.6904110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_py_abc.py 2025-10-10T02:10:54.6904890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/cProfile.py 2025-10-10T02:10:54.6905670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipimport.py 2025-10-10T02:10:54.6906340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/token.py 2025-10-10T02:10:54.6907040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/textwrap.py 2025-10-10T02:10:54.6907590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/base64.py 2025-10-10T02:10:54.6908290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_markupbase.py 2025-10-10T02:10:54.6908920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bz2.py 2025-10-10T02:10:54.6909710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_types.py 2025-10-10T02:10:54.6910490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__init__.py 2025-10-10T02:10:54.6911490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:54.6912480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:54.6913620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6914510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:54.6915190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_parser.py 2025-10-10T02:10:54.6915850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/_re.py 2025-10-10T02:10:54.6916650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tomllib/mypy.ini 2025-10-10T02:10:54.6917340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/signal.py 2025-10-10T02:10:54.6917970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_constants.py 2025-10-10T02:10:54.6918560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_aix_support.py 2025-10-10T02:10:54.6919310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_threading_local.py 2025-10-10T02:10:54.6919860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pyclbr.py 2025-10-10T02:10:54.6920610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/test_support.py 2025-10-10T02:10:54.6921330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__init__.py 2025-10-10T02:10:54.6922390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/test_support.cpython-313.pyc 2025-10-10T02:10:54.6923570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/test_script_helper.cpython-313.pyc 2025-10-10T02:10:54.6924440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6925110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/asyncore.py 2025-10-10T02:10:54.6925960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/queues.py 2025-10-10T02:10:54.6926830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/_crossinterp.py 2025-10-10T02:10:54.6927760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__init__.py 2025-10-10T02:10:54.6929140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/channels.cpython-313.pyc 2025-10-10T02:10:54.6930150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/queues.cpython-313.pyc 2025-10-10T02:10:54.6931420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/_crossinterp.cpython-313.pyc 2025-10-10T02:10:54.6932410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6933180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/interpreters/channels.py 2025-10-10T02:10:54.6934000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/hypothesis_helper.py 2025-10-10T02:10:54.6934690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/ast_helper.py 2025-10-10T02:10:54.6935400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/testcase.py 2025-10-10T02:10:54.6936180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/threading_helper.py 2025-10-10T02:10:54.6936940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/warnings_helper.py 2025-10-10T02:10:54.6937800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/os_helper.py 2025-10-10T02:10:54.6938610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__init__.py 2025-10-10T02:10:54.6939370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/venv.py 2025-10-10T02:10:54.6940600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/smtpd.cpython-313.pyc 2025-10-10T02:10:54.6941740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/logging_helper.cpython-313.pyc 2025-10-10T02:10:54.6942830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/socket_helper.cpython-313.pyc 2025-10-10T02:10:54.6943950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/hypothesis_helper.cpython-313.pyc 2025-10-10T02:10:54.6944910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/i18n_helper.cpython-313.pyc 2025-10-10T02:10:54.6945940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/os_helper.cpython-313.pyc 2025-10-10T02:10:54.6946840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/hashlib_helper.cpython-313.pyc 2025-10-10T02:10:54.6947740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/numbers.cpython-313.pyc 2025-10-10T02:10:54.6948560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/testcase.cpython-313.pyc 2025-10-10T02:10:54.6949370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/refleak_helper.cpython-313.pyc 2025-10-10T02:10:54.6950190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/ast_helper.cpython-313.pyc 2025-10-10T02:10:54.6951000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/pty_helper.cpython-313.pyc 2025-10-10T02:10:54.6951850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/warnings_helper.cpython-313.pyc 2025-10-10T02:10:54.6952810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/script_helper.cpython-313.pyc 2025-10-10T02:10:54.6953560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/import_helper.cpython-313.pyc 2025-10-10T02:10:54.6954380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/threading_helper.cpython-313.pyc 2025-10-10T02:10:54.6955180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/asyncore.cpython-313.pyc 2025-10-10T02:10:54.6955970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/asynchat.cpython-313.pyc 2025-10-10T02:10:54.6956710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/venv.cpython-313.pyc 2025-10-10T02:10:54.6957510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6958370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/__pycache__/bytecode_helper.cpython-313.pyc 2025-10-10T02:10:54.6958940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/numbers.py 2025-10-10T02:10:54.6959690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/strategies.py 2025-10-10T02:10:54.6960440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__init__.py 2025-10-10T02:10:54.6961420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/_helpers.cpython-313.pyc 2025-10-10T02:10:54.6962360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/strategies.cpython-313.pyc 2025-10-10T02:10:54.6963300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6963950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/_hypothesis_stubs/_helpers.py 2025-10-10T02:10:54.6964580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/bytecode_helper.py 2025-10-10T02:10:54.6965320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/import_helper.py 2025-10-10T02:10:54.6965910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/i18n_helper.py 2025-10-10T02:10:54.6966590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/logging_helper.py 2025-10-10T02:10:54.6967170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/pty_helper.py 2025-10-10T02:10:54.6967860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/socket_helper.py 2025-10-10T02:10:54.6968530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/refleak_helper.py 2025-10-10T02:10:54.6969130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/script_helper.py 2025-10-10T02:10:54.6969810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/hashlib_helper.py 2025-10-10T02:10:54.6970340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/smtpd.py 2025-10-10T02:10:54.6970990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/support/asynchat.py 2025-10-10T02:10:54.6971610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/test/test_script_helper.py 2025-10-10T02:10:54.6972070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/gettext.py 2025-10-10T02:10:54.6972620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/spam.py 2025-10-10T02:10:54.6973220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__init__.py 2025-10-10T02:10:54.6974010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__pycache__/spam.cpython-313.pyc 2025-10-10T02:10:54.6974780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__phello__/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6975270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_ios_support.py 2025-10-10T02:10:54.6975680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wave.py 2025-10-10T02:10:54.6976200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/weakref.py 2025-10-10T02:10:54.6977130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata_arm64_apple_darwin20_0_0.py 2025-10-10T02:10:54.6977430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/bisect.py 2025-10-10T02:10:54.6977990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/opcode.py 2025-10-10T02:10:54.6978490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/netrc.py 2025-10-10T02:10:54.6978960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/heapq.py 2025-10-10T02:10:54.6979550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/_local.py 2025-10-10T02:10:54.6980060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/_abc.py 2025-10-10T02:10:54.6980650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__init__.py 2025-10-10T02:10:54.6981830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc 2025-10-10T02:10:54.6982590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.6983340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc 2025-10-10T02:10:54.6983770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/functools.py 2025-10-10T02:10:54.6984310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/modulefinder.py 2025-10-10T02:10:54.6984870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_compression.py 2025-10-10T02:10:54.6985460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tracemalloc.py 2025-10-10T02:10:54.6986220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/hashlib.py 2025-10-10T02:10:54.6986790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/codeop.py 2025-10-10T02:10:54.6987750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/turtle.cfg 2025-10-10T02:10:54.6988440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/tree.py 2025-10-10T02:10:54.6989380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/round_dance.py 2025-10-10T02:10:54.6990170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/colormixer.py 2025-10-10T02:10:54.6990940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/bytedesign.py 2025-10-10T02:10:54.6991730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/chaos.py 2025-10-10T02:10:54.6992470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/clock.py 2025-10-10T02:10:54.6993430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/sorting_animate.py 2025-10-10T02:10:54.6994080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/paint.py 2025-10-10T02:10:54.6994870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__init__.py 2025-10-10T02:10:54.6995710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/lindenmayer.py 2025-10-10T02:10:54.6996700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/clock.cpython-313.pyc 2025-10-10T02:10:54.6997660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/forest.cpython-313.pyc 2025-10-10T02:10:54.6998780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/lindenmayer.cpython-313.pyc 2025-10-10T02:10:54.6999750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/sorting_animate.cpython-313.pyc 2025-10-10T02:10:54.7000730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/chaos.cpython-313.pyc 2025-10-10T02:10:54.7001960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/penrose.cpython-313.pyc 2025-10-10T02:10:54.7003040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/paint.cpython-313.pyc 2025-10-10T02:10:54.7004010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/peace.cpython-313.pyc 2025-10-10T02:10:54.7005100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/planet_and_moon.cpython-313.pyc 2025-10-10T02:10:54.7006080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/rosette.cpython-313.pyc 2025-10-10T02:10:54.7006940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:54.7007930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/two_canvases.cpython-313.pyc 2025-10-10T02:10:54.7008900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/round_dance.cpython-313.pyc 2025-10-10T02:10:54.7010000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/fractalcurves.cpython-313.pyc 2025-10-10T02:10:54.7010890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/nim.cpython-313.pyc 2025-10-10T02:10:54.7011790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/colormixer.cpython-313.pyc 2025-10-10T02:10:54.7012860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/yinyang.cpython-313.pyc 2025-10-10T02:10:54.7013850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.7014800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/minimal_hanoi.cpython-313.pyc 2025-10-10T02:10:54.7015740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7016720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__pycache__/bytedesign.cpython-313.pyc 2025-10-10T02:10:54.7017400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/penrose.py 2025-10-10T02:10:54.7018060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/peace.py 2025-10-10T02:10:54.7018790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/rosette.py 2025-10-10T02:10:54.7019430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/nim.py 2025-10-10T02:10:54.7020310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/yinyang.py 2025-10-10T02:10:54.7021060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/fractalcurves.py 2025-10-10T02:10:54.7021930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/planet_and_moon.py 2025-10-10T02:10:54.7022580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/forest.py 2025-10-10T02:10:54.7023350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/two_canvases.py 2025-10-10T02:10:54.7024160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/__main__.py 2025-10-10T02:10:54.7025000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtledemo/minimal_hanoi.py 2025-10-10T02:10:54.7025590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fnmatch.py 2025-10-10T02:10:54.7026540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__init__.py 2025-10-10T02:10:54.7027660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:54.7028680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7029550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/dummy/connection.py 2025-10-10T02:10:54.7030240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/queues.py 2025-10-10T02:10:54.7030990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/heap.py 2025-10-10T02:10:54.7031820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/shared_memory.py 2025-10-10T02:10:54.7032680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/resource_tracker.py 2025-10-10T02:10:54.7033450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/reduction.py 2025-10-10T02:10:54.7034290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/util.py 2025-10-10T02:10:54.7035210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_spawn_win32.py 2025-10-10T02:10:54.7036060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__init__.py 2025-10-10T02:10:54.7037070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/resource_tracker.cpython-313.pyc 2025-10-10T02:10:54.7038210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/shared_memory.cpython-313.pyc 2025-10-10T02:10:54.7039330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/spawn.cpython-313.pyc 2025-10-10T02:10:54.7040560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/managers.cpython-313.pyc 2025-10-10T02:10:54.7041500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/heap.cpython-313.pyc 2025-10-10T02:10:54.7042530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/pool.cpython-313.pyc 2025-10-10T02:10:54.7043820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/synchronize.cpython-313.pyc 2025-10-10T02:10:54.7044980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_spawn_win32.cpython-313.pyc 2025-10-10T02:10:54.7046120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_spawn_posix.cpython-313.pyc 2025-10-10T02:10:54.7047180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/context.cpython-313.pyc 2025-10-10T02:10:54.7048400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/sharedctypes.cpython-313.pyc 2025-10-10T02:10:54.7049510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/forkserver.cpython-313.pyc 2025-10-10T02:10:54.7050750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_fork.cpython-313.pyc 2025-10-10T02:10:54.7051670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/queues.cpython-313.pyc 2025-10-10T02:10:54.7052630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.7053750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/resource_sharer.cpython-313.pyc 2025-10-10T02:10:54.7054800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/process.cpython-313.pyc 2025-10-10T02:10:54.7055830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/reduction.cpython-313.pyc 2025-10-10T02:10:54.7056770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:54.7057740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7058810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/__pycache__/popen_forkserver.cpython-313.pyc 2025-10-10T02:10:54.7059550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/forkserver.py 2025-10-10T02:10:54.7060370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/connection.py 2025-10-10T02:10:54.7061210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/context.py 2025-10-10T02:10:54.7061890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/spawn.py 2025-10-10T02:10:54.7062710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/synchronize.py 2025-10-10T02:10:54.7063450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/process.py 2025-10-10T02:10:54.7064290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/sharedctypes.py 2025-10-10T02:10:54.7065040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_fork.py 2025-10-10T02:10:54.7065750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/pool.py 2025-10-10T02:10:54.7066650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_forkserver.py 2025-10-10T02:10:54.7067540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/popen_spawn_posix.py 2025-10-10T02:10:54.7068290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/managers.py 2025-10-10T02:10:54.7069140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/multiprocessing/resource_sharer.py 2025-10-10T02:10:54.7069700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/traceback.py 2025-10-10T02:10:54.7070320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/nturl2path.py 2025-10-10T02:10:54.7070930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/warnings.py 2025-10-10T02:10:54.7071680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/subprocess.py 2025-10-10T02:10:54.7072330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/profile.py 2025-10-10T02:10:54.7072910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/this.py 2025-10-10T02:10:54.7073530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/filecmp.py 2025-10-10T02:10:54.7074190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/codecs.py 2025-10-10T02:10:54.7074790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/error.py 2025-10-10T02:10:54.7075580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/request.py 2025-10-10T02:10:54.7076390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__init__.py 2025-10-10T02:10:54.7077060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/response.py 2025-10-10T02:10:54.7078030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:54.7078930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:54.7079950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/error.cpython-313.pyc 2025-10-10T02:10:54.7080970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/robotparser.cpython-313.pyc 2025-10-10T02:10:54.7082050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:54.7083110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7083730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/robotparser.py 2025-10-10T02:10:54.7084380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/urllib/parse.py 2025-10-10T02:10:54.7085190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_weakrefset.py 2025-10-10T02:10:54.7085750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/io.py 2025-10-10T02:10:54.7086730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata__darwin_darwin.py 2025-10-10T02:10:54.7087540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__init__.py 2025-10-10T02:10:54.7088610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:54.7089700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7090460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/_path/glob.py 2025-10-10T02:10:54.7091220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__init__.py 2025-10-10T02:10:54.7092260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.7093290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7093980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/zipfile/__main__.py 2025-10-10T02:10:54.7094670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/code.py 2025-10-10T02:10:54.7095340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/operator.py 2025-10-10T02:10:54.7095970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fileinput.py 2025-10-10T02:10:54.7096500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/os.py 2025-10-10T02:10:54.7097740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/RECORD 2025-10-10T02:10:54.7098520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/LICENSE 2025-10-10T02:10:54.7099630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/direct_url.json 2025-10-10T02:10:54.7100810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/WHEEL 2025-10-10T02:10:54.7101990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/REQUESTED 2025-10-10T02:10:54.7102940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/INSTALLER 2025-10-10T02:10:54.7103960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore-0.10.1.dist-info/METADATA 2025-10-10T02:10:54.7104830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/RECORD 2025-10-10T02:10:54.7105840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/LICENSE 2025-10-10T02:10:54.7106760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/direct_url.json 2025-10-10T02:10:54.7107570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/WHEEL 2025-10-10T02:10:54.7108570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/top_level.txt 2025-10-10T02:10:54.7109500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/REQUESTED 2025-10-10T02:10:54.7110490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/INSTALLER 2025-10-10T02:10:54.7111240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce-1.0.3.dist-info/METADATA 2025-10-10T02:10:54.7112080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/algorithms.py 2025-10-10T02:10:54.7112960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jwt.py 2025-10-10T02:10:54.7113880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/warnings.py 2025-10-10T02:10:54.7114720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__init__.py 2025-10-10T02:10:54.7115540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/types.py 2025-10-10T02:10:54.7116640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/jwk_set_cache.cpython-313.pyc 2025-10-10T02:10:54.7117660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jwt.cpython-313.pyc 2025-10-10T02:10:54.7118920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/jwks_client.cpython-313.pyc 2025-10-10T02:10:54.7119900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7120950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jws.cpython-313.pyc 2025-10-10T02:10:54.7122090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.7123410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:54.7124400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:54.7125360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/api_jwk.cpython-313.pyc 2025-10-10T02:10:54.7126370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.7127500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/algorithms.cpython-313.pyc 2025-10-10T02:10:54.7128630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7129400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/jwk_set_cache.py 2025-10-10T02:10:54.7130150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/utils.py 2025-10-10T02:10:54.7131100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/py.typed 2025-10-10T02:10:54.7131830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/exceptions.py 2025-10-10T02:10:54.7132730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jwk.py 2025-10-10T02:10:54.7133520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/jwks_client.py 2025-10-10T02:10:54.7134280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/api_jws.py 2025-10-10T02:10:54.7134980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jwt/help.py 2025-10-10T02:10:54.7135750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_decode.py 2025-10-10T02:10:54.7136680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_url.py 2025-10-10T02:10:54.7137350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__init__.py 2025-10-10T02:10:54.7138550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_decode.cpython-313.pyc 2025-10-10T02:10:54.7139640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_encode.cpython-313.pyc 2025-10-10T02:10:54.7140810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_format.cpython-313.pyc 2025-10-10T02:10:54.7141760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_url.cpython-313.pyc 2025-10-10T02:10:54.7142970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/_parse.cpython-313.pyc 2025-10-10T02:10:54.7144090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7144890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_format.py 2025-10-10T02:10:54.7145750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_parse.py 2025-10-10T02:10:54.7146540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/py.typed 2025-10-10T02:10:54.7147340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl/_encode.py 2025-10-10T02:10:54.7148220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/tags.py 2025-10-10T02:10:54.7149290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_musllinux.py 2025-10-10T02:10:54.7150120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/metadata.py 2025-10-10T02:10:54.7150890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/version.py 2025-10-10T02:10:54.7151950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__init__.py 2025-10-10T02:10:54.7152860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/_spdx.py 2025-10-10T02:10:54.7154150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-10-10T02:10:54.7155410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7156360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__init__.py 2025-10-10T02:10:54.7157530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:54.7158830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:54.7160030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:54.7161110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7162060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:54.7163160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:54.7164240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:54.7165410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:54.7166430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:54.7167590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7168820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:54.7169890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.7170990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:54.7172050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:54.7172830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_parser.py 2025-10-10T02:10:54.7173690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/utils.py 2025-10-10T02:10:54.7174720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/requirements.py 2025-10-10T02:10:54.7175570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_structures.py 2025-10-10T02:10:54.7176340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/markers.py 2025-10-10T02:10:54.7177090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/py.typed 2025-10-10T02:10:54.7177980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_manylinux.py 2025-10-10T02:10:54.7178770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_tokenizer.py 2025-10-10T02:10:54.7179730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/specifiers.py 2025-10-10T02:10:54.7180620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging/_elffile.py 2025-10-10T02:10:54.7181860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/RECORD 2025-10-10T02:10:54.7182890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/LICENSE 2025-10-10T02:10:54.7184100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/direct_url.json 2025-10-10T02:10:54.7185280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/WHEEL 2025-10-10T02:10:54.7186390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/REQUESTED 2025-10-10T02:10:54.7187560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/INSTALLER 2025-10-10T02:10:54.7188620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming-0.12.0.dist-info/METADATA 2025-10-10T02:10:54.7189280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/cool.py 2025-10-10T02:10:54.7190150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/version.py 2025-10-10T02:10:54.7191060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__init__.pyi 2025-10-10T02:10:54.7191960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__init__.py 2025-10-10T02:10:54.7192890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/core.py 2025-10-10T02:10:54.7193920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.7195040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/_frozendict_py.cpython-313.pyc 2025-10-10T02:10:54.7196220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/monkeypatch.cpython-313.pyc 2025-10-10T02:10:54.7197400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7198470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.7199500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/__pycache__/cool.cpython-313.pyc 2025-10-10T02:10:54.7200310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/py.typed 2025-10-10T02:10:54.7201430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/_frozendict_py.py 2025-10-10T02:10:54.7202550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict/monkeypatch.py 2025-10-10T02:10:54.7203680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/RECORD 2025-10-10T02:10:54.7204890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/licenses/LICENSE 2025-10-10T02:10:54.7205910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/direct_url.json 2025-10-10T02:10:54.7206910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/WHEEL 2025-10-10T02:10:54.7208070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/REQUESTED 2025-10-10T02:10:54.7209180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/INSTALLER 2025-10-10T02:10:54.7210180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core-2.33.2.dist-info/METADATA 2025-10-10T02:10:54.7211100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_openssl.py 2025-10-10T02:10:54.7212050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_api.py 2025-10-10T02:10:54.7212920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_macos.py 2025-10-10T02:10:54.7213870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__init__.py 2025-10-10T02:10:54.7215070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:54.7216090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_api.cpython-313.pyc 2025-10-10T02:10:54.7217060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_macos.cpython-313.pyc 2025-10-10T02:10:54.7218190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_openssl.cpython-313.pyc 2025-10-10T02:10:54.7219460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/_ssl_constants.cpython-313.pyc 2025-10-10T02:10:54.7220560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7221510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_ssl_constants.py 2025-10-10T02:10:54.7222290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/py.typed 2025-10-10T02:10:54.7223300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/truststore/_windows.py 2025-10-10T02:10:54.7224280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/RECORD 2025-10-10T02:10:54.7225450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/LICENSE 2025-10-10T02:10:54.7226680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/licenses/AUTHORS 2025-10-10T02:10:54.7227710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/direct_url.json 2025-10-10T02:10:54.7228630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/WHEEL 2025-10-10T02:10:54.7229770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/entry_points.txt 2025-10-10T02:10:54.7230730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/REQUESTED 2025-10-10T02:10:54.7231760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/INSTALLER 2025-10-10T02:10:54.7232830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments-2.19.1.dist-info/METADATA 2025-10-10T02:10:54.7233840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/RECORD 2025-10-10T02:10:54.7235000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/LICENSE 2025-10-10T02:10:54.7236150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/direct_url.json 2025-10-10T02:10:54.7236990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/WHEEL 2025-10-10T02:10:54.7238100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/REQUESTED 2025-10-10T02:10:54.7238970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/INSTALLER 2025-10-10T02:10:54.7239890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli-2.2.1.dist-info/METADATA 2025-10-10T02:10:54.7240760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/signing.py 2025-10-10T02:10:54.7241920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__init__.py 2025-10-10T02:10:54.7243280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__version__.py 2025-10-10T02:10:54.7244520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__version__.cpython-313.pyc 2025-10-10T02:10:54.7245790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:54.7247060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/common.cpython-313.pyc 2025-10-10T02:10:54.7248610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/metadata_construction.cpython-313.pyc 2025-10-10T02:10:54.7249790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/signing.cpython-313.pyc 2025-10-10T02:10:54.7251080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.7252320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/authentication.cpython-313.pyc 2025-10-10T02:10:54.7253610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.7254800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7256070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__pycache__/root_signing.cpython-313.pyc 2025-10-10T02:10:54.7257300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/metadata_construction.py 2025-10-10T02:10:54.7258410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/cli.py 2025-10-10T02:10:54.7259240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/common.py 2025-10-10T02:10:54.7260190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/authentication.py 2025-10-10T02:10:54.7261140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/plugin.py 2025-10-10T02:10:54.7262130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/__main__.py 2025-10-10T02:10:54.7263200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust/root_signing.py 2025-10-10T02:10:54.7264010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_api.py 2025-10-10T02:10:54.7264960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__init__.py 2025-10-10T02:10:54.7265790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_build.py 2025-10-10T02:10:54.7266920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/_api.cpython-313.pyc 2025-10-10T02:10:54.7268040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/_build.cpython-313.pyc 2025-10-10T02:10:54.7269180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7270180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi/_brotlicffi.abi3.so 2025-10-10T02:10:54.7270930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_schema.py 2025-10-10T02:10:54.7272140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/win_elevate.py 2025-10-10T02:10:54.7273220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/knownfolders.py 2025-10-10T02:10:54.7274270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/registry.py 2025-10-10T02:10:54.7275230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__init__.py 2025-10-10T02:10:54.7276780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/knownfolders.cpython-313.pyc 2025-10-10T02:10:54.7278140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/registry.cpython-313.pyc 2025-10-10T02:10:54.7279540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7280950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win_utils/__pycache__/win_elevate.cpython-313.pyc 2025-10-10T02:10:54.7281850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__init__.py 2025-10-10T02:10:54.7282750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/win.py 2025-10-10T02:10:54.7283870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.7285180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/win.cpython-313.pyc 2025-10-10T02:10:54.7286310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/linux.cpython-313.pyc 2025-10-10T02:10:54.7287400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/osx.cpython-313.pyc 2025-10-10T02:10:54.7288670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7289530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/linux.py 2025-10-10T02:10:54.7290480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/base.py 2025-10-10T02:10:54.7291320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/platforms/osx.py 2025-10-10T02:10:54.7292160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_version.py 2025-10-10T02:10:54.7293190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/LICENSE 2025-10-10T02:10:54.7294140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_version.py 2025-10-10T02:10:54.7295210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_module.py 2025-10-10T02:10:54.7296240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_syncronized.py 2025-10-10T02:10:54.7297390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_importing.py 2025-10-10T02:10:54.7298410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__init__.py 2025-10-10T02:10:54.7299380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/_alias_module.py 2025-10-10T02:10:54.7300720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_module.cpython-313.pyc 2025-10-10T02:10:54.7301970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.7303170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_syncronized.cpython-313.pyc 2025-10-10T02:10:54.7304500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_importing.cpython-313.pyc 2025-10-10T02:10:54.7305730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7306960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/__pycache__/_alias_module.cpython-313.pyc 2025-10-10T02:10:54.7307910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_vendor/apipkg/py.typed 2025-10-10T02:10:54.7308870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__init__.py 2025-10-10T02:10:54.7310060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.7311090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/_schema.cpython-313.pyc 2025-10-10T02:10:54.7312180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7313340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.7314470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7315200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/api.py 2025-10-10T02:10:54.7316120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/utils.py 2025-10-10T02:10:54.7317090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/cwp.py 2025-10-10T02:10:54.7318130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__init__.py 2025-10-10T02:10:54.7318990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/win32.py 2025-10-10T02:10:54.7320140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.7321440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/cwp.cpython-313.pyc 2025-10-10T02:10:54.7322480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/win32.cpython-313.pyc 2025-10-10T02:10:54.7323580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7324760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7325760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/utils.py 2025-10-10T02:10:54.7326600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/_legacy/main.py 2025-10-10T02:10:54.7327630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst.schema.json 2025-10-10T02:10:54.7328910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.schema.json 2025-10-10T02:10:54.7329940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/osx_launcher_arm64 2025-10-10T02:10:54.7330990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst.default.json 2025-10-10T02:10:54.7332110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/appkit_launcher_x86_64 2025-10-10T02:10:54.7333280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.default.json 2025-10-10T02:10:54.7334430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-2.schema.json 2025-10-10T02:10:54.7335440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/osx_launcher_x86_64 2025-10-10T02:10:54.7336580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.schema.json 2025-10-10T02:10:54.7337640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-1.default.json 2025-10-10T02:10:54.7338560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.schema.json 2025-10-10T02:10:54.7339810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-0.default.json 2025-10-10T02:10:54.7340870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-0-0.default.json 2025-10-10T02:10:54.7341920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.default.json 2025-10-10T02:10:54.7342970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/menuinst-1-1-1.schema.json 2025-10-10T02:10:54.7343830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst/data/appkit_launcher_arm64 2025-10-10T02:10:54.7344780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/RECORD 2025-10-10T02:10:54.7345800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:54.7346780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/direct_url.json 2025-10-10T02:10:54.7347750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/WHEEL 2025-10-10T02:10:54.7348830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/REQUESTED 2025-10-10T02:10:54.7350110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/INSTALLER 2025-10-10T02:10:54.7351160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/METADATA 2025-10-10T02:10:54.7352140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/RECORD 2025-10-10T02:10:54.7353220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/LICENSE 2025-10-10T02:10:54.7354270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/direct_url.json 2025-10-10T02:10:54.7355270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/WHEEL 2025-10-10T02:10:54.7363180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/top_level.txt 2025-10-10T02:10:54.7364070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/REQUESTED 2025-10-10T02:10:54.7365150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/INSTALLER 2025-10-10T02:10:54.7366150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard-0.23.0.dist-info/METADATA 2025-10-10T02:10:54.7367160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/RECORD 2025-10-10T02:10:54.7368410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/licenses/LICENSE 2025-10-10T02:10:54.7369390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/direct_url.json 2025-10-10T02:10:54.7370510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/WHEEL 2025-10-10T02:10:54.7371610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/entry_points.txt 2025-10-10T02:10:54.7372590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/REQUESTED 2025-10-10T02:10:54.7373590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/INSTALLER 2025-10-10T02:10:54.7374650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth-0.8.6.dist-info/METADATA 2025-10-10T02:10:54.7375580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/plugins.py 2025-10-10T02:10:54.7376490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/console.py 2025-10-10T02:10:54.7377590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/config.py 2025-10-10T02:10:54.7378600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/_version.py 2025-10-10T02:10:54.7379460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__init__.py 2025-10-10T02:10:54.7380720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/plugins.cpython-313.pyc 2025-10-10T02:10:54.7381880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:54.7383050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.7384250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.7385490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.7386780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7387890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:54.7388610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/cli.py 2025-10-10T02:10:54.7389500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/py.typed 2025-10-10T02:10:54.7390400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base/exceptions.py 2025-10-10T02:10:54.7391460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat.cpython-313-darwin.so 2025-10-10T02:10:54.7392610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/RECORD 2025-10-10T02:10:54.7393640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.7394730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/direct_url.json 2025-10-10T02:10:54.7395890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/WHEEL 2025-10-10T02:10:54.7397100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/top_level.txt 2025-10-10T02:10:54.7398180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/REQUESTED 2025-10-10T02:10:54.7399270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/INSTALLER 2025-10-10T02:10:54.7400510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco_classes-3.4.0.dist-info/METADATA 2025-10-10T02:10:54.7401430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/RECORD 2025-10-10T02:10:54.7402520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/LICENSE 2025-10-10T02:10:54.7403540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/direct_url.json 2025-10-10T02:10:54.7404470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/WHEEL 2025-10-10T02:10:54.7405540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/REQUESTED 2025-10-10T02:10:54.7406570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/INSTALLER 2025-10-10T02:10:54.7407700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/mdurl-0.1.0.dist-info/METADATA 2025-10-10T02:10:54.7408600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/RECORD 2025-10-10T02:10:54.7409580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/AUTHORS.md 2025-10-10T02:10:54.7410530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.7411600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/direct_url.json 2025-10-10T02:10:54.7412410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/WHEEL 2025-10-10T02:10:54.7413500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/entry_points.txt 2025-10-10T02:10:54.7414510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/REQUESTED 2025-10-10T02:10:54.7420820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/INSTALLER 2025-10-10T02:10:54.7421100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda-25.7.0.dist-info/METADATA 2025-10-10T02:10:54.7421300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/patch.py 2025-10-10T02:10:54.7421500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/_version.py 2025-10-10T02:10:54.7421690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__init__.py 2025-10-10T02:10:54.7421880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/tokens.py 2025-10-10T02:10:54.7422150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:54.7423360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/tokens.cpython-313.pyc 2025-10-10T02:10:54.7424740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7425730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.7426830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/install.cpython-313.pyc 2025-10-10T02:10:54.7428060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/patch.cpython-313.pyc 2025-10-10T02:10:54.7429290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/heartbeat.cpython-313.pyc 2025-10-10T02:10:54.7436810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7437580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/utils.py 2025-10-10T02:10:54.7438560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/plugin.py 2025-10-10T02:10:54.7439400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage/heartbeat.py 2025-10-10T02:10:54.7440200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/conda_fmt.py 2025-10-10T02:10:54.7440990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/interface.py 2025-10-10T02:10:54.7441780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__init__.py 2025-10-10T02:10:54.7442800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.7443760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/streaming.cpython-313.pyc 2025-10-10T02:10:54.7444720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/tarball.cpython-313.pyc 2025-10-10T02:10:54.7445730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/conda_fmt.cpython-313.pyc 2025-10-10T02:10:54.7446650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/validate.cpython-313.pyc 2025-10-10T02:10:54.7447660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/interface.cpython-313.pyc 2025-10-10T02:10:54.7448620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.7449730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.7451090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.7452290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.7453520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7454480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/api.py 2025-10-10T02:10:54.7455430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/validate.py 2025-10-10T02:10:54.7456340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/cli.py 2025-10-10T02:10:54.7457310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/utils.py 2025-10-10T02:10:54.7458320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/exceptions.py 2025-10-10T02:10:54.7459340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/tarball.py 2025-10-10T02:10:54.7460170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/streaming.py 2025-10-10T02:10:54.7461040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling/__main__.py 2025-10-10T02:10:54.7461960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/RECORD 2025-10-10T02:10:54.7463020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/LICENSE 2025-10-10T02:10:54.7464110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/direct_url.json 2025-10-10T02:10:54.7464910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/WHEEL 2025-10-10T02:10:54.7465970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/REQUESTED 2025-10-10T02:10:54.7467260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/INSTALLER 2025-10-10T02:10:54.7468250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons-25.0.0.dist-info/METADATA 2025-10-10T02:10:54.7469140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/namedutils.py 2025-10-10T02:10:54.7469960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/cacheutils.py 2025-10-10T02:10:54.7470890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/pathutils.py 2025-10-10T02:10:54.7471810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/dictutils.py 2025-10-10T02:10:54.7472640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/tableutils.py 2025-10-10T02:10:54.7473480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/iterutils.py 2025-10-10T02:10:54.7474580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/mboxutils.py 2025-10-10T02:10:54.7475360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/fileutils.py 2025-10-10T02:10:54.7476180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/queueutils.py 2025-10-10T02:10:54.7476970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__init__.py 2025-10-10T02:10:54.7477800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/formatutils.py 2025-10-10T02:10:54.7479140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/namedutils.cpython-313.pyc 2025-10-10T02:10:54.7480320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/deprutils.cpython-313.pyc 2025-10-10T02:10:54.7481450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/ecoutils.cpython-313.pyc 2025-10-10T02:10:54.7482670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/tbutils.cpython-313.pyc 2025-10-10T02:10:54.7483750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/easterutils.cpython-313.pyc 2025-10-10T02:10:54.7484800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/gcutils.cpython-313.pyc 2025-10-10T02:10:54.7485880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/iterutils.cpython-313.pyc 2025-10-10T02:10:54.7487070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/listutils.cpython-313.pyc 2025-10-10T02:10:54.7488140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/urlutils.cpython-313.pyc 2025-10-10T02:10:54.7489350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/tableutils.cpython-313.pyc 2025-10-10T02:10:54.7490490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/strutils.cpython-313.pyc 2025-10-10T02:10:54.7491660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/timeutils.cpython-313.pyc 2025-10-10T02:10:54.7492600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/socketutils.cpython-313.pyc 2025-10-10T02:10:54.7493630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/fileutils.cpython-313.pyc 2025-10-10T02:10:54.7494800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/formatutils.cpython-313.pyc 2025-10-10T02:10:54.7496030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/setutils.cpython-313.pyc 2025-10-10T02:10:54.7497140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/dictutils.cpython-313.pyc 2025-10-10T02:10:54.7498240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/queueutils.cpython-313.pyc 2025-10-10T02:10:54.7505450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/jsonutils.cpython-313.pyc 2025-10-10T02:10:54.7506400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/mboxutils.cpython-313.pyc 2025-10-10T02:10:54.7507520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/typeutils.cpython-313.pyc 2025-10-10T02:10:54.7508710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/funcutils.cpython-313.pyc 2025-10-10T02:10:54.7512080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/pathutils.cpython-313.pyc 2025-10-10T02:10:54.7513250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/cacheutils.cpython-313.pyc 2025-10-10T02:10:54.7514350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/ioutils.cpython-313.pyc 2025-10-10T02:10:54.7515450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/statsutils.cpython-313.pyc 2025-10-10T02:10:54.7516440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/debugutils.cpython-313.pyc 2025-10-10T02:10:54.7517520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/mathutils.cpython-313.pyc 2025-10-10T02:10:54.7518750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/excutils.cpython-313.pyc 2025-10-10T02:10:54.7519880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7520640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/tbutils.py 2025-10-10T02:10:54.7521470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/typeutils.py 2025-10-10T02:10:54.7522410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/ecoutils.py 2025-10-10T02:10:54.7523240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/excutils.py 2025-10-10T02:10:54.7524110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/deprutils.py 2025-10-10T02:10:54.7524980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/jsonutils.py 2025-10-10T02:10:54.7525900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/socketutils.py 2025-10-10T02:10:54.7526810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/setutils.py 2025-10-10T02:10:54.7527670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/statsutils.py 2025-10-10T02:10:54.7528450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/listutils.py 2025-10-10T02:10:54.7529360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/debugutils.py 2025-10-10T02:10:54.7530150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/urlutils.py 2025-10-10T02:10:54.7531090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/easterutils.py 2025-10-10T02:10:54.7531860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/ioutils.py 2025-10-10T02:10:54.7532670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/strutils.py 2025-10-10T02:10:54.7533530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/mathutils.py 2025-10-10T02:10:54.7534600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/timeutils.py 2025-10-10T02:10:54.7535630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/gcutils.py 2025-10-10T02:10:54.7536540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/boltons/funcutils.py 2025-10-10T02:10:54.7537340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/version.py 2025-10-10T02:10:54.7538220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/variables.py 2025-10-10T02:10:54.7539080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__init__.py 2025-10-10T02:10:54.7540220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.7541320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/ipython.cpython-313.pyc 2025-10-10T02:10:54.7542350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/variables.cpython-313.pyc 2025-10-10T02:10:54.7543350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:54.7544440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.7545420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7546490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.7547580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:54.7548440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/parser.py 2025-10-10T02:10:54.7549210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/cli.py 2025-10-10T02:10:54.7550050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/ipython.py 2025-10-10T02:10:54.7550770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/py.typed 2025-10-10T02:10:54.7551590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/main.py 2025-10-10T02:10:54.7552430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/dotenv/__main__.py 2025-10-10T02:10:54.7553340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__init__.py 2025-10-10T02:10:54.7554500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__pycache__/test_cases.cpython-313.pyc 2025-10-10T02:10:54.7555550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7556450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/py.typed 2025-10-10T02:10:54.7557530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types/test_cases.py 2025-10-10T02:10:54.7558640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/RECORD 2025-10-10T02:10:54.7559670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:54.7560610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/direct_url.json 2025-10-10T02:10:54.7561670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/WHEEL 2025-10-10T02:10:54.7562770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/REQUESTED 2025-10-10T02:10:54.7563970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/INSTALLER 2025-10-10T02:10:54.7565030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama-0.4.6.dist-info/METADATA 2025-10-10T02:10:54.7566000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch.py 2025-10-10T02:10:54.7566910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/test_pycosat.py 2025-10-10T02:10:54.7568030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filters/__init__.py 2025-10-10T02:10:54.7569270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7570120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/modeline.py 2025-10-10T02:10:54.7571040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/console.py 2025-10-10T02:10:54.7573900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/scanner.py 2025-10-10T02:10:54.7574630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatter.py 2025-10-10T02:10:54.7575530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/soong.py 2025-10-10T02:10:54.7576500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/c_like.py 2025-10-10T02:10:54.7577390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ampl.py 2025-10-10T02:10:54.7578280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/agile.py 2025-10-10T02:10:54.7579770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphics.py 2025-10-10T02:10:54.7580830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hdl.py 2025-10-10T02:10:54.7581670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ecl.py 2025-10-10T02:10:54.7582790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/futhark.py 2025-10-10T02:10:54.7583640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ada.py 2025-10-10T02:10:54.7584740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_postgres_builtins.py 2025-10-10T02:10:54.7585700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/console.py 2025-10-10T02:10:54.7586650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mime.py 2025-10-10T02:10:54.7587540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lua_builtins.py 2025-10-10T02:10:54.7588450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/capnproto.py 2025-10-10T02:10:54.7589330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nimrod.py 2025-10-10T02:10:54.7590200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rebol.py 2025-10-10T02:10:54.7591270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/objective.py 2025-10-10T02:10:54.7592160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sas.py 2025-10-10T02:10:54.7593110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_qlik_builtins.py 2025-10-10T02:10:54.7593940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/phix.py 2025-10-10T02:10:54.7594760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphql.py 2025-10-10T02:10:54.7595850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/usd.py 2025-10-10T02:10:54.7596800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/crystal.py 2025-10-10T02:10:54.7597630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/verifpal.py 2025-10-10T02:10:54.7598840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_sourcemod_builtins.py 2025-10-10T02:10:54.7599770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/web.py 2025-10-10T02:10:54.7600750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ldap.py 2025-10-10T02:10:54.7601700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/verification.py 2025-10-10T02:10:54.7602620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/erlang.py 2025-10-10T02:10:54.7603670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/apdlexer.py 2025-10-10T02:10:54.7604500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/slash.py 2025-10-10T02:10:54.7605450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/boa.py 2025-10-10T02:10:54.7606300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/elpi.py 2025-10-10T02:10:54.7607220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/maxima.py 2025-10-10T02:10:54.7608250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/chapel.py 2025-10-10T02:10:54.7609090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/configs.py 2025-10-10T02:10:54.7609970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/clean.py 2025-10-10T02:10:54.7610830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mojo.py 2025-10-10T02:10:54.7611530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jslt.py 2025-10-10T02:10:54.7612270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ul4.py 2025-10-10T02:10:54.7613060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/numbair.py 2025-10-10T02:10:54.7613790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/qvt.py 2025-10-10T02:10:54.7614530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tablegen.py 2025-10-10T02:10:54.7615300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/inferno.py 2025-10-10T02:10:54.7616020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tlb.py 2025-10-10T02:10:54.7616770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nix.py 2025-10-10T02:10:54.7617500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wren.py 2025-10-10T02:10:54.7618260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/parasail.py 2025-10-10T02:10:54.7619000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smithy.py 2025-10-10T02:10:54.7619840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_css_builtins.py 2025-10-10T02:10:54.7620620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graphviz.py 2025-10-10T02:10:54.7621310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/r.py 2025-10-10T02:10:54.7622080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pawn.py 2025-10-10T02:10:54.7622830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dns.py 2025-10-10T02:10:54.7623620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/maple.py 2025-10-10T02:10:54.7624320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/idl.py 2025-10-10T02:10:54.7625200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/iolang.py 2025-10-10T02:10:54.7625840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/amdgpu.py 2025-10-10T02:10:54.7626580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dsls.py 2025-10-10T02:10:54.7627410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/supercollider.py 2025-10-10T02:10:54.7628150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/comal.py 2025-10-10T02:10:54.7631150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/solidity.py 2025-10-10T02:10:54.7631820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_scilab_builtins.py 2025-10-10T02:10:54.7634810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lilypond_builtins.py 2025-10-10T02:10:54.7635440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hare.py 2025-10-10T02:10:54.7636090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lisp.py 2025-10-10T02:10:54.7636750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/j.py 2025-10-10T02:10:54.7637500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/blueprint.py 2025-10-10T02:10:54.7638230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mosel.py 2025-10-10T02:10:54.7639060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_googlesql_builtins.py 2025-10-10T02:10:54.7639890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_vbscript_builtins.py 2025-10-10T02:10:54.7640680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_openedge_builtins.py 2025-10-10T02:10:54.7641440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smalltalk.py 2025-10-10T02:10:54.7642090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/spice.py 2025-10-10T02:10:54.7642810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/monte.py 2025-10-10T02:10:54.7643680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_luau_builtins.py 2025-10-10T02:10:54.7644350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webmisc.py 2025-10-10T02:10:54.7645020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/teal.py 2025-10-10T02:10:54.7645760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/c_cpp.py 2025-10-10T02:10:54.7646530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/perl.py 2025-10-10T02:10:54.7647330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/robotframework.py 2025-10-10T02:10:54.7648040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/textfmts.py 2025-10-10T02:10:54.7648750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jsonnet.py 2025-10-10T02:10:54.7649500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/cplint.py 2025-10-10T02:10:54.7650180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jsx.py 2025-10-10T02:10:54.7650880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/prolog.py 2025-10-10T02:10:54.7651620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rnc.py 2025-10-10T02:10:54.7652310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wowtoc.py 2025-10-10T02:10:54.7653230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_julia_builtins.py 2025-10-10T02:10:54.7653830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/algebra.py 2025-10-10T02:10:54.7654570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/typoscript.py 2025-10-10T02:10:54.7655470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/automation.py 2025-10-10T02:10:54.7656080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sieve.py 2025-10-10T02:10:54.7656820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/esoteric.py 2025-10-10T02:10:54.7657540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/graph.py 2025-10-10T02:10:54.7658220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/html.py 2025-10-10T02:10:54.7659050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_php_builtins.py 2025-10-10T02:10:54.7659750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/shell.py 2025-10-10T02:10:54.7660460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/scripting.py 2025-10-10T02:10:54.7661170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gsql.py 2025-10-10T02:10:54.7661910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gdscript.py 2025-10-10T02:10:54.7662620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ambient.py 2025-10-10T02:10:54.7663410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/arrow.py 2025-10-10T02:10:54.7664080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/oberon.py 2025-10-10T02:10:54.7664900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_stata_builtins.py 2025-10-10T02:10:54.7665620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/floscript.py 2025-10-10T02:10:54.7666340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/resource.py 2025-10-10T02:10:54.7667110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__init__.py 2025-10-10T02:10:54.7667910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/d.py 2025-10-10T02:10:54.7668910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ruby.py 2025-10-10T02:10:54.7669840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/other.py 2025-10-10T02:10:54.7670710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pony.py 2025-10-10T02:10:54.7671650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/matlab.py 2025-10-10T02:10:54.7672490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/felix.py 2025-10-10T02:10:54.7673320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tnt.py 2025-10-10T02:10:54.7674290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_vim_builtins.py 2025-10-10T02:10:54.7675220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/freefem.py 2025-10-10T02:10:54.7676130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/thingsdb.py 2025-10-10T02:10:54.7677030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/teraterm.py 2025-10-10T02:10:54.7677960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/parsers.py 2025-10-10T02:10:54.7678870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jmespath.py 2025-10-10T02:10:54.7679680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/carbon.py 2025-10-10T02:10:54.7680650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/theorem.py 2025-10-10T02:10:54.7681570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/compiled.py 2025-10-10T02:10:54.7682670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/int_fiction.py 2025-10-10T02:10:54.7683570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_cocoa_builtins.py 2025-10-10T02:10:54.7686870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/maxima.cpython-313.pyc 2025-10-10T02:10:54.7687880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hexdump.cpython-313.pyc 2025-10-10T02:10:54.7689130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/teal.cpython-313.pyc 2025-10-10T02:10:54.7690350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/elpi.cpython-313.pyc 2025-10-10T02:10:54.7691470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/templates.cpython-313.pyc 2025-10-10T02:10:54.7692670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nimrod.cpython-313.pyc 2025-10-10T02:10:54.7693860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_usd_builtins.cpython-313.pyc 2025-10-10T02:10:54.7694820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ruby.cpython-313.pyc 2025-10-10T02:10:54.7695930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/html.cpython-313.pyc 2025-10-10T02:10:54.7696960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/prolog.cpython-313.pyc 2025-10-10T02:10:54.7698120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/factor.cpython-313.pyc 2025-10-10T02:10:54.7699240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hdl.cpython-313.pyc 2025-10-10T02:10:54.7700430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pointless.cpython-313.pyc 2025-10-10T02:10:54.7701630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rita.cpython-313.pyc 2025-10-10T02:10:54.7702840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cocoa_builtins.cpython-313.pyc 2025-10-10T02:10:54.7703920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pascal.cpython-313.pyc 2025-10-10T02:10:54.7705180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/trafficscript.cpython-313.pyc 2025-10-10T02:10:54.7706370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/verification.cpython-313.pyc 2025-10-10T02:10:54.7707420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sophia.cpython-313.pyc 2025-10-10T02:10:54.7708540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/x10.cpython-313.pyc 2025-10-10T02:10:54.7709660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/thingsdb.cpython-313.pyc 2025-10-10T02:10:54.7710860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/freefem.cpython-313.pyc 2025-10-10T02:10:54.7711940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/yara.cpython-313.pyc 2025-10-10T02:10:54.7713160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/forth.cpython-313.pyc 2025-10-10T02:10:54.7714410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/foxpro.cpython-313.pyc 2025-10-10T02:10:54.7715520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dsls.cpython-313.pyc 2025-10-10T02:10:54.7716630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mojo.cpython-313.pyc 2025-10-10T02:10:54.7717800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pony.cpython-313.pyc 2025-10-10T02:10:54.7718830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/verifpal.cpython-313.pyc 2025-10-10T02:10:54.7719900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nit.cpython-313.pyc 2025-10-10T02:10:54.7721000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jslt.cpython-313.pyc 2025-10-10T02:10:54.7722150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/web.cpython-313.pyc 2025-10-10T02:10:54.7723280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/email.cpython-313.pyc 2025-10-10T02:10:54.7724350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/make.cpython-313.pyc 2025-10-10T02:10:54.7725530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webidl.cpython-313.pyc 2025-10-10T02:10:54.7726740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/typst.cpython-313.pyc 2025-10-10T02:10:54.7727920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/json5.cpython-313.pyc 2025-10-10T02:10:54.7729060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/xorg.cpython-313.pyc 2025-10-10T02:10:54.7730370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/maple.cpython-313.pyc 2025-10-10T02:10:54.7731530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bqn.cpython-313.pyc 2025-10-10T02:10:54.7732690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lean.cpython-313.pyc 2025-10-10T02:10:54.7733920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/blueprint.cpython-313.pyc 2025-10-10T02:10:54.7735080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/shell.cpython-313.pyc 2025-10-10T02:10:54.7736270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stan_builtins.cpython-313.pyc 2025-10-10T02:10:54.7737260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ptx.cpython-313.pyc 2025-10-10T02:10:54.7738270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ecl.cpython-313.pyc 2025-10-10T02:10:54.7739560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/installers.cpython-313.pyc 2025-10-10T02:10:54.7740970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/functional.cpython-313.pyc 2025-10-10T02:10:54.7742250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/procfile.cpython-313.pyc 2025-10-10T02:10:54.7743330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/qvt.cpython-313.pyc 2025-10-10T02:10:54.7744500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sgf.cpython-313.pyc 2025-10-10T02:10:54.7745570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dalvik.cpython-313.pyc 2025-10-10T02:10:54.7746670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/idl.cpython-313.pyc 2025-10-10T02:10:54.7747850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ada.cpython-313.pyc 2025-10-10T02:10:54.7748860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/data.cpython-313.pyc 2025-10-10T02:10:54.7749900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tal.cpython-313.pyc 2025-10-10T02:10:54.7751110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wren.cpython-313.pyc 2025-10-10T02:10:54.7752180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asc.cpython-313.pyc 2025-10-10T02:10:54.7753460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/apdlexer.cpython-313.pyc 2025-10-10T02:10:54.7754730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/csound.cpython-313.pyc 2025-10-10T02:10:54.7755870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/urbi.cpython-313.pyc 2025-10-10T02:10:54.7757200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/slash.cpython-313.pyc 2025-10-10T02:10:54.7760380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/arturo.cpython-313.pyc 2025-10-10T02:10:54.7761390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/numbair.cpython-313.pyc 2025-10-10T02:10:54.7762550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/int_fiction.cpython-313.pyc 2025-10-10T02:10:54.7765700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asn1.cpython-313.pyc 2025-10-10T02:10:54.7766770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/inferno.cpython-313.pyc 2025-10-10T02:10:54.7767920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/openscad.cpython-313.pyc 2025-10-10T02:10:54.7768850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lilypond.cpython-313.pyc 2025-10-10T02:10:54.7769810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vim_builtins.cpython-313.pyc 2025-10-10T02:10:54.7770720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/soong.cpython-313.pyc 2025-10-10T02:10:54.7771660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/igor.cpython-313.pyc 2025-10-10T02:10:54.7772500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/basic.cpython-313.pyc 2025-10-10T02:10:54.7773510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/esoteric.cpython-313.pyc 2025-10-10T02:10:54.7774370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/qlik.cpython-313.pyc 2025-10-10T02:10:54.7775210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/r.cpython-313.pyc 2025-10-10T02:10:54.7776260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lasso_builtins.cpython-313.pyc 2025-10-10T02:10:54.7777150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/agile.cpython-313.pyc 2025-10-10T02:10:54.7778070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gsql.cpython-313.pyc 2025-10-10T02:10:54.7779000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphics.cpython-313.pyc 2025-10-10T02:10:54.7780060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/srcinfo.cpython-313.pyc 2025-10-10T02:10:54.7780820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/stata.cpython-313.pyc 2025-10-10T02:10:54.7782010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_ada_builtins.cpython-313.pyc 2025-10-10T02:10:54.7783180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mips.cpython-313.pyc 2025-10-10T02:10:54.7784430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/perl.cpython-313.pyc 2025-10-10T02:10:54.7785580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsonnet.cpython-313.pyc 2025-10-10T02:10:54.7787050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lilypond_builtins.cpython-313.pyc 2025-10-10T02:10:54.7788370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/asm.cpython-313.pyc 2025-10-10T02:10:54.7789430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/whiley.cpython-313.pyc 2025-10-10T02:10:54.7790690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ul4.cpython-313.pyc 2025-10-10T02:10:54.7791870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bibtex.cpython-313.pyc 2025-10-10T02:10:54.7793120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/compiled.cpython-313.pyc 2025-10-10T02:10:54.7794440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/floscript.cpython-313.pyc 2025-10-10T02:10:54.7795460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/cddl.cpython-313.pyc 2025-10-10T02:10:54.7796590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/macaulay2.cpython-313.pyc 2025-10-10T02:10:54.7797750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/special.cpython-313.pyc 2025-10-10T02:10:54.7799020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_luau_builtins.cpython-313.pyc 2025-10-10T02:10:54.7800230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ooc.cpython-313.pyc 2025-10-10T02:10:54.7801240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/capnproto.cpython-313.pyc 2025-10-10T02:10:54.7802320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dns.cpython-313.pyc 2025-10-10T02:10:54.7803550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_cpp.cpython-313.pyc 2025-10-10T02:10:54.7804820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_qlik_builtins.cpython-313.pyc 2025-10-10T02:10:54.7805940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/modeling.cpython-313.pyc 2025-10-10T02:10:54.7806980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/boa.cpython-313.pyc 2025-10-10T02:10:54.7808190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/iolang.cpython-313.pyc 2025-10-10T02:10:54.7809260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sql.cpython-313.pyc 2025-10-10T02:10:54.7810370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/testing.cpython-313.pyc 2025-10-10T02:10:54.7811540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/prql.cpython-313.pyc 2025-10-10T02:10:54.7812770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/haskell.cpython-313.pyc 2025-10-10T02:10:54.7813760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tls.cpython-313.pyc 2025-10-10T02:10:54.7814950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_julia_builtins.cpython-313.pyc 2025-10-10T02:10:54.7816150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/resource.cpython-313.pyc 2025-10-10T02:10:54.7817310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mime.cpython-313.pyc 2025-10-10T02:10:54.7818570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_postgres_builtins.cpython-313.pyc 2025-10-10T02:10:54.7819750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/praat.cpython-313.pyc 2025-10-10T02:10:54.7820940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/kusto.cpython-313.pyc 2025-10-10T02:10:54.7822220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/go.cpython-313.pyc 2025-10-10T02:10:54.7823410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tablegen.cpython-313.pyc 2025-10-10T02:10:54.7824420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:54.7825620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gcodelexer.cpython-313.pyc 2025-10-10T02:10:54.7826700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graph.cpython-313.pyc 2025-10-10T02:10:54.7827990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/elm.cpython-313.pyc 2025-10-10T02:10:54.7829140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/chapel.cpython-313.pyc 2025-10-10T02:10:54.7830330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/arrow.cpython-313.pyc 2025-10-10T02:10:54.7831400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphviz.cpython-313.pyc 2025-10-10T02:10:54.7832480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_lua_builtins.cpython-313.pyc 2025-10-10T02:10:54.7833460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bare.cpython-313.pyc 2025-10-10T02:10:54.7834660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ampl.cpython-313.pyc 2025-10-10T02:10:54.7838120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_cl_builtins.cpython-313.pyc 2025-10-10T02:10:54.7839150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tact.cpython-313.pyc 2025-10-10T02:10:54.7840520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/minecraft.cpython-313.pyc 2025-10-10T02:10:54.7841680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rnc.cpython-313.pyc 2025-10-10T02:10:54.7843040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/scripting.cpython-313.pyc 2025-10-10T02:10:54.7844430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mysql_builtins.cpython-313.pyc 2025-10-10T02:10:54.7845590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/diff.cpython-313.pyc 2025-10-10T02:10:54.7846950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/futhark.cpython-313.pyc 2025-10-10T02:10:54.7848020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gleam.cpython-313.pyc 2025-10-10T02:10:54.7849170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/teraterm.cpython-313.pyc 2025-10-10T02:10:54.7850320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rego.cpython-313.pyc 2025-10-10T02:10:54.7851570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scilab_builtins.cpython-313.pyc 2025-10-10T02:10:54.7852750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/spice.cpython-313.pyc 2025-10-10T02:10:54.7853930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sas.cpython-313.pyc 2025-10-10T02:10:54.7855200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/solidity.cpython-313.pyc 2025-10-10T02:10:54.7856280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fortran.cpython-313.pyc 2025-10-10T02:10:54.7857560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/meson.cpython-313.pyc 2025-10-10T02:10:54.7858800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/berry.cpython-313.pyc 2025-10-10T02:10:54.7859850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/css.cpython-313.pyc 2025-10-10T02:10:54.7861060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/modula2.cpython-313.pyc 2025-10-10T02:10:54.7862270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/parsers.cpython-313.pyc 2025-10-10T02:10:54.7863570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/textedit.cpython-313.pyc 2025-10-10T02:10:54.7864530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smv.cpython-313.pyc 2025-10-10T02:10:54.7865820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/mosel.cpython-313.pyc 2025-10-10T02:10:54.7867030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/savi.cpython-313.pyc 2025-10-10T02:10:54.7868230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/robotframework.cpython-313.pyc 2025-10-10T02:10:54.7869350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jvm.cpython-313.pyc 2025-10-10T02:10:54.7870460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/supercollider.cpython-313.pyc 2025-10-10T02:10:54.7871760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/objective.cpython-313.pyc 2025-10-10T02:10:54.7872730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ncl.cpython-313.pyc 2025-10-10T02:10:54.7873940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/automation.cpython-313.pyc 2025-10-10T02:10:54.7875070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/yang.cpython-313.pyc 2025-10-10T02:10:54.7876170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/usd.cpython-313.pyc 2025-10-10T02:10:54.7877470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ambient.cpython-313.pyc 2025-10-10T02:10:54.7878740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/c_like.cpython-313.pyc 2025-10-10T02:10:54.7880000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fift.cpython-313.pyc 2025-10-10T02:10:54.7881070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/algebra.cpython-313.pyc 2025-10-10T02:10:54.7882220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ml.cpython-313.pyc 2025-10-10T02:10:54.7883440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/j.cpython-313.pyc 2025-10-10T02:10:54.7884740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_csound_builtins.cpython-313.pyc 2025-10-10T02:10:54.7885820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rust.cpython-313.pyc 2025-10-10T02:10:54.7887020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/nix.cpython-313.pyc 2025-10-10T02:10:54.7888180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-313.pyc 2025-10-10T02:10:54.7889410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_sourcemod_builtins.cpython-313.pyc 2025-10-10T02:10:54.7890570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/graphql.cpython-313.pyc 2025-10-10T02:10:54.7891740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/cplint.cpython-313.pyc 2025-10-10T02:10:54.7892960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ride.cpython-313.pyc 2025-10-10T02:10:54.7894100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rebol.cpython-313.pyc 2025-10-10T02:10:54.7895180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/matlab.cpython-313.pyc 2025-10-10T02:10:54.7896380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/codeql.cpython-313.pyc 2025-10-10T02:10:54.7897720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webassembly.cpython-313.pyc 2025-10-10T02:10:54.7898740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tcl.cpython-313.pyc 2025-10-10T02:10:54.7899930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/snobol.cpython-313.pyc 2025-10-10T02:10:54.7901080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/gdscript.cpython-313.pyc 2025-10-10T02:10:54.7902240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/varnish.cpython-313.pyc 2025-10-10T02:10:54.7903460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/oberon.cpython-313.pyc 2025-10-10T02:10:54.7904620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/haxe.cpython-313.pyc 2025-10-10T02:10:54.7905670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ldap.cpython-313.pyc 2025-10-10T02:10:54.7906790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/bdd.cpython-313.pyc 2025-10-10T02:10:54.7907910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/markup.cpython-313.pyc 2025-10-10T02:10:54.7908990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/archetype.cpython-313.pyc 2025-10-10T02:10:54.7910390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/julia.cpython-313.pyc 2025-10-10T02:10:54.7913860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/scdoc.cpython-313.pyc 2025-10-10T02:10:54.7914960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/unicon.cpython-313.pyc 2025-10-10T02:10:54.7915870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/vyper.cpython-313.pyc 2025-10-10T02:10:54.7919120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/erlang.cpython-313.pyc 2025-10-10T02:10:54.7920190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tnt.cpython-313.pyc 2025-10-10T02:10:54.7921340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/php.cpython-313.pyc 2025-10-10T02:10:54.7922550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pawn.cpython-313.pyc 2025-10-10T02:10:54.7923750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/devicetree.cpython-313.pyc 2025-10-10T02:10:54.7924980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/javascript.cpython-313.pyc 2025-10-10T02:10:54.7926090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/phix.cpython-313.pyc 2025-10-10T02:10:54.7927330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/actionscript.cpython-313.pyc 2025-10-10T02:10:54.7928440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:54.7929620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/webmisc.cpython-313.pyc 2025-10-10T02:10:54.7931080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_php_builtins.cpython-313.pyc 2025-10-10T02:10:54.7932330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/typoscript.cpython-313.pyc 2025-10-10T02:10:54.7933460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/python.cpython-313.pyc 2025-10-10T02:10:54.7934570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_tsql_builtins.cpython-313.pyc 2025-10-10T02:10:54.7935470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/eiffel.cpython-313.pyc 2025-10-10T02:10:54.7936430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jmespath.cpython-313.pyc 2025-10-10T02:10:54.7937310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/business.cpython-313.pyc 2025-10-10T02:10:54.7938320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_openedge_builtins.cpython-313.pyc 2025-10-10T02:10:54.7939180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/math.cpython-313.pyc 2025-10-10T02:10:54.7940080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/monte.cpython-313.pyc 2025-10-10T02:10:54.7941130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_vbscript_builtins.cpython-313.pyc 2025-10-10T02:10:54.7942000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/func.cpython-313.pyc 2025-10-10T02:10:54.7942870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/zig.cpython-313.pyc 2025-10-10T02:10:54.7943810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wgsl.cpython-313.pyc 2025-10-10T02:10:54.7944960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/theorem.cpython-313.pyc 2025-10-10T02:10:54.7946330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/rdf.cpython-313.pyc 2025-10-10T02:10:54.7947300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/lisp.cpython-313.pyc 2025-10-10T02:10:54.7948520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_stata_builtins.cpython-313.pyc 2025-10-10T02:10:54.7949800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/comal.cpython-313.pyc 2025-10-10T02:10:54.7950820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/d.cpython-313.pyc 2025-10-10T02:10:54.7951930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/crystal.cpython-313.pyc 2025-10-10T02:10:54.7953120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_css_builtins.cpython-313.pyc 2025-10-10T02:10:54.7954330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/roboconf.cpython-313.pyc 2025-10-10T02:10:54.7955450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_asy_builtins.cpython-313.pyc 2025-10-10T02:10:54.7956700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_mql_builtins.cpython-313.pyc 2025-10-10T02:10:54.7957880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/ezhil.cpython-313.pyc 2025-10-10T02:10:54.7958940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/carbon.cpython-313.pyc 2025-10-10T02:10:54.7960110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/felix.cpython-313.pyc 2025-10-10T02:10:54.7961280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/configs.cpython-313.pyc 2025-10-10T02:10:54.7962500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/other.cpython-313.pyc 2025-10-10T02:10:54.7963630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/fantom.cpython-313.pyc 2025-10-10T02:10:54.7965000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/parasail.cpython-313.pyc 2025-10-10T02:10:54.7966310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.7967400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dylan.cpython-313.pyc 2025-10-10T02:10:54.7968570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_scheme_builtins.cpython-313.pyc 2025-10-10T02:10:54.7969730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/sieve.cpython-313.pyc 2025-10-10T02:10:54.7971010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/grammar_notation.cpython-313.pyc 2025-10-10T02:10:54.7972170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/wowtoc.cpython-313.pyc 2025-10-10T02:10:54.7973280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/q.cpython-313.pyc 2025-10-10T02:10:54.7974490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/kuin.cpython-313.pyc 2025-10-10T02:10:54.7975660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/hare.cpython-313.pyc 2025-10-10T02:10:54.7976820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dax.cpython-313.pyc 2025-10-10T02:10:54.7978290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/_googlesql_builtins.cpython-313.pyc 2025-10-10T02:10:54.7979500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/pddl.cpython-313.pyc 2025-10-10T02:10:54.7980510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/jsx.cpython-313.pyc 2025-10-10T02:10:54.7981740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/textfmts.cpython-313.pyc 2025-10-10T02:10:54.7982910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/vip.cpython-313.pyc 2025-10-10T02:10:54.7984060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:54.7985080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/apl.cpython-313.pyc 2025-10-10T02:10:54.7986180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smithy.cpython-313.pyc 2025-10-10T02:10:54.7987430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/clean.cpython-313.pyc 2025-10-10T02:10:54.7988360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/tlb.cpython-313.pyc 2025-10-10T02:10:54.7989670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/smalltalk.cpython-313.pyc 2025-10-10T02:10:54.7992930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/promql.cpython-313.pyc 2025-10-10T02:10:54.7993920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/__pycache__/dotnet.cpython-313.pyc 2025-10-10T02:10:54.7994880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ncl.py 2025-10-10T02:10:54.7995820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/vyper.py 2025-10-10T02:10:54.7997050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lilypond.py 2025-10-10T02:10:54.7998060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/markup.py 2025-10-10T02:10:54.7998980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pddl.py 2025-10-10T02:10:54.7999870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_asy_builtins.py 2025-10-10T02:10:54.8000660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/igor.py 2025-10-10T02:10:54.8001580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ml.py 2025-10-10T02:10:54.8002600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/savi.py 2025-10-10T02:10:54.8003480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bqn.py 2025-10-10T02:10:54.8004380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tal.py 2025-10-10T02:10:54.8005230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tls.py 2025-10-10T02:10:54.8006260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/templates.py 2025-10-10T02:10:54.8007120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/forth.py 2025-10-10T02:10:54.8008040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/css.py 2025-10-10T02:10:54.8009030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asm.py 2025-10-10T02:10:54.8010110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/roboconf.py 2025-10-10T02:10:54.8011150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_lasso_builtins.py 2025-10-10T02:10:54.8012070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pascal.py 2025-10-10T02:10:54.8013030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/csound.py 2025-10-10T02:10:54.8013920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/typst.py 2025-10-10T02:10:54.8014740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ptx.py 2025-10-10T02:10:54.8015680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sgf.py 2025-10-10T02:10:54.8016820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/kusto.py 2025-10-10T02:10:54.8017680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webassembly.py 2025-10-10T02:10:54.8018530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/procfile.py 2025-10-10T02:10:54.8019490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/functional.py 2025-10-10T02:10:54.8020290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/codeql.py 2025-10-10T02:10:54.8021340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/textedit.py 2025-10-10T02:10:54.8022240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/installers.py 2025-10-10T02:10:54.8023090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/business.py 2025-10-10T02:10:54.8023940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tcl.py 2025-10-10T02:10:54.8024880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/minecraft.py 2025-10-10T02:10:54.8025890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/vip.py 2025-10-10T02:10:54.8026870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/mips.py 2025-10-10T02:10:54.8027860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/meson.py 2025-10-10T02:10:54.8028720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/basic.py 2025-10-10T02:10:54.8029870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_stan_builtins.py 2025-10-10T02:10:54.8030720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/prql.py 2025-10-10T02:10:54.8031750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/eiffel.py 2025-10-10T02:10:54.8032650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/scdoc.py 2025-10-10T02:10:54.8033590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dax.py 2025-10-10T02:10:54.8034450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rdf.py 2025-10-10T02:10:54.8035410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gleam.py 2025-10-10T02:10:54.8036260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/email.py 2025-10-10T02:10:54.8037180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sophia.py 2025-10-10T02:10:54.8038060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/modula2.py 2025-10-10T02:10:54.8038820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/nit.py 2025-10-10T02:10:54.8039750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/actionscript.py 2025-10-10T02:10:54.8040610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/qlik.py 2025-10-10T02:10:54.8041470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/text.py 2025-10-10T02:10:54.8042250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/apl.py 2025-10-10T02:10:54.8043340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_cl_builtins.py 2025-10-10T02:10:54.8044350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mql_builtins.py 2025-10-10T02:10:54.8045240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/srcinfo.py 2025-10-10T02:10:54.8046090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rego.py 2025-10-10T02:10:54.8047090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/archetype.py 2025-10-10T02:10:54.8047870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/python.py 2025-10-10T02:10:54.8048880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_csound_builtins.py 2025-10-10T02:10:54.8049710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/factor.py 2025-10-10T02:10:54.8052640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dalvik.py 2025-10-10T02:10:54.8053620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/go.py 2025-10-10T02:10:54.8054470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/berry.py 2025-10-10T02:10:54.8057420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/unicon.py 2025-10-10T02:10:54.8058470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_usd_builtins.py 2025-10-10T02:10:54.8059340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/cddl.py 2025-10-10T02:10:54.8060190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dylan.py 2025-10-10T02:10:54.8061070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/make.py 2025-10-10T02:10:54.8061930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/diff.py 2025-10-10T02:10:54.8062780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/xorg.py 2025-10-10T02:10:54.8063790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/trafficscript.py 2025-10-10T02:10:54.8064640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/kuin.py 2025-10-10T02:10:54.8065650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/jvm.py 2025-10-10T02:10:54.8066530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/smv.py 2025-10-10T02:10:54.8067440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/math.py 2025-10-10T02:10:54.8068360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/tact.py 2025-10-10T02:10:54.8069220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/promql.py 2025-10-10T02:10:54.8070100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/php.py 2025-10-10T02:10:54.8071040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/sql.py 2025-10-10T02:10:54.8072020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/x10.py 2025-10-10T02:10:54.8072910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/json5.py 2025-10-10T02:10:54.8073960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mapping.py 2025-10-10T02:10:54.8075170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/gcodelexer.py 2025-10-10T02:10:54.8076080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/praat.py 2025-10-10T02:10:54.8077110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/lean.py 2025-10-10T02:10:54.8078160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bibtex.py 2025-10-10T02:10:54.8079190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/whiley.py 2025-10-10T02:10:54.8079820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/q.py 2025-10-10T02:10:54.8080740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/snobol.py 2025-10-10T02:10:54.8081720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_mysql_builtins.py 2025-10-10T02:10:54.8082590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/webidl.py 2025-10-10T02:10:54.8083580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rita.py 2025-10-10T02:10:54.8084470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/haskell.py 2025-10-10T02:10:54.8085390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/testing.py 2025-10-10T02:10:54.8086230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fortran.py 2025-10-10T02:10:54.8087180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/modeling.py 2025-10-10T02:10:54.8088070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/arturo.py 2025-10-10T02:10:54.8089010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/varnish.py 2025-10-10T02:10:54.8089960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/elm.py 2025-10-10T02:10:54.8090920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asc.py 2025-10-10T02:10:54.8091870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/javascript.py 2025-10-10T02:10:54.8092720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ooc.py 2025-10-10T02:10:54.8093570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bdd.py 2025-10-10T02:10:54.8094480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/julia.py 2025-10-10T02:10:54.8095480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/hexdump.py 2025-10-10T02:10:54.8096370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/foxpro.py 2025-10-10T02:10:54.8097270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/stata.py 2025-10-10T02:10:54.8098130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/zig.py 2025-10-10T02:10:54.8099200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/grammar_notation.py 2025-10-10T02:10:54.8100220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/bare.py 2025-10-10T02:10:54.8101000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/openscad.py 2025-10-10T02:10:54.8101700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/dotnet.py 2025-10-10T02:10:54.8102430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fantom.py 2025-10-10T02:10:54.8103150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/special.py 2025-10-10T02:10:54.8103840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/yang.py 2025-10-10T02:10:54.8104540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/fift.py 2025-10-10T02:10:54.8105250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ezhil.py 2025-10-10T02:10:54.8105960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/ride.py 2025-10-10T02:10:54.8106800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_scheme_builtins.py 2025-10-10T02:10:54.8107530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/devicetree.py 2025-10-10T02:10:54.8108370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/macaulay2.py 2025-10-10T02:10:54.8108970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/urbi.py 2025-10-10T02:10:54.8109670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/haxe.py 2025-10-10T02:10:54.8110360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/func.py 2025-10-10T02:10:54.8111070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/data.py 2025-10-10T02:10:54.8111860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_ada_builtins.py 2025-10-10T02:10:54.8114740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/yara.py 2025-10-10T02:10:54.8115400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/pointless.py 2025-10-10T02:10:54.8116290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/asn1.py 2025-10-10T02:10:54.8117250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/_tsql_builtins.py 2025-10-10T02:10:54.8118270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/wgsl.py 2025-10-10T02:10:54.8119150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexers/rust.py 2025-10-10T02:10:54.8119930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/token.py 2025-10-10T02:10:54.8120730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/style.py 2025-10-10T02:10:54.8121720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/util.py 2025-10-10T02:10:54.8122610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/sphinxext.py 2025-10-10T02:10:54.8123410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/cmdline.py 2025-10-10T02:10:54.8124220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__init__.py 2025-10-10T02:10:54.8125350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/terminal.py 2025-10-10T02:10:54.8126250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/html.py 2025-10-10T02:10:54.8127260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/irc.py 2025-10-10T02:10:54.8128280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__init__.py 2025-10-10T02:10:54.8129360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/other.py 2025-10-10T02:10:54.8130860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/html.cpython-313.pyc 2025-10-10T02:10:54.8132140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/pangomarkup.cpython-313.pyc 2025-10-10T02:10:54.8133330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/img.cpython-313.pyc 2025-10-10T02:10:54.8134620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/groff.cpython-313.pyc 2025-10-10T02:10:54.8135840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/svg.cpython-313.pyc 2025-10-10T02:10:54.8137050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/latex.cpython-313.pyc 2025-10-10T02:10:54.8138370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/bbcode.cpython-313.pyc 2025-10-10T02:10:54.8139710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal256.cpython-313.pyc 2025-10-10T02:10:54.8140940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/irc.cpython-313.pyc 2025-10-10T02:10:54.8142250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/terminal.cpython-313.pyc 2025-10-10T02:10:54.8143380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:54.8144460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/rtf.cpython-313.pyc 2025-10-10T02:10:54.8145600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/other.cpython-313.pyc 2025-10-10T02:10:54.8146920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8147800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/img.py 2025-10-10T02:10:54.8148790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/terminal256.py 2025-10-10T02:10:54.8149780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/rtf.py 2025-10-10T02:10:54.8150710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/svg.py 2025-10-10T02:10:54.8151610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/bbcode.py 2025-10-10T02:10:54.8152620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/pangomarkup.py 2025-10-10T02:10:54.8153650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/_mapping.py 2025-10-10T02:10:54.8154700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/groff.py 2025-10-10T02:10:54.8155780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/formatters/latex.py 2025-10-10T02:10:54.8156850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/formatter.cpython-313.pyc 2025-10-10T02:10:54.8157960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/regexopt.cpython-313.pyc 2025-10-10T02:10:54.8159420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:54.8160610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/lexer.cpython-313.pyc 2025-10-10T02:10:54.8161600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:54.8162580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:54.8163670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:54.8164860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/unistring.cpython-313.pyc 2025-10-10T02:10:54.8166030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/modeline.cpython-313.pyc 2025-10-10T02:10:54.8167120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.8168210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/cmdline.cpython-313.pyc 2025-10-10T02:10:54.8169360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-10-10T02:10:54.8170440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/filter.cpython-313.pyc 2025-10-10T02:10:54.8171470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.8172650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8173920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:54.8174650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/sas.py 2025-10-10T02:10:54.8175680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/material.py 2025-10-10T02:10:54.8176690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/friendly_grayscale.py 2025-10-10T02:10:54.8183050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/pastie.py 2025-10-10T02:10:54.8183280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/onedark.py 2025-10-10T02:10:54.8183470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/inkpot.py 2025-10-10T02:10:54.8183690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/xcode.py 2025-10-10T02:10:54.8183910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/gruvbox.py 2025-10-10T02:10:54.8185100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/monokai.py 2025-10-10T02:10:54.8188170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/tango.py 2025-10-10T02:10:54.8188930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/friendly.py 2025-10-10T02:10:54.8189900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/staroffice.py 2025-10-10T02:10:54.8190880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/paraiso_dark.py 2025-10-10T02:10:54.8191840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/solarized.py 2025-10-10T02:10:54.8192800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__init__.py 2025-10-10T02:10:54.8193680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/algol_nu.py 2025-10-10T02:10:54.8194690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/gh_dark.py 2025-10-10T02:10:54.8195660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/native.py 2025-10-10T02:10:54.8196840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/xcode.cpython-313.pyc 2025-10-10T02:10:54.8197950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/algol.cpython-313.pyc 2025-10-10T02:10:54.8199070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/colorful.cpython-313.pyc 2025-10-10T02:10:54.8200210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/borland.cpython-313.pyc 2025-10-10T02:10:54.8201460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/arduino.cpython-313.pyc 2025-10-10T02:10:54.8202640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/onedark.cpython-313.pyc 2025-10-10T02:10:54.8203800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_dark.cpython-313.pyc 2025-10-10T02:10:54.8204900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/fruity.cpython-313.pyc 2025-10-10T02:10:54.8206150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lightbulb.cpython-313.pyc 2025-10-10T02:10:54.8207460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/algol_nu.cpython-313.pyc 2025-10-10T02:10:54.8208680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lilypond.cpython-313.pyc 2025-10-10T02:10:54.8209860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/gh_dark.cpython-313.pyc 2025-10-10T02:10:54.8211120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/manni.cpython-313.pyc 2025-10-10T02:10:54.8212180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/igor.cpython-313.pyc 2025-10-10T02:10:54.8213470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/material.cpython-313.pyc 2025-10-10T02:10:54.8214680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/murphy.cpython-313.pyc 2025-10-10T02:10:54.8215940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/lovelace.cpython-313.pyc 2025-10-10T02:10:54.8217170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/vs.cpython-313.pyc 2025-10-10T02:10:54.8218400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/nord.cpython-313.pyc 2025-10-10T02:10:54.8219530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/inkpot.cpython-313.pyc 2025-10-10T02:10:54.8220680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/coffee.cpython-313.pyc 2025-10-10T02:10:54.8221850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/gruvbox.cpython-313.pyc 2025-10-10T02:10:54.8223320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly_grayscale.cpython-313.pyc 2025-10-10T02:10:54.8224440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_light.cpython-313.pyc 2025-10-10T02:10:54.8225610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/zenburn.cpython-313.pyc 2025-10-10T02:10:54.8226920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/stata_light.cpython-313.pyc 2025-10-10T02:10:54.8228260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/rrt.cpython-313.pyc 2025-10-10T02:10:54.8229330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/autumn.cpython-313.pyc 2025-10-10T02:10:54.8230550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/pastie.cpython-313.pyc 2025-10-10T02:10:54.8231740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/paraiso_dark.cpython-313.pyc 2025-10-10T02:10:54.8232970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/sas.cpython-313.pyc 2025-10-10T02:10:54.8234210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/dracula.cpython-313.pyc 2025-10-10T02:10:54.8235480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/solarized.cpython-313.pyc 2025-10-10T02:10:54.8236820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/native.cpython-313.pyc 2025-10-10T02:10:54.8238140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/emacs.cpython-313.pyc 2025-10-10T02:10:54.8239320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/default.cpython-313.pyc 2025-10-10T02:10:54.8240430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/tango.cpython-313.pyc 2025-10-10T02:10:54.8241700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/rainbow_dash.cpython-313.pyc 2025-10-10T02:10:54.8243010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/bw.cpython-313.pyc 2025-10-10T02:10:54.8244350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/abap.cpython-313.pyc 2025-10-10T02:10:54.8245320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/perldoc.cpython-313.pyc 2025-10-10T02:10:54.8246540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:54.8247750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/friendly.cpython-313.pyc 2025-10-10T02:10:54.8248800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/vim.cpython-313.pyc 2025-10-10T02:10:54.8249940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/monokai.cpython-313.pyc 2025-10-10T02:10:54.8251180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/trac.cpython-313.pyc 2025-10-10T02:10:54.8252350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8253610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/__pycache__/staroffice.cpython-313.pyc 2025-10-10T02:10:54.8254440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/colorful.py 2025-10-10T02:10:54.8255330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lilypond.py 2025-10-10T02:10:54.8256270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/igor.py 2025-10-10T02:10:54.8257220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/zenburn.py 2025-10-10T02:10:54.8258080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/bw.py 2025-10-10T02:10:54.8258970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/emacs.py 2025-10-10T02:10:54.8262280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/dracula.py 2025-10-10T02:10:54.8263070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/vs.py 2025-10-10T02:10:54.8263940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/default.py 2025-10-10T02:10:54.8264900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/paraiso_light.py 2025-10-10T02:10:54.8265820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lovelace.py 2025-10-10T02:10:54.8266650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/stata_dark.py 2025-10-10T02:10:54.8267490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/vim.py 2025-10-10T02:10:54.8268410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/borland.py 2025-10-10T02:10:54.8269480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/coffee.py 2025-10-10T02:10:54.8270340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/_mapping.py 2025-10-10T02:10:54.8271090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/murphy.py 2025-10-10T02:10:54.8271860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/lightbulb.py 2025-10-10T02:10:54.8272570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/fruity.py 2025-10-10T02:10:54.8273290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/abap.py 2025-10-10T02:10:54.8274070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/rainbow_dash.py 2025-10-10T02:10:54.8274770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/manni.py 2025-10-10T02:10:54.8275470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/autumn.py 2025-10-10T02:10:54.8276260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/rrt.py 2025-10-10T02:10:54.8276910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/perldoc.py 2025-10-10T02:10:54.8277800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/trac.py 2025-10-10T02:10:54.8278400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/algol.py 2025-10-10T02:10:54.8279550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/arduino.py 2025-10-10T02:10:54.8280450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/nord.py 2025-10-10T02:10:54.8281400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/styles/stata_light.py 2025-10-10T02:10:54.8282210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/unistring.py 2025-10-10T02:10:54.8283120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/lexer.py 2025-10-10T02:10:54.8283950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/regexopt.py 2025-10-10T02:10:54.8284700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/plugin.py 2025-10-10T02:10:54.8285550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/filter.py 2025-10-10T02:10:54.8286370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pygments/__main__.py 2025-10-10T02:10:54.8287310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/yacc.py 2025-10-10T02:10:54.8288170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/lex.py 2025-10-10T02:10:54.8289390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/ctokens.py 2025-10-10T02:10:54.8290420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__init__.py 2025-10-10T02:10:54.8291460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/lex.cpython-313.pyc 2025-10-10T02:10:54.8292520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/ygen.cpython-313.pyc 2025-10-10T02:10:54.8293670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/yacc.cpython-313.pyc 2025-10-10T02:10:54.8294840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/ctokens.cpython-313.pyc 2025-10-10T02:10:54.8296120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8297290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/__pycache__/cpp.cpython-313.pyc 2025-10-10T02:10:54.8298120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/cpp.py 2025-10-10T02:10:54.8299050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ply/ygen.py 2025-10-10T02:10:54.8299880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_parser.py 2025-10-10T02:10:54.8300670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_ast_gen.py 2025-10-10T02:10:54.8301510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__init__.py 2025-10-10T02:10:54.8302280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_c_ast.cfg 2025-10-10T02:10:54.8303510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_generator.cpython-313.pyc 2025-10-10T02:10:54.8304680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/ast_transforms.cpython-313.pyc 2025-10-10T02:10:54.8305690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_lexer.cpython-313.pyc 2025-10-10T02:10:54.8306830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/plyparser.cpython-313.pyc 2025-10-10T02:10:54.8307800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/lextab.cpython-313.pyc 2025-10-10T02:10:54.8308870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_ast.cpython-313.pyc 2025-10-10T02:10:54.8309950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/c_parser.cpython-313.pyc 2025-10-10T02:10:54.8311100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/yacctab.cpython-313.pyc 2025-10-10T02:10:54.8312350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/_build_tables.cpython-313.pyc 2025-10-10T02:10:54.8313570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/_ast_gen.cpython-313.pyc 2025-10-10T02:10:54.8314670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8315640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_ast.py 2025-10-10T02:10:54.8316510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/plyparser.py 2025-10-10T02:10:54.8317360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/_build_tables.py 2025-10-10T02:10:54.8318290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/ast_transforms.py 2025-10-10T02:10:54.8319290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/yacctab.py 2025-10-10T02:10:54.8322330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_generator.py 2025-10-10T02:10:54.8323100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/c_lexer.py 2025-10-10T02:10:54.8323930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser/lextab.py 2025-10-10T02:10:54.8327260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/RECORD 2025-10-10T02:10:54.8328240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/licenses/LICENSE 2025-10-10T02:10:54.8329460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/direct_url.json 2025-10-10T02:10:54.8330460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/WHEEL 2025-10-10T02:10:54.8331700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/entry_points.txt 2025-10-10T02:10:54.8332880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/top_level.txt 2025-10-10T02:10:54.8333920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/REQUESTED 2025-10-10T02:10:54.8335060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/INSTALLER 2025-10-10T02:10:54.8336190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_anon_usage-0.7.2.dist-info/METADATA 2025-10-10T02:10:54.8337070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/__init__.py 2025-10-10T02:10:54.8338350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8339190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/context/py.typed 2025-10-10T02:10:54.8340120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/properties.py 2025-10-10T02:10:54.8341110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__init__.py 2025-10-10T02:10:54.8342270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/ancestry.cpython-313.pyc 2025-10-10T02:10:54.8343380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/meta.cpython-313.pyc 2025-10-10T02:10:54.8344580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/properties.cpython-313.pyc 2025-10-10T02:10:54.8345860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8346600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/py.typed 2025-10-10T02:10:54.8347560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/ancestry.py 2025-10-10T02:10:54.8348510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/classes/meta.py 2025-10-10T02:10:54.8349530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__init__.pyi 2025-10-10T02:10:54.8350430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__init__.py 2025-10-10T02:10:54.8351860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8352800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco/functools/py.typed 2025-10-10T02:10:54.8353660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/params.py 2025-10-10T02:10:54.8354560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_typing.py 2025-10-10T02:10:54.8355380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/models.py 2025-10-10T02:10:54.8356330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/completion.py 2025-10-10T02:10:54.8357160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__init__.py 2025-10-10T02:10:54.8357950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/core.py 2025-10-10T02:10:54.8358990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.8360040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_typing.cpython-313.pyc 2025-10-10T02:10:54.8361050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.8362070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/colors.cpython-313.pyc 2025-10-10T02:10:54.8363690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_click8.cpython-313.pyc 2025-10-10T02:10:54.8364740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_click7.cpython-313.pyc 2025-10-10T02:10:54.8366010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/rich_utils.cpython-313.pyc 2025-10-10T02:10:54.8366930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/testing.cpython-313.pyc 2025-10-10T02:10:54.8367870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.8368890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.8370000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/params.cpython-313.pyc 2025-10-10T02:10:54.8371140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_compat_utils.cpython-313.pyc 2025-10-10T02:10:54.8372250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/_completion_shared.cpython-313.pyc 2025-10-10T02:10:54.8373390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/completion.cpython-313.pyc 2025-10-10T02:10:54.8374620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8375550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/rich_utils.py 2025-10-10T02:10:54.8376470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_shared.py 2025-10-10T02:10:54.8377210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/utils.py 2025-10-10T02:10:54.8378250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_compat_utils.py 2025-10-10T02:10:54.8379160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/py.typed 2025-10-10T02:10:54.8380190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_click7.py 2025-10-10T02:10:54.8381000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/main.py 2025-10-10T02:10:54.8381840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/testing.py 2025-10-10T02:10:54.8382820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/_completion_click8.py 2025-10-10T02:10:54.8383680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer/colors.py 2025-10-10T02:10:54.8384590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/RECORD 2025-10-10T02:10:54.8385420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/LICENSE 2025-10-10T02:10:54.8386480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/direct_url.json 2025-10-10T02:10:54.8387540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/WHEEL 2025-10-10T02:10:54.8388560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/REQUESTED 2025-10-10T02:10:54.8389560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/INSTALLER 2025-10-10T02:10:54.8390540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typer-0.9.0.dist-info/METADATA 2025-10-10T02:10:54.8393530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/sockshandler.py 2025-10-10T02:10:54.8394470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/hooks.py 2025-10-10T02:10:54.8395630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/_version.py 2025-10-10T02:10:54.8396570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__init__.py 2025-10-10T02:10:54.8397970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/hooks.cpython-313.pyc 2025-10-10T02:10:54.8399250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.8400510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8401350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry/py.typed 2025-10-10T02:10:54.8402200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exports.py 2025-10-10T02:10:54.8403070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/misc.py 2025-10-10T02:10:54.8403780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plan.py 2025-10-10T02:10:54.8404680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/resolve.py 2025-10-10T02:10:54.8405480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/link.py 2025-10-10T02:10:54.8406470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/package_cache_data.py 2025-10-10T02:10:54.8407520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/path_actions.py 2025-10-10T02:10:54.8408300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/index.py 2025-10-10T02:10:54.8409320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/initialize.py 2025-10-10T02:10:54.8410150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/portability.py 2025-10-10T02:10:54.8411190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__init__.py 2025-10-10T02:10:54.8412100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/prefix_data.py 2025-10-10T02:10:54.8413310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/link.cpython-313.pyc 2025-10-10T02:10:54.8414500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/envs_manager.cpython-313.pyc 2025-10-10T02:10:54.8415510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/solve.cpython-313.pyc 2025-10-10T02:10:54.8416820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/portability.cpython-313.pyc 2025-10-10T02:10:54.8418050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/path_actions.cpython-313.pyc 2025-10-10T02:10:54.8419260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/package_cache_data.cpython-313.pyc 2025-10-10T02:10:54.8420560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/prefix_data.cpython-313.pyc 2025-10-10T02:10:54.8421720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/subdir_data.cpython-313.pyc 2025-10-10T02:10:54.8422860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/index.cpython-313.pyc 2025-10-10T02:10:54.8424090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8425190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/__pycache__/initialize.cpython-313.pyc 2025-10-10T02:10:54.8425900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/solve.py 2025-10-10T02:10:54.8427050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/envs_manager.py 2025-10-10T02:10:54.8427970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/core/subdir_data.py 2025-10-10T02:10:54.8428840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/_version.py 2025-10-10T02:10:54.8429720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/config.py 2025-10-10T02:10:54.8430820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/console.py 2025-10-10T02:10:54.8431990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__init__.py 2025-10-10T02:10:54.8433330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:54.8434580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8436040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:54.8437040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/reporter_backends/json.py 2025-10-10T02:10:54.8438070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/conda.py 2025-10-10T02:10:54.8439050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/freebsd.py 2025-10-10T02:10:54.8439900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__init__.py 2025-10-10T02:10:54.8441170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/cuda.cpython-313.pyc 2025-10-10T02:10:54.8442060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/conda.cpython-313.pyc 2025-10-10T02:10:54.8443120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/archspec.cpython-313.pyc 2025-10-10T02:10:54.8444170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:54.8445190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/linux.cpython-313.pyc 2025-10-10T02:10:54.8446300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/freebsd.cpython-313.pyc 2025-10-10T02:10:54.8447320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/osx.cpython-313.pyc 2025-10-10T02:10:54.8448470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8449210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/cuda.py 2025-10-10T02:10:54.8450090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/windows.py 2025-10-10T02:10:54.8450960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/linux.py 2025-10-10T02:10:54.8451840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/archspec.py 2025-10-10T02:10:54.8452670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/virtual_packages/osx.py 2025-10-10T02:10:54.8453590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/health_checks.py 2025-10-10T02:10:54.8454540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__init__.py 2025-10-10T02:10:54.8455580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8456690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/doctor/__pycache__/health_checks.cpython-313.pyc 2025-10-10T02:10:54.8459630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/__init__.py 2025-10-10T02:10:54.8460590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/subcommands/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8461450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/explicit.py 2025-10-10T02:10:54.8464440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__init__.py 2025-10-10T02:10:54.8465590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/requirements_txt.cpython-313.pyc 2025-10-10T02:10:54.8466750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/environment_yml.cpython-313.pyc 2025-10-10T02:10:54.8467800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/explicit.cpython-313.pyc 2025-10-10T02:10:54.8468840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8469970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/__pycache__/binstar.cpython-313.pyc 2025-10-10T02:10:54.8470900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/requirements_txt.py 2025-10-10T02:10:54.8472010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/environment_yml.py 2025-10-10T02:10:54.8472910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_specifiers/binstar.py 2025-10-10T02:10:54.8473690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__init__.py 2025-10-10T02:10:54.8474640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/solvers.py 2025-10-10T02:10:54.8475580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/types.py 2025-10-10T02:10:54.8476810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/manager.cpython-313.pyc 2025-10-10T02:10:54.8477890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:54.8479030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/solvers.cpython-313.pyc 2025-10-10T02:10:54.8480060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.8481120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/hookspec.cpython-313.pyc 2025-10-10T02:10:54.8482280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8483360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__init__.py 2025-10-10T02:10:54.8484790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/pkg_format.cpython-313.pyc 2025-10-10T02:10:54.8486190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8487460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/pypi/pkg_format.py 2025-10-10T02:10:54.8488530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__init__.py 2025-10-10T02:10:54.8489840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/prefix_data_loaders/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8490900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/signature_verification.py 2025-10-10T02:10:54.8491870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__init__.py 2025-10-10T02:10:54.8493340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8494720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/post_solves/__pycache__/signature_verification.cpython-313.pyc 2025-10-10T02:10:54.8495560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/hookspec.py 2025-10-10T02:10:54.8496770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/explicit.py 2025-10-10T02:10:54.8497760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__init__.py 2025-10-10T02:10:54.8499250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/requirements_txt.cpython-313.pyc 2025-10-10T02:10:54.8500770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/environment_yml.cpython-313.pyc 2025-10-10T02:10:54.8501950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/explicit.cpython-313.pyc 2025-10-10T02:10:54.8503450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8504430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/requirements_txt.py 2025-10-10T02:10:54.8505610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/environment_exporters/environment_yml.py 2025-10-10T02:10:54.8506490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/plugins/manager.py 2025-10-10T02:10:54.8507620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda_auto_activate.bat 2025-10-10T02:10:54.8508570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/activate.bat 2025-10-10T02:10:54.8509530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda-hook.ps1 2025-10-10T02:10:54.8510680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/_conda_activate.bat 2025-10-10T02:10:54.8511770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda.bat 2025-10-10T02:10:54.8512790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/rename_tmp.bat 2025-10-10T02:10:54.8513820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/conda_hook.bat 2025-10-10T02:10:54.8514850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/Conda.psm1 2025-10-10T02:10:54.8516080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/condabin/deactivate.bat 2025-10-10T02:10:54.8517070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/bin/deactivate 2025-10-10T02:10:54.8517880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/bin/activate 2025-10-10T02:10:54.8518850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/cli-64.exe 2025-10-10T02:10:54.8519830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.csh 2025-10-10T02:10:54.8520810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/profile.d/conda.sh 2025-10-10T02:10:54.8522000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/etc/fish/conf.d/conda.fish 2025-10-10T02:10:54.8522970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/Library/bin/conda.bat 2025-10-10T02:10:54.8523850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/Scripts/activate.bat 2025-10-10T02:10:54.8524730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/conda.xsh 2025-10-10T02:10:54.8525690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/cli-32.exe 2025-10-10T02:10:54.8526590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/shell/conda_icon.ico 2025-10-10T02:10:54.8527510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/instructions.py 2025-10-10T02:10:54.8528400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__init__.py 2025-10-10T02:10:54.8529370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/package_info.py 2025-10-10T02:10:54.8530270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/enums.py 2025-10-10T02:10:54.8531300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/leased_path_entry.py 2025-10-10T02:10:54.8534220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/version.py 2025-10-10T02:10:54.8534970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/records.py 2025-10-10T02:10:54.8535840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/channel.py 2025-10-10T02:10:54.8536930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__init__.py 2025-10-10T02:10:54.8538090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/dist.cpython-313.pyc 2025-10-10T02:10:54.8539260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/leased_path_entry.cpython-313.pyc 2025-10-10T02:10:54.8540350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/package_info.cpython-313.pyc 2025-10-10T02:10:54.8541340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/channel.cpython-313.pyc 2025-10-10T02:10:54.8542630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/enums.cpython-313.pyc 2025-10-10T02:10:54.8543820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/environment.cpython-313.pyc 2025-10-10T02:10:54.8545040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/prefix_graph.cpython-313.pyc 2025-10-10T02:10:54.8546100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/match_spec.cpython-313.pyc 2025-10-10T02:10:54.8547200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/records.cpython-313.pyc 2025-10-10T02:10:54.8548380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8549510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.8550310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/environment.py 2025-10-10T02:10:54.8551220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/match_spec.py 2025-10-10T02:10:54.8552210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/dist.py 2025-10-10T02:10:54.8553240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/models/prefix_graph.py 2025-10-10T02:10:54.8554250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/activate.cpython-313.pyc 2025-10-10T02:10:54.8555290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.8556490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/reporters.cpython-313.pyc 2025-10-10T02:10:54.8557520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/history.cpython-313.pyc 2025-10-10T02:10:54.8558400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/misc.cpython-313.pyc 2025-10-10T02:10:54.8559550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.8560610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exports.cpython-313.pyc 2025-10-10T02:10:54.8561660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.8562620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.8563730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/plan.cpython-313.pyc 2025-10-10T02:10:54.8564770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/deprecations.cpython-313.pyc 2025-10-10T02:10:54.8565820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.8567140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8568200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/resolve.cpython-313.pyc 2025-10-10T02:10:54.8569680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/exception_handler.cpython-313.pyc 2025-10-10T02:10:54.8570640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/instructions.cpython-313.pyc 2025-10-10T02:10:54.8571650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__pycache__/_vendor.cpython-313.pyc 2025-10-10T02:10:54.8572620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_rename.py 2025-10-10T02:10:54.8573500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_clean.py 2025-10-10T02:10:54.8574330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_create.py 2025-10-10T02:10:54.8575230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_config.py 2025-10-10T02:10:54.8576040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_compare.py 2025-10-10T02:10:54.8577000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_update.py 2025-10-10T02:10:54.8577800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_install.py 2025-10-10T02:10:54.8578750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_mock_activate.py 2025-10-10T02:10:54.8579740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_list.py 2025-10-10T02:10:54.8580590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_export.py 2025-10-10T02:10:54.8581580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_run.py 2025-10-10T02:10:54.8582580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_init.py 2025-10-10T02:10:54.8583490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_remove.py 2025-10-10T02:10:54.8584450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env.py 2025-10-10T02:10:54.8585320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/actions.py 2025-10-10T02:10:54.8586260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__init__.py 2025-10-10T02:10:54.8587150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_vars.py 2025-10-10T02:10:54.8587960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_info.py 2025-10-10T02:10:54.8589090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/helpers.cpython-313.pyc 2025-10-10T02:10:54.8590200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.8591400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_compare.cpython-313.pyc 2025-10-10T02:10:54.8592690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_deactivate.cpython-313.pyc 2025-10-10T02:10:54.8593740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_init.cpython-313.pyc 2025-10-10T02:10:54.8594960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_create.cpython-313.pyc 2025-10-10T02:10:54.8596230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_config.cpython-313.pyc 2025-10-10T02:10:54.8597330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_info.cpython-313.pyc 2025-10-10T02:10:54.8600610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/actions.cpython-313.pyc 2025-10-10T02:10:54.8601630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_rename.cpython-313.pyc 2025-10-10T02:10:54.8602540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_list.cpython-313.pyc 2025-10-10T02:10:54.8605440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_mock_activate.cpython-313.pyc 2025-10-10T02:10:54.8606170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/common.cpython-313.pyc 2025-10-10T02:10:54.8607140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_remove.cpython-313.pyc 2025-10-10T02:10:54.8608120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_update.cpython-313.pyc 2025-10-10T02:10:54.8609010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_export.cpython-313.pyc 2025-10-10T02:10:54.8609910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_list.cpython-313.pyc 2025-10-10T02:10:54.8610840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_clean.cpython-313.pyc 2025-10-10T02:10:54.8611640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/python_api.cpython-313.pyc 2025-10-10T02:10:54.8612580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_notices.cpython-313.pyc 2025-10-10T02:10:54.8613460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/find_commands.cpython-313.pyc 2025-10-10T02:10:54.8614360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_config.cpython-313.pyc 2025-10-10T02:10:54.8615260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/install.cpython-313.pyc 2025-10-10T02:10:54.8616100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_run.cpython-313.pyc 2025-10-10T02:10:54.8617020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_commands.cpython-313.pyc 2025-10-10T02:10:54.8617890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_pip.cpython-313.pyc 2025-10-10T02:10:54.8618770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_create.cpython-313.pyc 2025-10-10T02:10:54.8619640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env.cpython-313.pyc 2025-10-10T02:10:54.8620560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_package.cpython-313.pyc 2025-10-10T02:10:54.8621460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_search.cpython-313.pyc 2025-10-10T02:10:54.8622350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_install.cpython-313.pyc 2025-10-10T02:10:54.8623240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_update.cpython-313.pyc 2025-10-10T02:10:54.8624150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_env_vars.cpython-313.pyc 2025-10-10T02:10:54.8625010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8626100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/conda_argparse.cpython-313.pyc 2025-10-10T02:10:54.8626890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/__pycache__/main_remove.cpython-313.pyc 2025-10-10T02:10:54.8627540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/find_commands.py 2025-10-10T02:10:54.8628270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_notices.py 2025-10-10T02:10:54.8629030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_search.py 2025-10-10T02:10:54.8629690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/python_api.py 2025-10-10T02:10:54.8630350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_pip.py 2025-10-10T02:10:54.8631110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_remove.py 2025-10-10T02:10:54.8632000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_mock_deactivate.py 2025-10-10T02:10:54.8632940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/common.py 2025-10-10T02:10:54.8633930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_list.py 2025-10-10T02:10:54.8634870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/conda_argparse.py 2025-10-10T02:10:54.8635660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/install.py 2025-10-10T02:10:54.8636940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_update.py 2025-10-10T02:10:54.8637720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main.py 2025-10-10T02:10:54.8638690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_create.py 2025-10-10T02:10:54.8639490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/helpers.py 2025-10-10T02:10:54.8640430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_commands.py 2025-10-10T02:10:54.8641320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_env_config.py 2025-10-10T02:10:54.8642190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/cli/main_package.py 2025-10-10T02:10:54.8643160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/fetch.py 2025-10-10T02:10:54.8644200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/cache.py 2025-10-10T02:10:54.8645200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__init__.py 2025-10-10T02:10:54.8646100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/core.py 2025-10-10T02:10:54.8646960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/types.py 2025-10-10T02:10:54.8648120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/views.cpython-313.pyc 2025-10-10T02:10:54.8649190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/fetch.cpython-313.pyc 2025-10-10T02:10:54.8650250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.8651290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/cache.cpython-313.pyc 2025-10-10T02:10:54.8652390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.8653450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8654260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/notices/views.py 2025-10-10T02:10:54.8655170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/env.py 2025-10-10T02:10:54.8656120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/explicit.py 2025-10-10T02:10:54.8657130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__init__.py 2025-10-10T02:10:54.8658330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/yaml_file.cpython-313.pyc 2025-10-10T02:10:54.8659490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:54.8660700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/explicit.cpython-313.pyc 2025-10-10T02:10:54.8661780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8665190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/__pycache__/binstar.cpython-313.pyc 2025-10-10T02:10:54.8665850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/requirements.py 2025-10-10T02:10:54.8666750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/yaml_file.py 2025-10-10T02:10:54.8667640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/specs/binstar.py 2025-10-10T02:10:54.8668450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__init__.py 2025-10-10T02:10:54.8669780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/pip_util.cpython-313.pyc 2025-10-10T02:10:54.8670690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/env.cpython-313.pyc 2025-10-10T02:10:54.8671690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8672560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/pip_util.py 2025-10-10T02:10:54.8673710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/conda.py 2025-10-10T02:10:54.8674610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__init__.py 2025-10-10T02:10:54.8676130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/conda.cpython-313.pyc 2025-10-10T02:10:54.8677240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.8678440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/pip.cpython-313.pyc 2025-10-10T02:10:54.8679730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8680650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/pip.py 2025-10-10T02:10:54.8681530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/env/installers/base.py 2025-10-10T02:10:54.8682430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/deprecations.py 2025-10-10T02:10:54.8683300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/api.py 2025-10-10T02:10:54.8684210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__init__.py 2025-10-10T02:10:54.8685300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/solver_helpers.py 2025-10-10T02:10:54.8686270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/cases.py 2025-10-10T02:10:54.8687300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/helpers.cpython-313.pyc 2025-10-10T02:10:54.8688350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/integration.cpython-313.pyc 2025-10-10T02:10:54.8689330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/cases.cpython-313.pyc 2025-10-10T02:10:54.8690570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/fixtures.cpython-313.pyc 2025-10-10T02:10:54.8691730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/solver_helpers.cpython-313.pyc 2025-10-10T02:10:54.8692850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8693940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__init__.py 2025-10-10T02:10:54.8695080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/helpers.cpython-313.pyc 2025-10-10T02:10:54.8696510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/fixtures.cpython-313.pyc 2025-10-10T02:10:54.8697870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8698660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/helpers.py 2025-10-10T02:10:54.8699740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/notices/fixtures.py 2025-10-10T02:10:54.8700730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/integration.py 2025-10-10T02:10:54.8701880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__init__.py 2025-10-10T02:10:54.8703120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/fixtures.cpython-313.pyc 2025-10-10T02:10:54.8704240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8705220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py 2025-10-10T02:10:54.8706120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/helpers.py 2025-10-10T02:10:54.8707020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/testing/fixtures.py 2025-10-10T02:10:54.8707980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/unix.py 2025-10-10T02:10:54.8708950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__init__.py 2025-10-10T02:10:54.8710310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:54.8711350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/linux.cpython-313.pyc 2025-10-10T02:10:54.8712510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/osx.cpython-313.pyc 2025-10-10T02:10:54.8713700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8714780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:54.8715800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/windows.py 2025-10-10T02:10:54.8716690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/linux.py 2025-10-10T02:10:54.8717510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_os/osx.py 2025-10-10T02:10:54.8718530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/configuration.py 2025-10-10T02:10:54.8719290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/signals.py 2025-10-10T02:10:54.8720300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/disk.py 2025-10-10T02:10:54.8721130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/_logic.py 2025-10-10T02:10:54.8722130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/toposort.py 2025-10-10T02:10:54.8723050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/compat.py 2025-10-10T02:10:54.8724110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__init__.py 2025-10-10T02:10:54.8725430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/python.cpython-313.pyc 2025-10-10T02:10:54.8726660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8727610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/pkg_formats/python.py 2025-10-10T02:10:54.8728730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/directories.py 2025-10-10T02:10:54.8729600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/_cygpath.py 2025-10-10T02:10:54.8732640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__init__.py 2025-10-10T02:10:54.8733830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:54.8734940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/directories.cpython-313.pyc 2025-10-10T02:10:54.8738530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/python.cpython-313.pyc 2025-10-10T02:10:54.8739520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8740750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/__pycache__/_cygpath.cpython-313.pyc 2025-10-10T02:10:54.8741640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/python.py 2025-10-10T02:10:54.8747730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/path/windows.py 2025-10-10T02:10:54.8748170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/constants.py 2025-10-10T02:10:54.8748570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/io.py 2025-10-10T02:10:54.8748990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__init__.py 2025-10-10T02:10:54.8749440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__init__.py 2025-10-10T02:10:54.8749960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:54.8750570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8751100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/serialize/json.py 2025-10-10T02:10:54.8751580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/io.cpython-313.pyc 2025-10-10T02:10:54.8752300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/_logic.cpython-313.pyc 2025-10-10T02:10:54.8753490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/toposort.cpython-313.pyc 2025-10-10T02:10:54.8754590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/iterators.cpython-313.pyc 2025-10-10T02:10:54.8755750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.8756960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/signals.cpython-313.pyc 2025-10-10T02:10:54.8758130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/configuration.cpython-313.pyc 2025-10-10T02:10:54.8759240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:54.8760390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/disk.cpython-313.pyc 2025-10-10T02:10:54.8761480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8762640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/url.cpython-313.pyc 2025-10-10T02:10:54.8763560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/__pycache__/logic.cpython-313.pyc 2025-10-10T02:10:54.8764170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/logic.py 2025-10-10T02:10:54.8764870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/url.py 2025-10-10T02:10:54.8765670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/common/iterators.py 2025-10-10T02:10:54.8766340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exception_handler.py 2025-10-10T02:10:54.8766930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/utils.py 2025-10-10T02:10:54.8767670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/logging.py 2025-10-10T02:10:54.8768600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/download.py 2025-10-10T02:10:54.8769340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/session.py 2025-10-10T02:10:54.8770130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__init__.py 2025-10-10T02:10:54.8771250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/session.cpython-313.pyc 2025-10-10T02:10:54.8772230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/download.cpython-313.pyc 2025-10-10T02:10:54.8773190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8774050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__init__.py 2025-10-10T02:10:54.8775150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/s3.cpython-313.pyc 2025-10-10T02:10:54.8776170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/localfs.cpython-313.pyc 2025-10-10T02:10:54.8777180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/ftp.cpython-313.pyc 2025-10-10T02:10:54.8778260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8779300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/__pycache__/http.cpython-313.pyc 2025-10-10T02:10:54.8780200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/localfs.py 2025-10-10T02:10:54.8780990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/http.py 2025-10-10T02:10:54.8781790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/s3.py 2025-10-10T02:10:54.8782650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/connection/adapters/ftp.py 2025-10-10T02:10:54.8783410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/anaconda_client.py 2025-10-10T02:10:54.8784120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/subprocess.py 2025-10-10T02:10:54.8784940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/fetch.py 2025-10-10T02:10:54.8785810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/interface.py 2025-10-10T02:10:54.8786610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__init__.py 2025-10-10T02:10:54.8787600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/core.py 2025-10-10T02:10:54.8788640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/interface.cpython-313.pyc 2025-10-10T02:10:54.8789590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/fetch.cpython-313.pyc 2025-10-10T02:10:54.8790570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.8791610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/jlap/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8792320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__init__.py 2025-10-10T02:10:54.8793310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/lock.cpython-313.pyc 2025-10-10T02:10:54.8794350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8795000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/repodata/lock.py 2025-10-10T02:10:54.8795700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__init__.py 2025-10-10T02:10:54.8796740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:54.8800170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/anaconda_client.cpython-313.pyc 2025-10-10T02:10:54.8801250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8802440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:54.8803300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/update.py 2025-10-10T02:10:54.8804210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/link.py 2025-10-10T02:10:54.8805140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/delete.py 2025-10-10T02:10:54.8806120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/create.py 2025-10-10T02:10:54.8807120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__init__.py 2025-10-10T02:10:54.8808410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/link.cpython-313.pyc 2025-10-10T02:10:54.8809520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/create.cpython-313.pyc 2025-10-10T02:10:54.8810670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/delete.cpython-313.pyc 2025-10-10T02:10:54.8811830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/update.cpython-313.pyc 2025-10-10T02:10:54.8813010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/read.cpython-313.pyc 2025-10-10T02:10:54.8814150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/test.cpython-313.pyc 2025-10-10T02:10:54.8815310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/permissions.cpython-313.pyc 2025-10-10T02:10:54.8816520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/lock.cpython-313.pyc 2025-10-10T02:10:54.8817890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8818880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/test.py 2025-10-10T02:10:54.8819800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/lock.py 2025-10-10T02:10:54.8820890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/permissions.py 2025-10-10T02:10:54.8821690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/gateways/disk/read.py 2025-10-10T02:10:54.8822550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/reporters.py 2025-10-10T02:10:54.8823450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/py.typed 2025-10-10T02:10:54.8824360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/exceptions.py 2025-10-10T02:10:54.8825480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/signature_verification.py 2025-10-10T02:10:54.8826330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/constants.py 2025-10-10T02:10:54.8827290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__init__.py 2025-10-10T02:10:54.8828680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:54.8829720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8830980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/trust/__pycache__/signature_verification.cpython-313.pyc 2025-10-10T02:10:54.8831670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/ish.py 2025-10-10T02:10:54.8832540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/compat.py 2025-10-10T02:10:54.8833400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/LICENSE 2025-10-10T02:10:54.8834210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/logz.py 2025-10-10T02:10:54.8835020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__init__.py 2025-10-10T02:10:54.8836110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/logz.cpython-313.pyc 2025-10-10T02:10:54.8837300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/entity.cpython-313.pyc 2025-10-10T02:10:54.8838310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.8839380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/ish.cpython-313.pyc 2025-10-10T02:10:54.8840440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/decorators.cpython-313.pyc 2025-10-10T02:10:54.8841530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.8842790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/collection.cpython-313.pyc 2025-10-10T02:10:54.8844060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/type_coercion.cpython-313.pyc 2025-10-10T02:10:54.8845130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8846010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/collection.py 2025-10-10T02:10:54.8846920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/entity.py 2025-10-10T02:10:54.8847890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/type_coercion.py 2025-10-10T02:10:54.8848750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/exceptions.py 2025-10-10T02:10:54.8849580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/auxlib/decorators.py 2025-10-10T02:10:54.8850590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/_vendor.py 2025-10-10T02:10:54.8851130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/__main__.py 2025-10-10T02:10:54.8852010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/constants.py 2025-10-10T02:10:54.8852890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__init__.py 2025-10-10T02:10:54.8853990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/context.cpython-313.pyc 2025-10-10T02:10:54.8855170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:54.8856360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8857190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/base/context.py 2025-10-10T02:10:54.8858150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/activate.py 2025-10-10T02:10:54.8859010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda/history.py 2025-10-10T02:10:54.8859910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/RECORD 2025-10-10T02:10:54.8860890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/direct_url.json 2025-10-10T02:10:54.8861900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/WHEEL 2025-10-10T02:10:54.8862990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/entry_points.txt 2025-10-10T02:10:54.8866360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/top_level.txt 2025-10-10T02:10:54.8867140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/LICENSE.txt 2025-10-10T02:10:54.8868120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/REQUESTED 2025-10-10T02:10:54.8871330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/INSTALLER 2025-10-10T02:10:54.8872300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver-3.0.2.dist-info/METADATA 2025-10-10T02:10:54.8873250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_ruamel_yaml.cpython-313-darwin.so 2025-10-10T02:10:54.8874310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__init__.py 2025-10-10T02:10:54.8875630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8876650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py 2025-10-10T02:10:54.8877880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py 2025-10-10T02:10:54.8879320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-10-10T02:10:54.8880700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8882000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/__init__.py 2025-10-10T02:10:54.8883370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8884480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/backend.py 2025-10-10T02:10:54.8885640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__init__.py 2025-10-10T02:10:54.8887120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/backend.cpython-313.pyc 2025-10-10T02:10:54.8888350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/backends/openssl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8889330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__init__.py 2025-10-10T02:10:54.8890630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-313.pyc 2025-10-10T02:10:54.8891850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8892810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/argon2.py 2025-10-10T02:10:54.8894060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__init__.py 2025-10-10T02:10:54.8895600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/concatkdf.cpython-313.pyc 2025-10-10T02:10:54.8896830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/hkdf.cpython-313.pyc 2025-10-10T02:10:54.8898250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/kbkdf.cpython-313.pyc 2025-10-10T02:10:54.8899520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/argon2.cpython-313.pyc 2025-10-10T02:10:54.8901080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/scrypt.cpython-313.pyc 2025-10-10T02:10:54.8902480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/pbkdf2.cpython-313.pyc 2025-10-10T02:10:54.8903860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8905330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/__pycache__/x963kdf.cpython-313.pyc 2025-10-10T02:10:54.8906340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/scrypt.py 2025-10-10T02:10:54.8907500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/pbkdf2.py 2025-10-10T02:10:54.8908570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/hkdf.py 2025-10-10T02:10:54.8909910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/x963kdf.py 2025-10-10T02:10:54.8911200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/kbkdf.py 2025-10-10T02:10:54.8912340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py 2025-10-10T02:10:54.8913530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_serialization.py 2025-10-10T02:10:54.8914700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/totp.py 2025-10-10T02:10:54.8915940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__init__.py 2025-10-10T02:10:54.8917410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/totp.cpython-313.pyc 2025-10-10T02:10:54.8918790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/hotp.cpython-313.pyc 2025-10-10T02:10:54.8920450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8921590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/twofactor/hotp.py 2025-10-10T02:10:54.8922920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__init__.py 2025-10-10T02:10:54.8924100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs7.cpython-313.pyc 2025-10-10T02:10:54.8925210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.8926310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-313.pyc 2025-10-10T02:10:54.8927470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/pkcs12.cpython-313.pyc 2025-10-10T02:10:54.8928600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8929490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs12.py 2025-10-10T02:10:54.8930450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/pkcs7.py 2025-10-10T02:10:54.8931380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/ssh.py 2025-10-10T02:10:54.8932340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/serialization/base.py 2025-10-10T02:10:54.8933210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/cmac.py 2025-10-10T02:10:54.8934120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_asymmetric.py 2025-10-10T02:10:54.8934930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__init__.py 2025-10-10T02:10:54.8936040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/poly1305.cpython-313.pyc 2025-10-10T02:10:54.8937090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-313.pyc 2025-10-10T02:10:54.8938170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-313.pyc 2025-10-10T02:10:54.8939300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-313.pyc 2025-10-10T02:10:54.8940330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-313.pyc 2025-10-10T02:10:54.8941400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/keywrap.cpython-313.pyc 2025-10-10T02:10:54.8942410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/hmac.cpython-313.pyc 2025-10-10T02:10:54.8943450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/cmac.cpython-313.pyc 2025-10-10T02:10:54.8946740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-313.pyc 2025-10-10T02:10:54.8947620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8948620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/__pycache__/padding.cpython-313.pyc 2025-10-10T02:10:54.8949530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py 2025-10-10T02:10:54.8950350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/poly1305.py 2025-10-10T02:10:54.8951230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py 2025-10-10T02:10:54.8952100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/aead.py 2025-10-10T02:10:54.8953030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py 2025-10-10T02:10:54.8954110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.8955260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-313.pyc 2025-10-10T02:10:54.8956350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-313.pyc 2025-10-10T02:10:54.8957530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8958600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/aead.cpython-313.pyc 2025-10-10T02:10:54.8959640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/modes.py 2025-10-10T02:10:54.8960820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/ciphers/base.py 2025-10-10T02:10:54.8961830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/constant_time.py 2025-10-10T02:10:54.8963070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py 2025-10-10T02:10:54.8964370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py 2025-10-10T02:10:54.8965570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py 2025-10-10T02:10:54.8966530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py 2025-10-10T02:10:54.8967680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py 2025-10-10T02:10:54.8968930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/types.py 2025-10-10T02:10:54.8970610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-313.pyc 2025-10-10T02:10:54.8971890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-313.pyc 2025-10-10T02:10:54.8973260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-313.pyc 2025-10-10T02:10:54.8974730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-313.pyc 2025-10-10T02:10:54.8976340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-313.pyc 2025-10-10T02:10:54.8977880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.8979180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-313.pyc 2025-10-10T02:10:54.8980880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-313.pyc 2025-10-10T02:10:54.8982130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.8983550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.8984930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-313.pyc 2025-10-10T02:10:54.8986460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-313.pyc 2025-10-10T02:10:54.8987500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py 2025-10-10T02:10:54.8988900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py 2025-10-10T02:10:54.8990000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py 2025-10-10T02:10:54.8991150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py 2025-10-10T02:10:54.8992430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py 2025-10-10T02:10:54.8993590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py 2025-10-10T02:10:54.8994550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/keywrap.py 2025-10-10T02:10:54.8995630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/hmac.py 2025-10-10T02:10:54.8996740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/hashes.py 2025-10-10T02:10:54.8997930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/primitives/padding.py 2025-10-10T02:10:54.8998730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/_oid.py 2025-10-10T02:10:54.8999820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi 2025-10-10T02:10:54.9000960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi 2025-10-10T02:10:54.9002290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi 2025-10-10T02:10:54.9003290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi 2025-10-10T02:10:54.9004350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi 2025-10-10T02:10:54.9005400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi 2025-10-10T02:10:54.9006510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi 2025-10-10T02:10:54.9007560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi 2025-10-10T02:10:54.9008660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi 2025-10-10T02:10:54.9009770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi 2025-10-10T02:10:54.9010960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi 2025-10-10T02:10:54.9012230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi 2025-10-10T02:10:54.9013280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi 2025-10-10T02:10:54.9014390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi 2025-10-10T02:10:54.9015570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi 2025-10-10T02:10:54.9017040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi 2025-10-10T02:10:54.9018310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi 2025-10-10T02:10:54.9019650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi 2025-10-10T02:10:54.9023250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi 2025-10-10T02:10:54.9024210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi 2025-10-10T02:10:54.9025330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi 2025-10-10T02:10:54.9026570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi 2025-10-10T02:10:54.9027750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi 2025-10-10T02:10:54.9028780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi 2025-10-10T02:10:54.9032070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi 2025-10-10T02:10:54.9033120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi 2025-10-10T02:10:54.9034150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/__init__.py 2025-10-10T02:10:54.9035390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9036430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/_rust.abi3.so 2025-10-10T02:10:54.9037620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__init__.py 2025-10-10T02:10:54.9039080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/_conditional.cpython-313.pyc 2025-10-10T02:10:54.9040460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/binding.cpython-313.pyc 2025-10-10T02:10:54.9041770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9042850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/_conditional.py 2025-10-10T02:10:54.9044000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/hazmat/bindings/openssl/binding.py 2025-10-10T02:10:54.9044890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__init__.py 2025-10-10T02:10:54.9045960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/fernet.cpython-313.pyc 2025-10-10T02:10:54.9047090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9048190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.9049520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/__about__.cpython-313.pyc 2025-10-10T02:10:54.9050440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9051200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/oid.py 2025-10-10T02:10:54.9052160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/verification.py 2025-10-10T02:10:54.9053120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/ocsp.py 2025-10-10T02:10:54.9054140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/general_name.py 2025-10-10T02:10:54.9055120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__init__.py 2025-10-10T02:10:54.9056360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/extensions.cpython-313.pyc 2025-10-10T02:10:54.9057700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/verification.cpython-313.pyc 2025-10-10T02:10:54.9058930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.9060410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-313.pyc 2025-10-10T02:10:54.9061500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/ocsp.cpython-313.pyc 2025-10-10T02:10:54.9062670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/name.cpython-313.pyc 2025-10-10T02:10:54.9064130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/general_name.cpython-313.pyc 2025-10-10T02:10:54.9065350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/oid.cpython-313.pyc 2025-10-10T02:10:54.9066490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9067480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/extensions.py 2025-10-10T02:10:54.9068390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/name.py 2025-10-10T02:10:54.9069200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/base.py 2025-10-10T02:10:54.9070350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/x509/certificate_transparency.py 2025-10-10T02:10:54.9071180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/utils.py 2025-10-10T02:10:54.9072040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/__about__.py 2025-10-10T02:10:54.9072940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/py.typed 2025-10-10T02:10:54.9074040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/exceptions.py 2025-10-10T02:10:54.9075050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography/fernet.py 2025-10-10T02:10:54.9075960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__init__.py 2025-10-10T02:10:54.9077030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/distro.cpython-313.pyc 2025-10-10T02:10:54.9078150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.9079250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9079880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/py.typed 2025-10-10T02:10:54.9080860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/distro.py 2025-10-10T02:10:54.9081590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro/__main__.py 2025-10-10T02:10:54.9082760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/RECORD 2025-10-10T02:10:54.9083590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/LICENSE 2025-10-10T02:10:54.9084560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/direct_url.json 2025-10-10T02:10:54.9085350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/WHEEL 2025-10-10T02:10:54.9086200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/top_level.txt 2025-10-10T02:10:54.9087060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/REQUESTED 2025-10-10T02:10:54.9087990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/INSTALLER 2025-10-10T02:10:54.9088700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml.clib-0.2.12.dist-info/METADATA 2025-10-10T02:10:54.9089570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/RECORD 2025-10-10T02:10:54.9090330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/direct_url.json 2025-10-10T02:10:54.9091100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/WHEEL 2025-10-10T02:10:54.9091980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/top_level.txt 2025-10-10T02:10:54.9092760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/LICENSE.txt 2025-10-10T02:10:54.9093550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/REQUESTED 2025-10-10T02:10:54.9094340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/INSTALLER 2025-10-10T02:10:54.9095150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/frozendict-2.4.2.dist-info/METADATA 2025-10-10T02:10:54.9097990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer.py 2025-10-10T02:10:54.9098680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/isatty_test.py 2025-10-10T02:10:54.9099510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/initialise_test.py 2025-10-10T02:10:54.9100210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__init__.py 2025-10-10T02:10:54.9101230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/winterm_test.cpython-313.pyc 2025-10-10T02:10:54.9102290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/isatty_test.cpython-313.pyc 2025-10-10T02:10:54.9103170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/initialise_test.cpython-313.pyc 2025-10-10T02:10:54.9104090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9105000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/ansi_test.cpython-313.pyc 2025-10-10T02:10:54.9105970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/ansitowin32_test.cpython-313.pyc 2025-10-10T02:10:54.9106850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9107510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/ansi_test.py 2025-10-10T02:10:54.9108230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/utils.py 2025-10-10T02:10:54.9109110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/winterm_test.py 2025-10-10T02:10:54.9109810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/tests/ansitowin32_test.py 2025-10-10T02:10:54.9110450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__init__.py 2025-10-10T02:10:54.9111110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/win32.py 2025-10-10T02:10:54.9112070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/ansitowin32.cpython-313.pyc 2025-10-10T02:10:54.9112890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/ansi.cpython-313.pyc 2025-10-10T02:10:54.9113750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/win32.cpython-313.pyc 2025-10-10T02:10:54.9114690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/initialise.cpython-313.pyc 2025-10-10T02:10:54.9115480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/winterm.cpython-313.pyc 2025-10-10T02:10:54.9116340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9117010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/ansitowin32.py 2025-10-10T02:10:54.9117640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/ansi.py 2025-10-10T02:10:54.9118310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/winterm.py 2025-10-10T02:10:54.9119030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/colorama/initialise.py 2025-10-10T02:10:54.9119700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_cffi_include.h 2025-10-10T02:10:54.9120520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_imp_emulation.py 2025-10-10T02:10:54.9121170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/backend_ctypes.py 2025-10-10T02:10:54.9121730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/error.py 2025-10-10T02:10:54.9122450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/setuptools_ext.py 2025-10-10T02:10:54.9123190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_shimmed_dist_utils.py 2025-10-10T02:10:54.9123850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_cffi_errors.h 2025-10-10T02:10:54.9124470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__init__.py 2025-10-10T02:10:54.9125170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/cffi_opcode.py 2025-10-10T02:10:54.9125820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/vengine_gen.py 2025-10-10T02:10:54.9126810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/vengine_cpy.cpython-313.pyc 2025-10-10T02:10:54.9127640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/pkgconfig.cpython-313.pyc 2025-10-10T02:10:54.9128430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.9129260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/cparser.cpython-313.pyc 2025-10-10T02:10:54.9130080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/model.cpython-313.pyc 2025-10-10T02:10:54.9130930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/commontypes.cpython-313.pyc 2025-10-10T02:10:54.9131850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/backend_ctypes.cpython-313.pyc 2025-10-10T02:10:54.9132800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/_shimmed_dist_utils.cpython-313.pyc 2025-10-10T02:10:54.9133690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/ffiplatform.cpython-313.pyc 2025-10-10T02:10:54.9134420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/error.cpython-313.pyc 2025-10-10T02:10:54.9135290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/recompiler.cpython-313.pyc 2025-10-10T02:10:54.9136140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/vengine_gen.cpython-313.pyc 2025-10-10T02:10:54.9137040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/_imp_emulation.cpython-313.pyc 2025-10-10T02:10:54.9137920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/setuptools_ext.cpython-313.pyc 2025-10-10T02:10:54.9138760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/cffi_opcode.cpython-313.pyc 2025-10-10T02:10:54.9139650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/lock.cpython-313.pyc 2025-10-10T02:10:54.9140460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9141360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/__pycache__/verifier.cpython-313.pyc 2025-10-10T02:10:54.9141950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/pkgconfig.py 2025-10-10T02:10:54.9142570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/model.py 2025-10-10T02:10:54.9143280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/ffiplatform.py 2025-10-10T02:10:54.9143840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/api.py 2025-10-10T02:10:54.9144560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/vengine_cpy.py 2025-10-10T02:10:54.9145210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/_embedding.h 2025-10-10T02:10:54.9145870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/commontypes.py 2025-10-10T02:10:54.9148590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/lock.py 2025-10-10T02:10:54.9149140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/recompiler.py 2025-10-10T02:10:54.9149770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/cparser.py 2025-10-10T02:10:54.9150420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/verifier.py 2025-10-10T02:10:54.9151110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi/parse_c_type.h 2025-10-10T02:10:54.9151910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/RECORD 2025-10-10T02:10:54.9152830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9153660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/direct_url.json 2025-10-10T02:10:54.9154400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/WHEEL 2025-10-10T02:10:54.9155190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/top_level.txt 2025-10-10T02:10:54.9156030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/REQUESTED 2025-10-10T02:10:54.9156810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/INSTALLER 2025-10-10T02:10:54.9157560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests-2.32.4.dist-info/METADATA 2025-10-10T02:10:54.9158350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/RECORD 2025-10-10T02:10:54.9159100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/LICENSE 2025-10-10T02:10:54.9160130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/direct_url.json 2025-10-10T02:10:54.9160740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/WHEEL 2025-10-10T02:10:54.9161560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/entry_points.txt 2025-10-10T02:10:54.9164460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/top_level.txt 2025-10-10T02:10:54.9165150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/REQUESTED 2025-10-10T02:10:54.9165910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/INSTALLER 2025-10-10T02:10:54.9166940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring-25.6.0.dist-info/METADATA 2025-10-10T02:10:54.9167910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/RECORD 2025-10-10T02:10:54.9169170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9170320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/direct_url.json 2025-10-10T02:10:54.9177030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/WHEEL 2025-10-10T02:10:54.9177270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/REQUESTED 2025-10-10T02:10:54.9177490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/INSTALLER 2025-10-10T02:10:54.9177710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/annotated_types-0.6.0.dist-info/METADATA 2025-10-10T02:10:54.9177910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/RECORD 2025-10-10T02:10:54.9178120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/LICENSE 2025-10-10T02:10:54.9178350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/direct_url.json 2025-10-10T02:10:54.9178930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/WHEEL 2025-10-10T02:10:54.9179940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/top_level.txt 2025-10-10T02:10:54.9180960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/REQUESTED 2025-10-10T02:10:54.9181950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/INSTALLER 2025-10-10T02:10:54.9182820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy-2.0.5.dist-info/METADATA 2025-10-10T02:10:54.9183820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/RECORD 2025-10-10T02:10:54.9184800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/LICENSE 2025-10-10T02:10:54.9185890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/direct_url.json 2025-10-10T02:10:54.9186850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/WHEEL 2025-10-10T02:10:54.9187930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/top_level.txt 2025-10-10T02:10:54.9188910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/REQUESTED 2025-10-10T02:10:54.9189790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/INSTALLER 2025-10-10T02:10:54.9190830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PySocks-1.7.1.dist-info/METADATA 2025-10-10T02:10:54.9191830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_block.py 2025-10-10T02:10:54.9192520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/tree.py 2025-10-10T02:10:54.9193310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/token.py 2025-10-10T02:10:54.9194320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/_punycode.py 2025-10-10T02:10:54.9195160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/renderer.py 2025-10-10T02:10:54.9196230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/html_block.py 2025-10-10T02:10:54.9197310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/list.py 2025-10-10T02:10:54.9198370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/fence.py 2025-10-10T02:10:54.9199400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/code.py 2025-10-10T02:10:54.9200390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/lheading.py 2025-10-10T02:10:54.9201310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__init__.py 2025-10-10T02:10:54.9202750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/blockquote.cpython-313.pyc 2025-10-10T02:10:54.9203950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/heading.cpython-313.pyc 2025-10-10T02:10:54.9205330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/paragraph.cpython-313.pyc 2025-10-10T02:10:54.9206580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/state_block.cpython-313.pyc 2025-10-10T02:10:54.9207750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/list.cpython-313.pyc 2025-10-10T02:10:54.9208860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/hr.cpython-313.pyc 2025-10-10T02:10:54.9210140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/table.cpython-313.pyc 2025-10-10T02:10:54.9211410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/code.cpython-313.pyc 2025-10-10T02:10:54.9212750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/html_block.cpython-313.pyc 2025-10-10T02:10:54.9214110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/reference.cpython-313.pyc 2025-10-10T02:10:54.9215540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/fence.cpython-313.pyc 2025-10-10T02:10:54.9216940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9218220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/__pycache__/lheading.cpython-313.pyc 2025-10-10T02:10:54.9219010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/hr.py 2025-10-10T02:10:54.9220090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/heading.py 2025-10-10T02:10:54.9221150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/blockquote.py 2025-10-10T02:10:54.9222110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/paragraph.py 2025-10-10T02:10:54.9223220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/reference.py 2025-10-10T02:10:54.9224150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/table.py 2025-10-10T02:10:54.9225350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_block/state_block.py 2025-10-10T02:10:54.9226200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/ruler.py 2025-10-10T02:10:54.9227360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/smartquotes.py 2025-10-10T02:10:54.9228430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/normalize.py 2025-10-10T02:10:54.9229400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/replacements.py 2025-10-10T02:10:54.9232510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__init__.py 2025-10-10T02:10:54.9233380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/block.cpython-313.pyc 2025-10-10T02:10:54.9234480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/state_core.cpython-313.pyc 2025-10-10T02:10:54.9235380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/normalize.cpython-313.pyc 2025-10-10T02:10:54.9236300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/linkify.cpython-313.pyc 2025-10-10T02:10:54.9237220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/inline.cpython-313.pyc 2025-10-10T02:10:54.9238380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/replacements.cpython-313.pyc 2025-10-10T02:10:54.9239340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/smartquotes.cpython-313.pyc 2025-10-10T02:10:54.9240300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9241080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/state_core.py 2025-10-10T02:10:54.9241820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/linkify.py 2025-10-10T02:10:54.9242570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/block.py 2025-10-10T02:10:54.9243330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_core/inline.py 2025-10-10T02:10:54.9244030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__init__.py 2025-10-10T02:10:54.9244770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_core.py 2025-10-10T02:10:54.9245710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.9246620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/renderer.cpython-313.pyc 2025-10-10T02:10:54.9247510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_block.cpython-313.pyc 2025-10-10T02:10:54.9248310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/ruler.cpython-313.pyc 2025-10-10T02:10:54.9249230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_core.cpython-313.pyc 2025-10-10T02:10:54.9250080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/_compat.cpython-313.pyc 2025-10-10T02:10:54.9250930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:54.9251790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9252690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:54.9253850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/parser_inline.cpython-313.pyc 2025-10-10T02:10:54.9254530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/_punycode.cpython-313.pyc 2025-10-10T02:10:54.9255440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9256070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__init__.py 2025-10-10T02:10:54.9257040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:54.9257950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9258600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/cli/parse.py 2025-10-10T02:10:54.9259310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/port.yaml 2025-10-10T02:10:54.9260260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__init__.py 2025-10-10T02:10:54.9261290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/normalize_url.cpython-313.pyc 2025-10-10T02:10:54.9262230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_re.cpython-313.pyc 2025-10-10T02:10:54.9263140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/entities.cpython-313.pyc 2025-10-10T02:10:54.9264050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9265030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/html_blocks.cpython-313.pyc 2025-10-10T02:10:54.9266160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9266700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/html_blocks.py 2025-10-10T02:10:54.9267440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/html_re.py 2025-10-10T02:10:54.9268170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/utils.py 2025-10-10T02:10:54.9268980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/normalize_url.py 2025-10-10T02:10:54.9269730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/common/entities.py 2025-10-10T02:10:54.9270370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/utils.py 2025-10-10T02:10:54.9271080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/py.typed 2025-10-10T02:10:54.9271870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/link.py 2025-10-10T02:10:54.9272770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/escape.py 2025-10-10T02:10:54.9273540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/autolink.py 2025-10-10T02:10:54.9274350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/strikethrough.py 2025-10-10T02:10:54.9275310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/html_inline.py 2025-10-10T02:10:54.9276250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__init__.py 2025-10-10T02:10:54.9277330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/state_inline.py 2025-10-10T02:10:54.9278720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/autolink.cpython-313.pyc 2025-10-10T02:10:54.9279990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/link.cpython-313.pyc 2025-10-10T02:10:54.9281250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/balance_pairs.cpython-313.pyc 2025-10-10T02:10:54.9282540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/image.cpython-313.pyc 2025-10-10T02:10:54.9283860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/entity.cpython-313.pyc 2025-10-10T02:10:54.9285040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:54.9286240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/escape.cpython-313.pyc 2025-10-10T02:10:54.9287570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/backticks.cpython-313.pyc 2025-10-10T02:10:54.9288800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/html_inline.cpython-313.pyc 2025-10-10T02:10:54.9290060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/newline.cpython-313.pyc 2025-10-10T02:10:54.9293380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/emphasis.cpython-313.pyc 2025-10-10T02:10:54.9294600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/state_inline.cpython-313.pyc 2025-10-10T02:10:54.9295860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/text_collapse.cpython-313.pyc 2025-10-10T02:10:54.9297020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9298450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/__pycache__/strikethrough.cpython-313.pyc 2025-10-10T02:10:54.9299440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/text_collapse.py 2025-10-10T02:10:54.9300500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/text.py 2025-10-10T02:10:54.9301580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/backticks.py 2025-10-10T02:10:54.9302540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/entity.py 2025-10-10T02:10:54.9303500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/balance_pairs.py 2025-10-10T02:10:54.9304610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/newline.py 2025-10-10T02:10:54.9305560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/emphasis.py 2025-10-10T02:10:54.9306540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/rules_inline/image.py 2025-10-10T02:10:54.9307520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/_compat.py 2025-10-10T02:10:54.9308440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/parser_inline.py 2025-10-10T02:10:54.9309510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/commonmark.py 2025-10-10T02:10:54.9310450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__init__.py 2025-10-10T02:10:54.9311640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/zero.cpython-313.pyc 2025-10-10T02:10:54.9312870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/commonmark.cpython-313.pyc 2025-10-10T02:10:54.9314150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/default.cpython-313.pyc 2025-10-10T02:10:54.9315190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9316090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/zero.py 2025-10-10T02:10:54.9317130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/presets/default.py 2025-10-10T02:10:54.9317890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/main.py 2025-10-10T02:10:54.9318930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__init__.py 2025-10-10T02:10:54.9320550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_label.cpython-313.pyc 2025-10-10T02:10:54.9322020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_title.cpython-313.pyc 2025-10-10T02:10:54.9323400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/parse_link_destination.cpython-313.pyc 2025-10-10T02:10:54.9324890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9325900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_destination.py 2025-10-10T02:10:54.9326870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_label.py 2025-10-10T02:10:54.9327870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it/helpers/parse_link_title.py 2025-10-10T02:10:54.9329090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD 2025-10-10T02:10:54.9330370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9331450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json 2025-10-10T02:10:54.9332590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL 2025-10-10T02:10:54.9333850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt 2025-10-10T02:10:54.9335030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED 2025-10-10T02:10:54.9336340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER 2025-10-10T02:10:54.9337480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA 2025-10-10T02:10:54.9338360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/RECORD 2025-10-10T02:10:54.9339260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/LICENSE 2025-10-10T02:10:54.9340380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/direct_url.json 2025-10-10T02:10:54.9341270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/WHEEL 2025-10-10T02:10:54.9342250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/REQUESTED 2025-10-10T02:10:54.9343210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/INSTALLER 2025-10-10T02:10:54.9344240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich-13.9.4.dist-info/METADATA 2025-10-10T02:10:54.9345100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/RECORD 2025-10-10T02:10:54.9346260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/direct_url.json 2025-10-10T02:10:54.9349270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/WHEEL 2025-10-10T02:10:54.9350260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/entry_points.txt 2025-10-10T02:10:54.9351250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/top_level.txt 2025-10-10T02:10:54.9352220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/REQUESTED 2025-10-10T02:10:54.9353230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/INSTALLER 2025-10-10T02:10:54.9354240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/METADATA 2025-10-10T02:10:54.9355250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm-4.67.1.dist-info/LICENCE 2025-10-10T02:10:54.9356940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat 2025-10-10T02:10:54.9358390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh 2025-10-10T02:10:54.9359900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat 2025-10-10T02:10:54.9361450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh 2025-10-10T02:10:54.9362220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/RECORD 2025-10-10T02:10:54.9363330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/direct_url.json 2025-10-10T02:10:54.9364250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/WHEEL 2025-10-10T02:10:54.9365270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/top_level.txt 2025-10-10T02:10:54.9366420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/REQUESTED 2025-10-10T02:10:54.9367390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/INSTALLER 2025-10-10T02:10:54.9368580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/METADATA 2025-10-10T02:10:54.9369540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar-4.0.5.dist-info/LICENCE 2025-10-10T02:10:54.9370590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/RECORD 2025-10-10T02:10:54.9371630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/LICENSE 2025-10-10T02:10:54.9372510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/AUTHORS 2025-10-10T02:10:54.9373450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/direct_url.json 2025-10-10T02:10:54.9374350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/WHEEL 2025-10-10T02:10:54.9375550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/top_level.txt 2025-10-10T02:10:54.9376810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/REQUESTED 2025-10-10T02:10:54.9377950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/INSTALLER 2025-10-10T02:10:54.9379060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpatch-1.33.dist-info/METADATA 2025-10-10T02:10:54.9380090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/RECORD 2025-10-10T02:10:54.9381550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9382630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/direct_url.json 2025-10-10T02:10:54.9383550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/WHEEL 2025-10-10T02:10:54.9384580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/REQUESTED 2025-10-10T02:10:54.9385770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/INSTALLER 2025-10-10T02:10:54.9386870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection-0.4.0.dist-info/METADATA 2025-10-10T02:10:54.9387710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/RECORD 2025-10-10T02:10:54.9388640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/AUTHORS 2025-10-10T02:10:54.9389600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:54.9390390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/direct_url.json 2025-10-10T02:10:54.9391140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/WHEEL 2025-10-10T02:10:54.9391980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/top_level.txt 2025-10-10T02:10:54.9392770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/REQUESTED 2025-10-10T02:10:54.9393590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/INSTALLER 2025-10-10T02:10:54.9394370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jsonpointer-3.0.0.dist-info/METADATA 2025-10-10T02:10:54.9394980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/intranges.py 2025-10-10T02:10:54.9395710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/package_data.py 2025-10-10T02:10:54.9396300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/compat.py 2025-10-10T02:10:54.9397030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/idnadata.py 2025-10-10T02:10:54.9397660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__init__.py 2025-10-10T02:10:54.9398220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/core.py 2025-10-10T02:10:54.9399140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/codec.cpython-313.pyc 2025-10-10T02:10:54.9399900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.9400760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/idnadata.cpython-313.pyc 2025-10-10T02:10:54.9401580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.9402470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/package_data.cpython-313.pyc 2025-10-10T02:10:54.9403300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/uts46data.cpython-313.pyc 2025-10-10T02:10:54.9404320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/intranges.cpython-313.pyc 2025-10-10T02:10:54.9405050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9405590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/py.typed 2025-10-10T02:10:54.9406200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/codec.py 2025-10-10T02:10:54.9406930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna/uts46data.py 2025-10-10T02:10:54.9407640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/models.py 2025-10-10T02:10:54.9408390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/_version.py 2025-10-10T02:10:54.9411220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/remote.py 2025-10-10T02:10:54.9411860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/local.py 2025-10-10T02:10:54.9412650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__init__.py 2025-10-10T02:10:54.9413600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.9414510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/local.cpython-313.pyc 2025-10-10T02:10:54.9415520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:54.9416330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/path.cpython-313.pyc 2025-10-10T02:10:54.9417310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.9418320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:54.9419250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.9420160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/remote.cpython-313.pyc 2025-10-10T02:10:54.9421100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9421740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/api.py 2025-10-10T02:10:54.9422490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/plugin.py 2025-10-10T02:10:54.9423210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/py.typed 2025-10-10T02:10:54.9424170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/exceptions.py 2025-10-10T02:10:54.9424850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/path.py 2025-10-10T02:10:54.9425620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/render.py 2025-10-10T02:10:54.9426480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__init__.py 2025-10-10T02:10:54.9427550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/prompt.cpython-313.pyc 2025-10-10T02:10:54.9428550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9429510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/mappers.cpython-313.pyc 2025-10-10T02:10:54.9430520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/__pycache__/render.cpython-313.pyc 2025-10-10T02:10:54.9431230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/mappers.py 2025-10-10T02:10:54.9432170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos/console/prompt.py 2025-10-10T02:10:54.9432760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/__init__.py 2025-10-10T02:10:54.9433720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9434190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkce/py.typed 2025-10-10T02:10:54.9434870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/metadata.py 2025-10-10T02:10:54.9435600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/macosx_libfile.py 2025-10-10T02:10:54.9436180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/util.py 2025-10-10T02:10:54.9436960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/_setuptools_logging.py 2025-10-10T02:10:54.9437580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__init__.py 2025-10-10T02:10:54.9438540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-10-10T02:10:54.9439450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-10-10T02:10:54.9440320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:54.9441100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:54.9441990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-10-10T02:10:54.9442850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-10-10T02:10:54.9443780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-10-10T02:10:54.9444610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.9445440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9446050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/pack.py 2025-10-10T02:10:54.9446840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/tags.py 2025-10-10T02:10:54.9447510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/convert.py 2025-10-10T02:10:54.9448190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__init__.py 2025-10-10T02:10:54.9449070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-10-10T02:10:54.9449920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:54.9450780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-10-10T02:10:54.9451620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-10-10T02:10:54.9452550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9453150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/cli/unpack.py 2025-10-10T02:10:54.9453810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/bdist_wheel.py 2025-10-10T02:10:54.9454730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/tags.py 2025-10-10T02:10:54.9455910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_musllinux.py 2025-10-10T02:10:54.9456970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/version.py 2025-10-10T02:10:54.9458260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE 2025-10-10T02:10:54.9459530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.APACHE 2025-10-10T02:10:54.9460630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__init__.py 2025-10-10T02:10:54.9462050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:54.9463330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:54.9464650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:54.9468090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9469460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:54.9470820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:54.9472190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:54.9473350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:54.9474550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9475950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:54.9477310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.9478660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:54.9480030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:54.9480860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_parser.py 2025-10-10T02:10:54.9481910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/LICENSE.BSD 2025-10-10T02:10:54.9482780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/utils.py 2025-10-10T02:10:54.9483940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/requirements.py 2025-10-10T02:10:54.9484910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_structures.py 2025-10-10T02:10:54.9485870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/markers.py 2025-10-10T02:10:54.9486860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_manylinux.py 2025-10-10T02:10:54.9487790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_tokenizer.py 2025-10-10T02:10:54.9489050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/specifiers.py 2025-10-10T02:10:54.9489990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/packaging/_elffile.py 2025-10-10T02:10:54.9490810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/vendor.txt 2025-10-10T02:10:54.9491770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/__init__.py 2025-10-10T02:10:54.9492950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9493770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/_bdist_wheel.py 2025-10-10T02:10:54.9494570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/wheelfile.py 2025-10-10T02:10:54.9495510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel/__main__.py 2025-10-10T02:10:54.9496380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_winconsole.py 2025-10-10T02:10:54.9497110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_textwrap.py 2025-10-10T02:10:54.9497950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/globals.py 2025-10-10T02:10:54.9498870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__init__.py 2025-10-10T02:10:54.9499720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/core.py 2025-10-10T02:10:54.9500710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/types.py 2025-10-10T02:10:54.9502010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_winconsole.cpython-313.pyc 2025-10-10T02:10:54.9503290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/shell_completion.cpython-313.pyc 2025-10-10T02:10:54.9504240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/globals.cpython-313.pyc 2025-10-10T02:10:54.9505290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:54.9506460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_compat.cpython-313.pyc 2025-10-10T02:10:54.9507670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_termui_impl.cpython-313.pyc 2025-10-10T02:10:54.9508790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/testing.cpython-313.pyc 2025-10-10T02:10:54.9510040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/decorators.cpython-313.pyc 2025-10-10T02:10:54.9510990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9512270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.9513430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/formatting.cpython-313.pyc 2025-10-10T02:10:54.9514370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:54.9515540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/termui.cpython-313.pyc 2025-10-10T02:10:54.9516560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/_textwrap.cpython-313.pyc 2025-10-10T02:10:54.9517470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9518520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:54.9519710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/formatting.py 2025-10-10T02:10:54.9520640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/parser.py 2025-10-10T02:10:54.9523660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/termui.py 2025-10-10T02:10:54.9524360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/utils.py 2025-10-10T02:10:54.9525160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/py.typed 2025-10-10T02:10:54.9526060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/exceptions.py 2025-10-10T02:10:54.9527040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/shell_completion.py 2025-10-10T02:10:54.9527790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_compat.py 2025-10-10T02:10:54.9528670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/_termui_impl.py 2025-10-10T02:10:54.9529500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/testing.py 2025-10-10T02:10:54.9530230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click/decorators.py 2025-10-10T02:10:54.9531310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/RECORD 2025-10-10T02:10:54.9532450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9533470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/direct_url.json 2025-10-10T02:10:54.9534370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/WHEEL 2025-10-10T02:10:54.9535710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/entry_points.txt 2025-10-10T02:10:54.9536620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/REQUESTED 2025-10-10T02:10:54.9537730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/INSTALLER 2025-10-10T02:10:54.9538770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cli_base-0.5.2.dist-info/METADATA 2025-10-10T02:10:54.9539540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/RECORD 2025-10-10T02:10:54.9540330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/LICENSE 2025-10-10T02:10:54.9541230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/direct_url.json 2025-10-10T02:10:54.9542010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/WHEEL 2025-10-10T02:10:54.9542910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/top_level.txt 2025-10-10T02:10:54.9543750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/REQUESTED 2025-10-10T02:10:54.9544610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/INSTALLER 2025-10-10T02:10:54.9545430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi-2025.8.3.dist-info/METADATA 2025-10-10T02:10:54.9546280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/RECORD 2025-10-10T02:10:54.9547110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE 2025-10-10T02:10:54.9548020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/direct_url.json 2025-10-10T02:10:54.9548790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/WHEEL 2025-10-10T02:10:54.9549700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/entry_points.txt 2025-10-10T02:10:54.9550650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/LICENSE.markdown-it 2025-10-10T02:10:54.9551490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/REQUESTED 2025-10-10T02:10:54.9552360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/INSTALLER 2025-10-10T02:10:54.9553220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/markdown_it_py-2.2.0.dist-info/METADATA 2025-10-10T02:10:54.9554110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/RECORD 2025-10-10T02:10:54.9555080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9556010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/direct_url.json 2025-10-10T02:10:54.9556920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/WHEEL 2025-10-10T02:10:54.9557760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/REQUESTED 2025-10-10T02:10:54.9558660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/INSTALLER 2025-10-10T02:10:54.9559540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings-2.6.1.dist-info/METADATA 2025-10-10T02:10:54.9560300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/RECORD 2025-10-10T02:10:54.9561070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/LICENSE 2025-10-10T02:10:54.9561960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/direct_url.json 2025-10-10T02:10:54.9562670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/WHEEL 2025-10-10T02:10:54.9563580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/entry_points.txt 2025-10-10T02:10:54.9564350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/top_level.txt 2025-10-10T02:10:54.9565160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/REQUESTED 2025-10-10T02:10:54.9565950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/INSTALLER 2025-10-10T02:10:54.9566750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cffi-1.17.1.dist-info/METADATA 2025-10-10T02:10:54.9567450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/specs.py 2025-10-10T02:10:54.9568210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/version.py 2025-10-10T02:10:54.9568920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__init__.pyi 2025-10-10T02:10:54.9569660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__init__.py 2025-10-10T02:10:54.9570580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/bindings.cpython-313-darwin.so 2025-10-10T02:10:54.9571330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/libsolv.py 2025-10-10T02:10:54.9572130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__init__.py 2025-10-10T02:10:54.9573150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__pycache__/libsolv.cpython-313.pyc 2025-10-10T02:10:54.9574110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/solver/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9575010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/specs.cpython-313.pyc 2025-10-10T02:10:54.9575870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9576740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9579780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.9580200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/utils.py 2025-10-10T02:10:54.9580870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/libmambapy/py.typed 2025-10-10T02:10:54.9581760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/sockshandler.cpython-313.pyc 2025-10-10T02:10:54.9582590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/jsonpatch.cpython-313.pyc 2025-10-10T02:10:54.9583410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/test_pycosat.cpython-313.pyc 2025-10-10T02:10:54.9584450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/jsonpointer.cpython-313.pyc 2025-10-10T02:10:54.9585130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/typing_extensions.cpython-313.pyc 2025-10-10T02:10:54.9585880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/__pycache__/socks.cpython-313.pyc 2025-10-10T02:10:54.9586600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/proc.py 2025-10-10T02:10:54.9587330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__init__.py 2025-10-10T02:10:54.9588300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/_core.cpython-313.pyc 2025-10-10T02:10:54.9589260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/proc.cpython-313.pyc 2025-10-10T02:10:54.9590240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9591050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/__pycache__/ps.cpython-313.pyc 2025-10-10T02:10:54.9591690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/_core.py 2025-10-10T02:10:54.9592380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/posix/ps.py 2025-10-10T02:10:54.9593070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__init__.py 2025-10-10T02:10:54.9594060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/_core.cpython-313.pyc 2025-10-10T02:10:54.9594860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/nt.cpython-313.pyc 2025-10-10T02:10:54.9595730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9596370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/_core.py 2025-10-10T02:10:54.9597030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham/nt.py 2025-10-10T02:10:54.9597660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/xontrib/conda.xsh 2025-10-10T02:10:54.9598510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/RECORD 2025-10-10T02:10:54.9599340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/LICENSE 2025-10-10T02:10:54.9600240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/direct_url.json 2025-10-10T02:10:54.9600970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/WHEEL 2025-10-10T02:10:54.9601880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/entry_points.txt 2025-10-10T02:10:54.9602880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/top_level.txt 2025-10-10T02:10:54.9603580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/REQUESTED 2025-10-10T02:10:54.9604420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/INSTALLER 2025-10-10T02:10:54.9605590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/python_dotenv-1.1.0.dist-info/METADATA 2025-10-10T02:10:54.9606430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/RECORD 2025-10-10T02:10:54.9607450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/LICENSE 2025-10-10T02:10:54.9608530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/direct_url.json 2025-10-10T02:10:54.9609430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/WHEEL 2025-10-10T02:10:54.9610570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/AUTHORS.rst 2025-10-10T02:10:54.9611560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/top_level.txt 2025-10-10T02:10:54.9612630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/REQUESTED 2025-10-10T02:10:54.9613630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/INSTALLER 2025-10-10T02:10:54.9614470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/PyJWT-2.10.1.dist-info/METADATA 2025-10-10T02:10:54.9615540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__init__.pyi 2025-10-10T02:10:54.9616380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/more.pyi 2025-10-10T02:10:54.9617410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__init__.py 2025-10-10T02:10:54.9618560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/more.cpython-313.pyc 2025-10-10T02:10:54.9619680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-10-10T02:10:54.9620780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9621590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/more.py 2025-10-10T02:10:54.9622520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/recipes.py 2025-10-10T02:10:54.9623470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/py.typed 2025-10-10T02:10:54.9624350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools/recipes.pyi 2025-10-10T02:10:54.9625320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/RECORD 2025-10-10T02:10:54.9626380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/LICENSE 2025-10-10T02:10:54.9627390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/direct_url.json 2025-10-10T02:10:54.9628330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/WHEEL 2025-10-10T02:10:54.9629360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/top_level.txt 2025-10-10T02:10:54.9630540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/REQUESTED 2025-10-10T02:10:54.9631570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/INSTALLER 2025-10-10T02:10:54.9632720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycparser-2.21.dist-info/METADATA 2025-10-10T02:10:54.9633530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/md.py 2025-10-10T02:10:54.9634440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/version.py 2025-10-10T02:10:54.9635450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/legacy.py 2025-10-10T02:10:54.9638480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/models.py 2025-10-10T02:10:54.9639380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__init__.py 2025-10-10T02:10:54.9640540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/constant.cpython-313.pyc 2025-10-10T02:10:54.9641760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.9643030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/legacy.cpython-313.pyc 2025-10-10T02:10:54.9644270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9645280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.9646390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/md.cpython-313.pyc 2025-10-10T02:10:54.9647490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/cd.cpython-313.pyc 2025-10-10T02:10:54.9648660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.9649790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9651000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:54.9651980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__init__.py 2025-10-10T02:10:54.9653280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:54.9654460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9655470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cli/__main__.py 2025-10-10T02:10:54.9656270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/api.py 2025-10-10T02:10:54.9657170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/utils.py 2025-10-10T02:10:54.9658090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/py.typed 2025-10-10T02:10:54.9659050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/constant.py 2025-10-10T02:10:54.9659960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/__main__.py 2025-10-10T02:10:54.9660880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer/cd.py 2025-10-10T02:10:54.9661810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_cffi_backend.cpython-313-darwin.so 2025-10-10T02:10:54.9662580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/cookies.py 2025-10-10T02:10:54.9663390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/auth.py 2025-10-10T02:10:54.9664320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/sessions.py 2025-10-10T02:10:54.9665140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/hooks.py 2025-10-10T02:10:54.9665910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/compat.py 2025-10-10T02:10:54.9666760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/models.py 2025-10-10T02:10:54.9667590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/certs.py 2025-10-10T02:10:54.9668450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__init__.py 2025-10-10T02:10:54.9669380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/status_codes.py 2025-10-10T02:10:54.9670260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/packages.py 2025-10-10T02:10:54.9671310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__version__.py 2025-10-10T02:10:54.9672540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/__version__.cpython-313.pyc 2025-10-10T02:10:54.9673900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:54.9675200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/adapters.cpython-313.pyc 2025-10-10T02:10:54.9676420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/_internal_utils.cpython-313.pyc 2025-10-10T02:10:54.9677560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.9678660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/sessions.cpython-313.pyc 2025-10-10T02:10:54.9679740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/hooks.cpython-313.pyc 2025-10-10T02:10:54.9680800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9681990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/status_codes.cpython-313.pyc 2025-10-10T02:10:54.9683260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/cookies.cpython-313.pyc 2025-10-10T02:10:54.9684420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.9685430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:54.9686710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:54.9687900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/packages.cpython-313.pyc 2025-10-10T02:10:54.9688890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/auth.cpython-313.pyc 2025-10-10T02:10:54.9691990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/certs.cpython-313.pyc 2025-10-10T02:10:54.9692750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9693660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/__pycache__/structures.cpython-313.pyc 2025-10-10T02:10:54.9694260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/api.py 2025-10-10T02:10:54.9694980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/_internal_utils.py 2025-10-10T02:10:54.9695600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/utils.py 2025-10-10T02:10:54.9696330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/exceptions.py 2025-10-10T02:10:54.9697020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/structures.py 2025-10-10T02:10:54.9697630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/help.py 2025-10-10T02:10:54.9698320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/requests/adapters.py 2025-10-10T02:10:54.9699270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/RECORD 2025-10-10T02:10:54.9700220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/AUTHORS.md 2025-10-10T02:10:54.9701100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/licenses/LICENSE 2025-10-10T02:10:54.9702130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/direct_url.json 2025-10-10T02:10:54.9702830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/WHEEL 2025-10-10T02:10:54.9703800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/entry_points.txt 2025-10-10T02:10:54.9704640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/REQUESTED 2025-10-10T02:10:54.9705570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/INSTALLER 2025-10-10T02:10:54.9706400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_content_trust-0.2.0.dist-info/METADATA 2025-10-10T02:10:54.9707130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/configuration.py 2025-10-10T02:10:54.9707810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/pyproject.py 2025-10-10T02:10:54.9708560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/auth.py 2025-10-10T02:10:54.9709360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/xmlrpc.py 2025-10-10T02:10:54.9710210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/download.py 2025-10-10T02:10:54.9710970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/session.py 2025-10-10T02:10:54.9711750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/cache.py 2025-10-10T02:10:54.9712530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__init__.py 2025-10-10T02:10:54.9713550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/session.cpython-313.pyc 2025-10-10T02:10:54.9714570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/download.cpython-313.pyc 2025-10-10T02:10:54.9715480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-313.pyc 2025-10-10T02:10:54.9716400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:54.9717340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/cache.cpython-313.pyc 2025-10-10T02:10:54.9718370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-313.pyc 2025-10-10T02:10:54.9719390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/auth.cpython-313.pyc 2025-10-10T02:10:54.9720570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9721550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/utils.py 2025-10-10T02:10:54.9722610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/network/lazy_wheel.py 2025-10-10T02:10:54.9723390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cache.py 2025-10-10T02:10:54.9724420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__init__.py 2025-10-10T02:10:54.9725460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/logging.py 2025-10-10T02:10:54.9726390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/misc.py 2025-10-10T02:10:54.9727520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/egg_link.py 2025-10-10T02:10:54.9728520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/compat.py 2025-10-10T02:10:54.9729690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/deprecation.py 2025-10-10T02:10:54.9730700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/subprocess.py 2025-10-10T02:10:54.9731820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/filesystem.py 2025-10-10T02:10:54.9732990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/direct_url_helpers.py 2025-10-10T02:10:54.9734040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__init__.py 2025-10-10T02:10:54.9734980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/_jaraco_text.py 2025-10-10T02:10:54.9736360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-313.pyc 2025-10-10T02:10:54.9737490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-313.pyc 2025-10-10T02:10:54.9738630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-313.pyc 2025-10-10T02:10:54.9739710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/urls.cpython-313.pyc 2025-10-10T02:10:54.9741210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-313.pyc 2025-10-10T02:10:54.9742400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-313.pyc 2025-10-10T02:10:54.9743610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-313.pyc 2025-10-10T02:10:54.9744820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:54.9746010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-313.pyc 2025-10-10T02:10:54.9747300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:54.9748600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-313.pyc 2025-10-10T02:10:54.9749840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-313.pyc 2025-10-10T02:10:54.9750940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/misc.cpython-313.pyc 2025-10-10T02:10:54.9754170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-313.pyc 2025-10-10T02:10:54.9755290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:54.9756730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-313.pyc 2025-10-10T02:10:54.9757890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-313.pyc 2025-10-10T02:10:54.9759290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-313.pyc 2025-10-10T02:10:54.9760540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-313.pyc 2025-10-10T02:10:54.9761810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-313.pyc 2025-10-10T02:10:54.9762940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-313.pyc 2025-10-10T02:10:54.9764110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9765340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-313.pyc 2025-10-10T02:10:54.9766480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/_log.cpython-313.pyc 2025-10-10T02:10:54.9767710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/retry.cpython-313.pyc 2025-10-10T02:10:54.9769020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:54.9769830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/temp_dir.py 2025-10-10T02:10:54.9770880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/retry.py 2025-10-10T02:10:54.9771850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/appdirs.py 2025-10-10T02:10:54.9772840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/setuptools_build.py 2025-10-10T02:10:54.9773800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/packaging.py 2025-10-10T02:10:54.9774820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/entrypoints.py 2025-10-10T02:10:54.9775900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/filetypes.py 2025-10-10T02:10:54.9776950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/compatibility_tags.py 2025-10-10T02:10:54.9777800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/datetime.py 2025-10-10T02:10:54.9778840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/urls.py 2025-10-10T02:10:54.9779760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/hashes.py 2025-10-10T02:10:54.9780870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/virtualenv.py 2025-10-10T02:10:54.9781920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/_log.py 2025-10-10T02:10:54.9782830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/glibc.py 2025-10-10T02:10:54.9783870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/wheel.py 2025-10-10T02:10:54.9784810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/utils/unpacking.py 2025-10-10T02:10:54.9785700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/link.py 2025-10-10T02:10:54.9786800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/selection_prefs.py 2025-10-10T02:10:54.9787830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/direct_url.py 2025-10-10T02:10:54.9788800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/index.py 2025-10-10T02:10:54.9789860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/target_python.py 2025-10-10T02:10:54.9790710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/pylock.py 2025-10-10T02:10:54.9791830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__init__.py 2025-10-10T02:10:54.9793120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/target_python.cpython-313.pyc 2025-10-10T02:10:54.9794180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/link.cpython-313.pyc 2025-10-10T02:10:54.9795540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/candidate.cpython-313.pyc 2025-10-10T02:10:54.9796800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/pylock.cpython-313.pyc 2025-10-10T02:10:54.9797980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:54.9799360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-313.pyc 2025-10-10T02:10:54.9800600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-313.pyc 2025-10-10T02:10:54.9801950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/format_control.cpython-313.pyc 2025-10-10T02:10:54.9803060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-313.pyc 2025-10-10T02:10:54.9804170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/scheme.cpython-313.pyc 2025-10-10T02:10:54.9805380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/index.cpython-313.pyc 2025-10-10T02:10:54.9806830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-313.pyc 2025-10-10T02:10:54.9808070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9809210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/search_scope.py 2025-10-10T02:10:54.9810020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/candidate.py 2025-10-10T02:10:54.9811130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/format_control.py 2025-10-10T02:10:54.9812190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/installation_report.py 2025-10-10T02:10:54.9813050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/scheme.py 2025-10-10T02:10:54.9813970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/models/wheel.py 2025-10-10T02:10:54.9815170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/build_env.cpython-313.pyc 2025-10-10T02:10:54.9816350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.9817550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/pyproject.cpython-313.pyc 2025-10-10T02:10:54.9818920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-313.pyc 2025-10-10T02:10:54.9819920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:54.9821080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/cache.cpython-313.pyc 2025-10-10T02:10:54.9822260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/configuration.cpython-313.pyc 2025-10-10T02:10:54.9823580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-313.pyc 2025-10-10T02:10:54.9826770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9827650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/cmdoptions.py 2025-10-10T02:10:54.9828670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__init__.py 2025-10-10T02:10:54.9829640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/index_command.py 2025-10-10T02:10:54.9830640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/status_codes.py 2025-10-10T02:10:54.9831770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:54.9833070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-313.pyc 2025-10-10T02:10:54.9834460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-313.pyc 2025-10-10T02:10:54.9835590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-313.pyc 2025-10-10T02:10:54.9836690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-313.pyc 2025-10-10T02:10:54.9838230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-313.pyc 2025-10-10T02:10:54.9839400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-313.pyc 2025-10-10T02:10:54.9840730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-313.pyc 2025-10-10T02:10:54.9841900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-313.pyc 2025-10-10T02:10:54.9843180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-313.pyc 2025-10-10T02:10:54.9844350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9845390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-313.pyc 2025-10-10T02:10:54.9846510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:54.9847300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/parser.py 2025-10-10T02:10:54.9848330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/command_context.py 2025-10-10T02:10:54.9849380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/spinners.py 2025-10-10T02:10:54.9850320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/autocompletion.py 2025-10-10T02:10:54.9851080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/base_command.py 2025-10-10T02:10:54.9851840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/main_parser.py 2025-10-10T02:10:54.9852670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/progress_bars.py 2025-10-10T02:10:54.9853420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/main.py 2025-10-10T02:10:54.9854240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/cli/req_command.py 2025-10-10T02:10:54.9855240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/editable_legacy.py 2025-10-10T02:10:54.9856120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__init__.py 2025-10-10T02:10:54.9857300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:54.9858420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-313.pyc 2025-10-10T02:10:54.9859440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9860210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/install/wheel.py 2025-10-10T02:10:54.9860980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/check.py 2025-10-10T02:10:54.9861790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__init__.py 2025-10-10T02:10:54.9862830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/check.cpython-313.pyc 2025-10-10T02:10:54.9863960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-313.pyc 2025-10-10T02:10:54.9864870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-313.pyc 2025-10-10T02:10:54.9865870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9866630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/freeze.py 2025-10-10T02:10:54.9867560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel_legacy.py 2025-10-10T02:10:54.9868470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata.py 2025-10-10T02:10:54.9869400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata_editable.py 2025-10-10T02:10:54.9870330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel_editable.py 2025-10-10T02:10:54.9871120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__init__.py 2025-10-10T02:10:54.9872250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-313.pyc 2025-10-10T02:10:54.9873240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:54.9874500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-313.pyc 2025-10-10T02:10:54.9875780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-313.pyc 2025-10-10T02:10:54.9879230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:54.9880530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-313.pyc 2025-10-10T02:10:54.9882020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-313.pyc 2025-10-10T02:10:54.9883380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9884420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/metadata_legacy.py 2025-10-10T02:10:54.9885400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/wheel.py 2025-10-10T02:10:54.9886630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/build/build_tracker.py 2025-10-10T02:10:54.9887560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/operations/prepare.py 2025-10-10T02:10:54.9888520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_install.py 2025-10-10T02:10:54.9889420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_set.py 2025-10-10T02:10:54.9890480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_uninstall.py 2025-10-10T02:10:54.9891450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__init__.py 2025-10-10T02:10:54.9892740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/constructors.cpython-313.pyc 2025-10-10T02:10:54.9894020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_install.cpython-313.pyc 2025-10-10T02:10:54.9895430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-313.pyc 2025-10-10T02:10:54.9896730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_set.cpython-313.pyc 2025-10-10T02:10:54.9898170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-313.pyc 2025-10-10T02:10:54.9899340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/req_file.cpython-313.pyc 2025-10-10T02:10:54.9900490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9901610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_dependency_group.py 2025-10-10T02:10:54.9902560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/req_file.py 2025-10-10T02:10:54.9907690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/req/constructors.py 2025-10-10T02:10:54.9908130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__init__.py 2025-10-10T02:10:54.9908450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-313.pyc 2025-10-10T02:10:54.9908740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9908970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/legacy/resolver.py 2025-10-10T02:10:54.9909550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__init__.py 2025-10-10T02:10:54.9910780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.9912070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9913080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/base.py 2025-10-10T02:10:54.9914400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/provider.py 2025-10-10T02:10:54.9915620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py 2025-10-10T02:10:54.9916710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/reporter.py 2025-10-10T02:10:54.9917910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__init__.py 2025-10-10T02:10:54.9919290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-313.pyc 2025-10-10T02:10:54.9920650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-313.pyc 2025-10-10T02:10:54.9922120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:54.9923450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.9924830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-313.pyc 2025-10-10T02:10:54.9926120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-313.pyc 2025-10-10T02:10:54.9927340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-313.pyc 2025-10-10T02:10:54.9928780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-313.pyc 2025-10-10T02:10:54.9930050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9931040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/factory.py 2025-10-10T02:10:54.9932230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/requirements.py 2025-10-10T02:10:54.9933280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/resolver.py 2025-10-10T02:10:54.9934430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/candidates.py 2025-10-10T02:10:54.9935410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/resolution/resolvelib/base.py 2025-10-10T02:10:54.9936330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/git.py 2025-10-10T02:10:54.9937330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__init__.py 2025-10-10T02:10:54.9938790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-313.pyc 2025-10-10T02:10:54.9939860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-313.pyc 2025-10-10T02:10:54.9941100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-313.pyc 2025-10-10T02:10:54.9942240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/git.cpython-313.pyc 2025-10-10T02:10:54.9943600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-313.pyc 2025-10-10T02:10:54.9944720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9945620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/mercurial.py 2025-10-10T02:10:54.9946500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/bazaar.py 2025-10-10T02:10:54.9947470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/versioncontrol.py 2025-10-10T02:10:54.9948360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/vcs/subversion.py 2025-10-10T02:10:54.9949310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__init__.py 2025-10-10T02:10:54.9950810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-313.pyc 2025-10-10T02:10:54.9951980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:54.9955440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-313.pyc 2025-10-10T02:10:54.9956440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9957420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/_sysconfig.py 2025-10-10T02:10:54.9958400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/_distutils.py 2025-10-10T02:10:54.9959330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/locations/base.py 2025-10-10T02:10:54.9960370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/collector.py 2025-10-10T02:10:54.9961390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__init__.py 2025-10-10T02:10:54.9962620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/sources.cpython-313.pyc 2025-10-10T02:10:54.9963680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/collector.cpython-313.pyc 2025-10-10T02:10:54.9964960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-313.pyc 2025-10-10T02:10:54.9966130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:54.9967060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/sources.py 2025-10-10T02:10:54.9968170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/index/package_finder.py 2025-10-10T02:10:54.9969120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/exceptions.py 2025-10-10T02:10:54.9970220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/configuration.py 2025-10-10T02:10:54.9971290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/show.py 2025-10-10T02:10:54.9972290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/list.py 2025-10-10T02:10:54.9973280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/check.py 2025-10-10T02:10:54.9974300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/index.py 2025-10-10T02:10:54.9975410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/completion.py 2025-10-10T02:10:54.9976390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/download.py 2025-10-10T02:10:54.9977330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/cache.py 2025-10-10T02:10:54.9978340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__init__.py 2025-10-10T02:10:54.9979660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/search.cpython-313.pyc 2025-10-10T02:10:54.9980830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/check.cpython-313.pyc 2025-10-10T02:10:54.9982330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/show.cpython-313.pyc 2025-10-10T02:10:54.9983490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/list.cpython-313.pyc 2025-10-10T02:10:54.9984890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/download.cpython-313.pyc 2025-10-10T02:10:54.9986150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-313.pyc 2025-10-10T02:10:54.9987380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/hash.cpython-313.pyc 2025-10-10T02:10:54.9988560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/debug.cpython-313.pyc 2025-10-10T02:10:54.9989670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:54.9991080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/cache.cpython-313.pyc 2025-10-10T02:10:54.9992330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:54.9993560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/install.cpython-313.pyc 2025-10-10T02:10:54.9994980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-313.pyc 2025-10-10T02:10:54.9996250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-313.pyc 2025-10-10T02:10:54.9997470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/completion.cpython-313.pyc 2025-10-10T02:10:54.9998580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/index.cpython-313.pyc 2025-10-10T02:10:54.9999780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/lock.cpython-313.pyc 2025-10-10T02:10:55.0000960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0002120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-313.pyc 2025-10-10T02:10:55.0003070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/hash.py 2025-10-10T02:10:55.0004230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/inspect.py 2025-10-10T02:10:55.0005020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/debug.py 2025-10-10T02:10:55.0006050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/uninstall.py 2025-10-10T02:10:55.0007040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/lock.py 2025-10-10T02:10:55.0007990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/freeze.py 2025-10-10T02:10:55.0008950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/search.py 2025-10-10T02:10:55.0009930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/install.py 2025-10-10T02:10:55.0010690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/help.py 2025-10-10T02:10:55.0011450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/commands/wheel.py 2025-10-10T02:10:55.0012110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/main.py 2025-10-10T02:10:55.0012880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/wheel_builder.py 2025-10-10T02:10:55.0013650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/_json.py 2025-10-10T02:10:55.0014440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__init__.py 2025-10-10T02:10:55.0015430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:55.0016480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-313.pyc 2025-10-10T02:10:55.0017420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0018360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-313.pyc 2025-10-10T02:10:55.0019170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/pkg_resources.py 2025-10-10T02:10:55.0020280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py 2025-10-10T02:10:55.0023560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__init__.py 2025-10-10T02:10:55.0024720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-313.pyc 2025-10-10T02:10:55.0026180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-313.pyc 2025-10-10T02:10:55.0027590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-313.pyc 2025-10-10T02:10:55.0028820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0029790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_compat.py 2025-10-10T02:10:55.0030840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_envs.py 2025-10-10T02:10:55.0031760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/metadata/base.py 2025-10-10T02:10:55.0033010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__init__.py 2025-10-10T02:10:55.0034210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:55.0035490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-313.pyc 2025-10-10T02:10:55.0036800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:55.0038150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-313.pyc 2025-10-10T02:10:55.0039520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0040440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/sdist.py 2025-10-10T02:10:55.0041410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/installed.py 2025-10-10T02:10:55.0042540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/base.py 2025-10-10T02:10:55.0043440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/distributions/wheel.py 2025-10-10T02:10:55.0044380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/self_outdated_check.py 2025-10-10T02:10:55.0045260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_internal/build_env.py 2025-10-10T02:10:55.0046220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/tags.py 2025-10-10T02:10:55.0047260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_musllinux.py 2025-10-10T02:10:55.0048310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/metadata.py 2025-10-10T02:10:55.0049240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/version.py 2025-10-10T02:10:55.0050340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__init__.py 2025-10-10T02:10:55.0051410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/_spdx.py 2025-10-10T02:10:55.0052660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-10-10T02:10:55.0054010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0054940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__init__.py 2025-10-10T02:10:55.0056100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:55.0057510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:55.0058900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:55.0059920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.0061330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:55.0062660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:55.0063870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:55.0065120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:55.0066520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:55.0067850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0069110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:55.0070400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.0071540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:55.0072800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.0073870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_parser.py 2025-10-10T02:10:55.0074800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/utils.py 2025-10-10T02:10:55.0075760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/requirements.py 2025-10-10T02:10:55.0076880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_structures.py 2025-10-10T02:10:55.0077950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/markers.py 2025-10-10T02:10:55.0078880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/py.typed 2025-10-10T02:10:55.0082060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_manylinux.py 2025-10-10T02:10:55.0083000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_tokenizer.py 2025-10-10T02:10:55.0084140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/specifiers.py 2025-10-10T02:10:55.0085120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/packaging/_elffile.py 2025-10-10T02:10:55.0086070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/vendor.txt 2025-10-10T02:10:55.0087140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_openssl.py 2025-10-10T02:10:55.0088210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_api.py 2025-10-10T02:10:55.0089210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_macos.py 2025-10-10T02:10:55.0090160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__init__.py 2025-10-10T02:10:55.0091380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:55.0092590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-313.pyc 2025-10-10T02:10:55.0094000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-313.pyc 2025-10-10T02:10:55.0095180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-313.pyc 2025-10-10T02:10:55.0096510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-313.pyc 2025-10-10T02:10:55.0097780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0099000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_ssl_constants.py 2025-10-10T02:10:55.0099980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/py.typed 2025-10-10T02:10:55.0100990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/truststore/_windows.py 2025-10-10T02:10:55.0101960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__init__.py 2025-10-10T02:10:55.0103190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-313.pyc 2025-10-10T02:10:55.0104360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.0105560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-313.pyc 2025-10-10T02:10:55.0106730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0107760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/exceptions.py 2025-10-10T02:10:55.0108710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/fallback.py 2025-10-10T02:10:55.0109690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/msgpack/ext.py 2025-10-10T02:10:55.0111100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py 2025-10-10T02:10:55.0112220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__init__.py 2025-10-10T02:10:55.0113590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-313.pyc 2025-10-10T02:10:55.0114860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-313.pyc 2025-10-10T02:10:55.0116150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-313.pyc 2025-10-10T02:10:55.0117460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-313.pyc 2025-10-10T02:10:55.0118910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0120150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0121150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py 2025-10-10T02:10:55.0122300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_implementation.py 2025-10-10T02:10:55.0123220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/py.typed 2025-10-10T02:10:55.0124360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/_toml_compat.py 2025-10-10T02:10:55.0125330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/dependency_groups/__main__.py 2025-10-10T02:10:55.0126370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filters/__init__.py 2025-10-10T02:10:55.0127740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0128660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/modeline.py 2025-10-10T02:10:55.0129640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/console.py 2025-10-10T02:10:55.0130710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/scanner.py 2025-10-10T02:10:55.0131620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatter.py 2025-10-10T02:10:55.0132690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__init__.py 2025-10-10T02:10:55.0134140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:55.0135420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-313.pyc 2025-10-10T02:10:55.0136730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0137630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/python.py 2025-10-10T02:10:55.0138710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexers/_mapping.py 2025-10-10T02:10:55.0139670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/token.py 2025-10-10T02:10:55.0140560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/style.py 2025-10-10T02:10:55.0141500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/util.py 2025-10-10T02:10:55.0142520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/sphinxext.py 2025-10-10T02:10:55.0143450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__init__.py 2025-10-10T02:10:55.0144540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__init__.py 2025-10-10T02:10:55.0146000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:55.0147420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0148340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/formatters/_mapping.py 2025-10-10T02:10:55.0149540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-313.pyc 2025-10-10T02:10:55.0150830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-313.pyc 2025-10-10T02:10:55.0152220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:55.0155590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-313.pyc 2025-10-10T02:10:55.0156730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:55.0157800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:55.0158970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:55.0160170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-313.pyc 2025-10-10T02:10:55.0161300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-313.pyc 2025-10-10T02:10:55.0162540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.0163790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-313.pyc 2025-10-10T02:10:55.0164970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-313.pyc 2025-10-10T02:10:55.0166160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0167390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0168650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:55.0169710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__init__.py 2025-10-10T02:10:55.0171050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-313.pyc 2025-10-10T02:10:55.0172450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0173410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/styles/_mapping.py 2025-10-10T02:10:55.0174480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/unistring.py 2025-10-10T02:10:55.0175450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/lexer.py 2025-10-10T02:10:55.0176250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/regexopt.py 2025-10-10T02:10:55.0177010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/plugin.py 2025-10-10T02:10:55.0177770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/filter.py 2025-10-10T02:10:55.0178530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pygments/__main__.py 2025-10-10T02:10:55.0179310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w64-arm.exe 2025-10-10T02:10:55.0180070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w32.exe 2025-10-10T02:10:55.0180820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/locators.py 2025-10-10T02:10:55.0181610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/metadata.py 2025-10-10T02:10:55.0182360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/version.py 2025-10-10T02:10:55.0183100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/compat.py 2025-10-10T02:10:55.0183830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/index.py 2025-10-10T02:10:55.0184600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/manifest.py 2025-10-10T02:10:55.0185320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/util.py 2025-10-10T02:10:55.0186190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/database.py 2025-10-10T02:10:55.0186930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t32.exe 2025-10-10T02:10:55.0187670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__init__.py 2025-10-10T02:10:55.0188790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:55.0189660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:55.0190570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-313.pyc 2025-10-10T02:10:55.0191540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-313.pyc 2025-10-10T02:10:55.0192430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:55.0193390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:55.0194390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-313.pyc 2025-10-10T02:10:55.0195360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.0196240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-313.pyc 2025-10-10T02:10:55.0197190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0198110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.0199050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-313.pyc 2025-10-10T02:10:55.0199990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-313.pyc 2025-10-10T02:10:55.0200630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/w64.exe 2025-10-10T02:10:55.0201540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/markers.py 2025-10-10T02:10:55.0202240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/resources.py 2025-10-10T02:10:55.0202980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t64-arm.exe 2025-10-10T02:10:55.0203760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/scripts.py 2025-10-10T02:10:55.0204460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/t64.exe 2025-10-10T02:10:55.0205200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distlib/wheel.py 2025-10-10T02:10:55.0205970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__init__.py 2025-10-10T02:10:55.0206940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-313.pyc 2025-10-10T02:10:55.0207990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0208890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0209560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/py.typed 2025-10-10T02:10:55.0210280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/distro.py 2025-10-10T02:10:55.0211040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/distro/__main__.py 2025-10-10T02:10:55.0211860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/serialize.py 2025-10-10T02:10:55.0214840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/wrapper.py 2025-10-10T02:10:55.0215720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/controller.py 2025-10-10T02:10:55.0216540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/filewrapper.py 2025-10-10T02:10:55.0217420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/heuristics.py 2025-10-10T02:10:55.0218400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/adapter.py 2025-10-10T02:10:55.0219360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/cache.py 2025-10-10T02:10:55.0220460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__init__.py 2025-10-10T02:10:55.0221980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-313.pyc 2025-10-10T02:10:55.0223300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-313.pyc 2025-10-10T02:10:55.0224710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-313.pyc 2025-10-10T02:10:55.0225950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-313.pyc 2025-10-10T02:10:55.0227140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-313.pyc 2025-10-10T02:10:55.0228480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-313.pyc 2025-10-10T02:10:55.0229660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-313.pyc 2025-10-10T02:10:55.0230800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0232070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-313.pyc 2025-10-10T02:10:55.0232980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/py.typed 2025-10-10T02:10:55.0233900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/_cmd.py 2025-10-10T02:10:55.0234940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py 2025-10-10T02:10:55.0235990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__init__.py 2025-10-10T02:10:55.0237450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-313.pyc 2025-10-10T02:10:55.0238900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0240250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-313.pyc 2025-10-10T02:10:55.0241310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py 2025-10-10T02:10:55.0242180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/intranges.py 2025-10-10T02:10:55.0243180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/package_data.py 2025-10-10T02:10:55.0244250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/compat.py 2025-10-10T02:10:55.0245400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/idnadata.py 2025-10-10T02:10:55.0246350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__init__.py 2025-10-10T02:10:55.0247370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/core.py 2025-10-10T02:10:55.0248750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-313.pyc 2025-10-10T02:10:55.0249900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:55.0251230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-313.pyc 2025-10-10T02:10:55.0252330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:55.0253570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-313.pyc 2025-10-10T02:10:55.0254720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-313.pyc 2025-10-10T02:10:55.0256020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-313.pyc 2025-10-10T02:10:55.0257260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0258070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/py.typed 2025-10-10T02:10:55.0258890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/codec.py 2025-10-10T02:10:55.0260060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/idna/uts46data.py 2025-10-10T02:10:55.0260920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__init__.py 2025-10-10T02:10:55.0262440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-313.pyc 2025-10-10T02:10:55.0263680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0264590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/cookies.py 2025-10-10T02:10:55.0265630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/auth.py 2025-10-10T02:10:55.0266550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/sessions.py 2025-10-10T02:10:55.0267520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/hooks.py 2025-10-10T02:10:55.0268470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/compat.py 2025-10-10T02:10:55.0269410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/models.py 2025-10-10T02:10:55.0272630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/certs.py 2025-10-10T02:10:55.0273460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__init__.py 2025-10-10T02:10:55.0274550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/status_codes.py 2025-10-10T02:10:55.0275460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/packages.py 2025-10-10T02:10:55.0276490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__version__.py 2025-10-10T02:10:55.0277740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-313.pyc 2025-10-10T02:10:55.0278790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:55.0279890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-313.pyc 2025-10-10T02:10:55.0281330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-313.pyc 2025-10-10T02:10:55.0282510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:55.0283900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-313.pyc 2025-10-10T02:10:55.0284900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-313.pyc 2025-10-10T02:10:55.0286060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.0287420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-313.pyc 2025-10-10T02:10:55.0288870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-313.pyc 2025-10-10T02:10:55.0290130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.0291260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/models.cpython-313.pyc 2025-10-10T02:10:55.0292400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:55.0293620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-313.pyc 2025-10-10T02:10:55.0294740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-313.pyc 2025-10-10T02:10:55.0295910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-313.pyc 2025-10-10T02:10:55.0297240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0298540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-313.pyc 2025-10-10T02:10:55.0299330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/api.py 2025-10-10T02:10:55.0300410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/_internal_utils.py 2025-10-10T02:10:55.0301360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/utils.py 2025-10-10T02:10:55.0302390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/exceptions.py 2025-10-10T02:10:55.0303310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/structures.py 2025-10-10T02:10:55.0304140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/help.py 2025-10-10T02:10:55.0305150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/requests/adapters.py 2025-10-10T02:10:55.0306030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_types.py 2025-10-10T02:10:55.0306910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__init__.py 2025-10-10T02:10:55.0308140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:55.0309210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:55.0310350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0311750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.0312560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_parser.py 2025-10-10T02:10:55.0313410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/_re.py 2025-10-10T02:10:55.0314540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli/py.typed 2025-10-10T02:10:55.0315400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__init__.py 2025-10-10T02:10:55.0316280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/core.py 2025-10-10T02:10:55.0317490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:55.0318670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0319930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0320800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/py.typed 2025-10-10T02:10:55.0321760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/cacert.pem 2025-10-10T02:10:55.0322790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/certifi/__main__.py 2025-10-10T02:10:55.0323760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_impl.py 2025-10-10T02:10:55.0324880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__init__.py 2025-10-10T02:10:55.0326130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-313.pyc 2025-10-10T02:10:55.0327350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0328680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py 2025-10-10T02:10:55.0330010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py 2025-10-10T02:10:55.0331420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-313.pyc 2025-10-10T02:10:55.0332510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0333220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/py.typed 2025-10-10T02:10:55.0333930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/themes.py 2025-10-10T02:10:55.0334950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/screen.py 2025-10-10T02:10:55.0335870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/logging.py 2025-10-10T02:10:55.0336740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/measure.py 2025-10-10T02:10:55.0337700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/tree.py 2025-10-10T02:10:55.0338620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/console.py 2025-10-10T02:10:55.0341640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/live_render.py 2025-10-10T02:10:55.0342450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_emoji_codes.py 2025-10-10T02:10:55.0343210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/box.py 2025-10-10T02:10:55.0344150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/color.py 2025-10-10T02:10:55.0344930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_timer.py 2025-10-10T02:10:55.0345900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_fileno.py 2025-10-10T02:10:55.0346770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/align.py 2025-10-10T02:10:55.0347730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/theme.py 2025-10-10T02:10:55.0348560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/style.py 2025-10-10T02:10:55.0349510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/default_styles.py 2025-10-10T02:10:55.0350370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_wrap.py 2025-10-10T02:10:55.0351250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_log_render.py 2025-10-10T02:10:55.0352180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/emoji.py 2025-10-10T02:10:55.0352990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/layout.py 2025-10-10T02:10:55.0353900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/containers.py 2025-10-10T02:10:55.0355060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_emoji_replace.py 2025-10-10T02:10:55.0356020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/traceback.py 2025-10-10T02:10:55.0357040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/region.py 2025-10-10T02:10:55.0358130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/protocol.py 2025-10-10T02:10:55.0359170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_loop.py 2025-10-10T02:10:55.0360170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/control.py 2025-10-10T02:10:55.0361130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/filesize.py 2025-10-10T02:10:55.0362110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_null_file.py 2025-10-10T02:10:55.0363130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_palettes.py 2025-10-10T02:10:55.0364070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__init__.py 2025-10-10T02:10:55.0365010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_pick.py 2025-10-10T02:10:55.0366000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/file_proxy.py 2025-10-10T02:10:55.0367410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-313.pyc 2025-10-10T02:10:55.0368740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-313.pyc 2025-10-10T02:10:55.0369960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-313.pyc 2025-10-10T02:10:55.0371060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:55.0372230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-313.pyc 2025-10-10T02:10:55.0373510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:55.0374720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-313.pyc 2025-10-10T02:10:55.0375890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-313.pyc 2025-10-10T02:10:55.0377160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-313.pyc 2025-10-10T02:10:55.0378180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-313.pyc 2025-10-10T02:10:55.0379350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-313.pyc 2025-10-10T02:10:55.0380380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-313.pyc 2025-10-10T02:10:55.0381450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-313.pyc 2025-10-10T02:10:55.0382770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-313.pyc 2025-10-10T02:10:55.0384210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-313.pyc 2025-10-10T02:10:55.0385360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-313.pyc 2025-10-10T02:10:55.0386500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:55.0387640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-313.pyc 2025-10-10T02:10:55.0388620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-313.pyc 2025-10-10T02:10:55.0389810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:55.0391050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-313.pyc 2025-10-10T02:10:55.0392410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-313.pyc 2025-10-10T02:10:55.0393570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-313.pyc 2025-10-10T02:10:55.0394920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:55.0396170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-313.pyc 2025-10-10T02:10:55.0397400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-313.pyc 2025-10-10T02:10:55.0398720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-313.pyc 2025-10-10T02:10:55.0399840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:55.0400950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-313.pyc 2025-10-10T02:10:55.0402090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-313.pyc 2025-10-10T02:10:55.0403140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-313.pyc 2025-10-10T02:10:55.0404350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.0405540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-313.pyc 2025-10-10T02:10:55.0406730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-313.pyc 2025-10-10T02:10:55.0407780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-313.pyc 2025-10-10T02:10:55.0408880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/status.cpython-313.pyc 2025-10-10T02:10:55.0412140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-313.pyc 2025-10-10T02:10:55.0413180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:55.0414520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-313.pyc 2025-10-10T02:10:55.0415530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-313.pyc 2025-10-10T02:10:55.0416590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-313.pyc 2025-10-10T02:10:55.0418030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-313.pyc 2025-10-10T02:10:55.0419250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/region.cpython-313.pyc 2025-10-10T02:10:55.0420460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-313.pyc 2025-10-10T02:10:55.0421650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-313.pyc 2025-10-10T02:10:55.0422810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-313.pyc 2025-10-10T02:10:55.0424010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/control.cpython-313.pyc 2025-10-10T02:10:55.0425090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-313.pyc 2025-10-10T02:10:55.0426240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-313.pyc 2025-10-10T02:10:55.0427420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:55.0428610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/table.cpython-313.pyc 2025-10-10T02:10:55.0429960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-313.pyc 2025-10-10T02:10:55.0431060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/live.cpython-313.pyc 2025-10-10T02:10:55.0432400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/align.cpython-313.pyc 2025-10-10T02:10:55.0433470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-313.pyc 2025-10-10T02:10:55.0434560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-313.pyc 2025-10-10T02:10:55.0435830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-313.pyc 2025-10-10T02:10:55.0437150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-313.pyc 2025-10-10T02:10:55.0438360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-313.pyc 2025-10-10T02:10:55.0439770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-313.pyc 2025-10-10T02:10:55.0441190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-313.pyc 2025-10-10T02:10:55.0442410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-313.pyc 2025-10-10T02:10:55.0443400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:55.0444590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-313.pyc 2025-10-10T02:10:55.0445710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-313.pyc 2025-10-10T02:10:55.0447100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-313.pyc 2025-10-10T02:10:55.0447960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0449040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/box.cpython-313.pyc 2025-10-10T02:10:55.0450170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-313.pyc 2025-10-10T02:10:55.0451340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:55.0452580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0453720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-313.pyc 2025-10-10T02:10:55.0455030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-313.pyc 2025-10-10T02:10:55.0456090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-313.pyc 2025-10-10T02:10:55.0457250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:55.0458390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-313.pyc 2025-10-10T02:10:55.0459650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-313.pyc 2025-10-10T02:10:55.0460580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/palette.py 2025-10-10T02:10:55.0461450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/markup.py 2025-10-10T02:10:55.0462280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_ratio.py 2025-10-10T02:10:55.0463120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/repr.py 2025-10-10T02:10:55.0464110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/constrain.py 2025-10-10T02:10:55.0465020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/pretty.py 2025-10-10T02:10:55.0465900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/diagnose.py 2025-10-10T02:10:55.0466780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/columns.py 2025-10-10T02:10:55.0469740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/rule.py 2025-10-10T02:10:55.0470590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_inspect.py 2025-10-10T02:10:55.0471580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/pager.py 2025-10-10T02:10:55.0472590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/text.py 2025-10-10T02:10:55.0473540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/highlighter.py 2025-10-10T02:10:55.0474460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_spinners.py 2025-10-10T02:10:55.0475480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/terminal_theme.py 2025-10-10T02:10:55.0476430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/bar.py 2025-10-10T02:10:55.0477390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/live.py 2025-10-10T02:10:55.0478300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/py.typed 2025-10-10T02:10:55.0479240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/syntax.py 2025-10-10T02:10:55.0480330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/table.py 2025-10-10T02:10:55.0481360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_export_format.py 2025-10-10T02:10:55.0482410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/progress_bar.py 2025-10-10T02:10:55.0483510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/errors.py 2025-10-10T02:10:55.0484310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/prompt.py 2025-10-10T02:10:55.0485220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/segment.py 2025-10-10T02:10:55.0486180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/ansi.py 2025-10-10T02:10:55.0487110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/progress.py 2025-10-10T02:10:55.0488090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_stack.py 2025-10-10T02:10:55.0488960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_windows.py 2025-10-10T02:10:55.0490110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_cell_widths.py 2025-10-10T02:10:55.0490970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/cells.py 2025-10-10T02:10:55.0491910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_win32_console.py 2025-10-10T02:10:55.0492760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/panel.py 2025-10-10T02:10:55.0493650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/styled.py 2025-10-10T02:10:55.0494680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/spinner.py 2025-10-10T02:10:55.0495730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_windows_renderer.py 2025-10-10T02:10:55.0496610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/json.py 2025-10-10T02:10:55.0497590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/padding.py 2025-10-10T02:10:55.0498420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/__main__.py 2025-10-10T02:10:55.0499120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/scope.py 2025-10-10T02:10:55.0499890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/_extension.py 2025-10-10T02:10:55.0500640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/status.py 2025-10-10T02:10:55.0501400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/abc.py 2025-10-10T02:10:55.0502200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/jupyter.py 2025-10-10T02:10:55.0503040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/rich/color_triplet.py 2025-10-10T02:10:55.0503830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/_writer.py 2025-10-10T02:10:55.0504640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__init__.py 2025-10-10T02:10:55.0505660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0506620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-313.pyc 2025-10-10T02:10:55.0507300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/tomli_w/py.typed 2025-10-10T02:10:55.0508060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/filepost.py 2025-10-10T02:10:55.0508900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/fields.py 2025-10-10T02:10:55.0509630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/queue.py 2025-10-10T02:10:55.0510530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssltransport.py 2025-10-10T02:10:55.0511330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/proxy.py 2025-10-10T02:10:55.0512140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/wait.py 2025-10-10T02:10:55.0512980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/request.py 2025-10-10T02:10:55.0513800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/timeout.py 2025-10-10T02:10:55.0514610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__init__.py 2025-10-10T02:10:55.0515450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/response.py 2025-10-10T02:10:55.0516280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssl_.py 2025-10-10T02:10:55.0517280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-313.pyc 2025-10-10T02:10:55.0518340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-313.pyc 2025-10-10T02:10:55.0519250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-313.pyc 2025-10-10T02:10:55.0520550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc 2025-10-10T02:10:55.0521600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:55.0522420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-313.pyc 2025-10-10T02:10:55.0523400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-313.pyc 2025-10-10T02:10:55.0524590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.0525780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-313.pyc 2025-10-10T02:10:55.0527030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:55.0530440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0531570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-313.pyc 2025-10-10T02:10:55.0532730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-313.pyc 2025-10-10T02:10:55.0533690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/retry.py 2025-10-10T02:10:55.0534680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/url.py 2025-10-10T02:10:55.0535780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/connection.py 2025-10-10T02:10:55.0536870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py 2025-10-10T02:10:55.0537790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/_version.py 2025-10-10T02:10:55.0538780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/request.py 2025-10-10T02:10:55.0539780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__init__.py 2025-10-10T02:10:55.0540780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/poolmanager.py 2025-10-10T02:10:55.0541670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/response.py 2025-10-10T02:10:55.0543210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-10-10T02:10:55.0544440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-10-10T02:10:55.0545790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:55.0547100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-313.pyc 2025-10-10T02:10:55.0548240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:55.0549410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.0550700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:55.0551860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.0553100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:55.0554380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0555800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:55.0557030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/securetransport.py 2025-10-10T02:10:55.0558080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__init__.py 2025-10-10T02:10:55.0559430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-313.pyc 2025-10-10T02:10:55.0560750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc 2025-10-10T02:10:55.0562090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-313.pyc 2025-10-10T02:10:55.0563400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-313.pyc 2025-10-10T02:10:55.0564660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-313.pyc 2025-10-10T02:10:55.0566160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-313.pyc 2025-10-10T02:10:55.0567600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0568610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/socks.py 2025-10-10T02:10:55.0569750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py 2025-10-10T02:10:55.0570820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py 2025-10-10T02:10:55.0571870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/appengine.py 2025-10-10T02:10:55.0573520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py 2025-10-10T02:10:55.0574800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-313.pyc 2025-10-10T02:10:55.0576200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-313.pyc 2025-10-10T02:10:55.0577840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0579050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py 2025-10-10T02:10:55.0580200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py 2025-10-10T02:10:55.0581270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py 2025-10-10T02:10:55.0582120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/connection.py 2025-10-10T02:10:55.0583060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/_collections.py 2025-10-10T02:10:55.0584120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__init__.py 2025-10-10T02:10:55.0585510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-313.pyc 2025-10-10T02:10:55.0586930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0587970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py 2025-10-10T02:10:55.0589490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-313.pyc 2025-10-10T02:10:55.0590900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-313.pyc 2025-10-10T02:10:55.0592530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0593500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py 2025-10-10T02:10:55.0594840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py 2025-10-10T02:10:55.0595920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/packages/six.py 2025-10-10T02:10:55.0597090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/exceptions.py 2025-10-10T02:10:55.0598190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/urllib3/connectionpool.py 2025-10-10T02:10:55.0599240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__init__.py 2025-10-10T02:10:55.0600550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0601350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__init__.py 2025-10-10T02:10:55.0602720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-313.pyc 2025-10-10T02:10:55.0603890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-313.pyc 2025-10-10T02:10:55.0607290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0608530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-313.pyc 2025-10-10T02:10:55.0609550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py 2025-10-10T02:10:55.0610770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py 2025-10-10T02:10:55.0612210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.0613510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-313.pyc 2025-10-10T02:10:55.0614760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-313.pyc 2025-10-10T02:10:55.0616220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-313.pyc 2025-10-10T02:10:55.0617570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0618610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py 2025-10-10T02:10:55.0619600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py 2025-10-10T02:10:55.0620740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py 2025-10-10T02:10:55.0621690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/providers.py 2025-10-10T02:10:55.0622690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/structs.py 2025-10-10T02:10:55.0623850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/reporters.py 2025-10-10T02:10:55.0624790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/resolvelib/py.typed 2025-10-10T02:10:55.0625700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/typing_extensions.py 2025-10-10T02:10:55.0626840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/macos.py 2025-10-10T02:10:55.0627770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/unix.py 2025-10-10T02:10:55.0628770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/version.py 2025-10-10T02:10:55.0629760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__init__.py 2025-10-10T02:10:55.0630990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:55.0632220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-313.pyc 2025-10-10T02:10:55.0633480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:55.0634650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc 2025-10-10T02:10:55.0635880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0637130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0638250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.0639560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:55.0640550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/api.py 2025-10-10T02:10:55.0641450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/android.py 2025-10-10T02:10:55.0642430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/py.typed 2025-10-10T02:10:55.0643440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/windows.py 2025-10-10T02:10:55.0644520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/_vendor/platformdirs/__main__.py 2025-10-10T02:10:55.0645320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__init__.py 2025-10-10T02:10:55.0646420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__pip-runner__.cpython-313.pyc 2025-10-10T02:10:55.0647480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0648610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0649170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/py.typed 2025-10-10T02:10:55.0649980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__pip-runner__.py 2025-10-10T02:10:55.0650910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip/__main__.py 2025-10-10T02:10:55.0651800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_types.py 2025-10-10T02:10:55.0652730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__init__.py 2025-10-10T02:10:55.0653880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:55.0654880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:55.0655870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0656860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.0657610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_parser.py 2025-10-10T02:10:55.0658300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/_re.py 2025-10-10T02:10:55.0661100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tomli/py.typed 2025-10-10T02:10:55.0661660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/_types.py 2025-10-10T02:10:55.0662330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/version.py 2025-10-10T02:10:55.0663000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/_deprecated.py 2025-10-10T02:10:55.0663660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__init__.py 2025-10-10T02:10:55.0664620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:55.0665470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__about__.cpython-313.pyc 2025-10-10T02:10:55.0666350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/_deprecated.cpython-313.pyc 2025-10-10T02:10:55.0667170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.0668010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0668860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0669700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.0670340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/cli.py 2025-10-10T02:10:55.0670950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__about__.py 2025-10-10T02:10:55.0671590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/py.typed 2025-10-10T02:10:55.0672300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/semver/__main__.py 2025-10-10T02:10:55.0672940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__init__.py 2025-10-10T02:10:55.0673570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/core.py 2025-10-10T02:10:55.0674480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:55.0675330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0676190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0676800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/py.typed 2025-10-10T02:10:55.0677470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/cacert.pem 2025-10-10T02:10:55.0678150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/certifi/__main__.py 2025-10-10T02:10:55.0678890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distutils-precedence.pth 2025-10-10T02:10:55.0679790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/RECORD 2025-10-10T02:10:55.0680750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/licenses/LICENSE 2025-10-10T02:10:55.0681640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/direct_url.json 2025-10-10T02:10:55.0682450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/WHEEL 2025-10-10T02:10:55.0683380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/entry_points.txt 2025-10-10T02:10:55.0684250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/REQUESTED 2025-10-10T02:10:55.0685060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/INSTALLER 2025-10-10T02:10:55.0685960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_anaconda_tos-0.2.2.dist-info/METADATA 2025-10-10T02:10:55.0692060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/RECORD 2025-10-10T02:10:55.0692350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/LICENSE 2025-10-10T02:10:55.0692590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/direct_url.json 2025-10-10T02:10:55.0692820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/WHEEL 2025-10-10T02:10:55.0693040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/top_level.txt 2025-10-10T02:10:55.0693250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/REQUESTED 2025-10-10T02:10:55.0693470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/INSTALLER 2025-10-10T02:10:55.0693680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/brotlicffi-1.0.9.2.dist-info/METADATA 2025-10-10T02:10:55.0693900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/RECORD 2025-10-10T02:10:55.0694120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/LICENSE 2025-10-10T02:10:55.0695200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/direct_url.json 2025-10-10T02:10:55.0695840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/WHEEL 2025-10-10T02:10:55.0696780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/entry_points.txt 2025-10-10T02:10:55.0697660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/top_level.txt 2025-10-10T02:10:55.0698490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/REQUESTED 2025-10-10T02:10:55.0699340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/INSTALLER 2025-10-10T02:10:55.0700190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/charset_normalizer-3.3.2.dist-info/METADATA 2025-10-10T02:10:55.0700780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/version.py 2025-10-10T02:10:55.0701440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_main.py 2025-10-10T02:10:55.0702030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_monitor.py 2025-10-10T02:10:55.0702700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/keras.py 2025-10-10T02:10:55.0703330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_gui.py 2025-10-10T02:10:55.0703970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/asyncio.py 2025-10-10T02:10:55.0704640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_dist_ver.py 2025-10-10T02:10:55.0705230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/std.py 2025-10-10T02:10:55.0705980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_notebook.py 2025-10-10T02:10:55.0706570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__init__.py 2025-10-10T02:10:55.0707230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/rich.py 2025-10-10T02:10:55.0708120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/gui.cpython-313.pyc 2025-10-10T02:10:55.0708930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/std.cpython-313.pyc 2025-10-10T02:10:55.0711870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/tk.cpython-313.pyc 2025-10-10T02:10:55.0712550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_gui.cpython-313.pyc 2025-10-10T02:10:55.0713460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/autonotebook.cpython-313.pyc 2025-10-10T02:10:55.0714240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_main.cpython-313.pyc 2025-10-10T02:10:55.0715040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/dask.cpython-313.pyc 2025-10-10T02:10:55.0715880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_dist_ver.cpython-313.pyc 2025-10-10T02:10:55.0716700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.0717520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_utils.cpython-313.pyc 2025-10-10T02:10:55.0718320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.0719190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_pandas.cpython-313.pyc 2025-10-10T02:10:55.0720010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/asyncio.cpython-313.pyc 2025-10-10T02:10:55.0720800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/auto.cpython-313.pyc 2025-10-10T02:10:55.0721690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/rich.cpython-313.pyc 2025-10-10T02:10:55.0722430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm.cpython-313.pyc 2025-10-10T02:10:55.0723280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/notebook.cpython-313.pyc 2025-10-10T02:10:55.0724090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/keras.cpython-313.pyc 2025-10-10T02:10:55.0724940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0725780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0726610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.0727450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_monitor.cpython-313.pyc 2025-10-10T02:10:55.0728520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__pycache__/_tqdm_notebook.cpython-313.pyc 2025-10-10T02:10:55.0729050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/logging.py 2025-10-10T02:10:55.0729770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/concurrent.py 2025-10-10T02:10:55.0730440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/bells.py 2025-10-10T02:10:55.0731150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/telegram.py 2025-10-10T02:10:55.0731860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/discord.py 2025-10-10T02:10:55.0732570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__init__.py 2025-10-10T02:10:55.0733500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/bells.cpython-313.pyc 2025-10-10T02:10:55.0734400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/discord.cpython-313.pyc 2025-10-10T02:10:55.0735270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:55.0736190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/utils_worker.cpython-313.pyc 2025-10-10T02:10:55.0737040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/slack.cpython-313.pyc 2025-10-10T02:10:55.0737950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/concurrent.cpython-313.pyc 2025-10-10T02:10:55.0738840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/itertools.cpython-313.pyc 2025-10-10T02:10:55.0739720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/telegram.cpython-313.pyc 2025-10-10T02:10:55.0740660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0741300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/slack.py 2025-10-10T02:10:55.0742010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/itertools.py 2025-10-10T02:10:55.0742800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/contrib/utils_worker.py 2025-10-10T02:10:55.0743350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/tk.py 2025-10-10T02:10:55.0743960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/cli.py 2025-10-10T02:10:55.0744680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/dask.py 2025-10-10T02:10:55.0745240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/utils.py 2025-10-10T02:10:55.0746110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm.py 2025-10-10T02:10:55.0746590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/completion.sh 2025-10-10T02:10:55.0747280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_tqdm_pandas.py 2025-10-10T02:10:55.0747940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/autonotebook.py 2025-10-10T02:10:55.0748540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/tqdm.1 2025-10-10T02:10:55.0749250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/notebook.py 2025-10-10T02:10:55.0749830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/gui.py 2025-10-10T02:10:55.0750590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/__main__.py 2025-10-10T02:10:55.0751240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/_utils.py 2025-10-10T02:10:55.0751870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/tqdm/auto.py 2025-10-10T02:10:55.0752620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/py38.py 2025-10-10T02:10:55.0753360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/properties.py 2025-10-10T02:10:55.0754100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__init__.py 2025-10-10T02:10:55.0754800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/py312.py 2025-10-10T02:10:55.0755750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/py312.cpython-313.pyc 2025-10-10T02:10:55.0756610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/py38.cpython-313.pyc 2025-10-10T02:10:55.0757570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/properties.cpython-313.pyc 2025-10-10T02:10:55.0758470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0759140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend.py 2025-10-10T02:10:55.0761910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__init__.py 2025-10-10T02:10:55.0763030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__pycache__/platform_.cpython-313.pyc 2025-10-10T02:10:55.0764030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0764950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/util/platform_.py 2025-10-10T02:10:55.0765790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/completion.py 2025-10-10T02:10:55.0766700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/credentials.py 2025-10-10T02:10:55.0767790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__init__.py 2025-10-10T02:10:55.0768990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:55.0770260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0771160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/macOS/api.py 2025-10-10T02:10:55.0771950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/null.py 2025-10-10T02:10:55.0772910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/kwallet.py 2025-10-10T02:10:55.0773890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__init__.py 2025-10-10T02:10:55.0774950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/null.cpython-313.pyc 2025-10-10T02:10:55.0776140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/Windows.cpython-313.pyc 2025-10-10T02:10:55.0777230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/chainer.cpython-313.pyc 2025-10-10T02:10:55.0778460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/libsecret.cpython-313.pyc 2025-10-10T02:10:55.0779640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/kwallet.cpython-313.pyc 2025-10-10T02:10:55.0780740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/fail.cpython-313.pyc 2025-10-10T02:10:55.0781930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0783220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/__pycache__/SecretService.cpython-313.pyc 2025-10-10T02:10:55.0784080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/fail.py 2025-10-10T02:10:55.0785120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/SecretService.py 2025-10-10T02:10:55.0786070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/Windows.py 2025-10-10T02:10:55.0787000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/libsecret.py 2025-10-10T02:10:55.0787950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backends/chainer.py 2025-10-10T02:10:55.0789190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend_complete.zsh 2025-10-10T02:10:55.0790270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__init__.py 2025-10-10T02:10:55.0791070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/core.py 2025-10-10T02:10:55.0792280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/credentials.cpython-313.pyc 2025-10-10T02:10:55.0793290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:55.0794480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.0795520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/devpi_client.cpython-313.pyc 2025-10-10T02:10:55.0796510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.0797590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/completion.cpython-313.pyc 2025-10-10T02:10:55.0798820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/backend.cpython-313.pyc 2025-10-10T02:10:55.0799810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0800700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0801580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__pycache__/http.cpython-313.pyc 2025-10-10T02:10:55.0802300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/backend.py 2025-10-10T02:10:55.0803040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/util.py 2025-10-10T02:10:55.0803830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__init__.py 2025-10-10T02:10:55.0804810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.0805770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/backend.cpython-313.pyc 2025-10-10T02:10:55.0806830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/testing/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0807330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/cli.py 2025-10-10T02:10:55.0808030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/http.py 2025-10-10T02:10:55.0808850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/backend_complete.bash 2025-10-10T02:10:55.0809550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/py.typed 2025-10-10T02:10:55.0810130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/errors.py 2025-10-10T02:10:55.0813460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/devpi_client.py 2025-10-10T02:10:55.0814130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/keyring/__main__.py 2025-10-10T02:10:55.0815310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/zip-safe 2025-10-10T02:10:55.0816260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/RECORD 2025-10-10T02:10:55.0817240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/LICENSE 2025-10-10T02:10:55.0818470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/direct_url.json 2025-10-10T02:10:55.0819480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/WHEEL 2025-10-10T02:10:55.0820540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/top_level.txt 2025-10-10T02:10:55.0821510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/REQUESTED 2025-10-10T02:10:55.0822560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/INSTALLER 2025-10-10T02:10:55.0823720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/shellingham-1.5.0.dist-info/METADATA 2025-10-10T02:10:55.0824890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/RECORD 2025-10-10T02:10:55.0826060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/AUTHORS.md 2025-10-10T02:10:55.0827250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/licenses/LICENSE 2025-10-10T02:10:55.0828440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/direct_url.json 2025-10-10T02:10:55.0829700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/WHEEL 2025-10-10T02:10:55.0830930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/entry_points.txt 2025-10-10T02:10:55.0832150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/REQUESTED 2025-10-10T02:10:55.0833200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/INSTALLER 2025-10-10T02:10:55.0834340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver-25.4.0.dist-info/METADATA 2025-10-10T02:10:55.0835360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/RECORD 2025-10-10T02:10:55.0836530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/AUTHORS.md 2025-10-10T02:10:55.0837700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:55.0838830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/direct_url.json 2025-10-10T02:10:55.0839880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/WHEEL 2025-10-10T02:10:55.0841000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/top_level.txt 2025-10-10T02:10:55.0842070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/REQUESTED 2025-10-10T02:10:55.0843400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/INSTALLER 2025-10-10T02:10:55.0844380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/menuinst-2.3.1.dist-info/METADATA 2025-10-10T02:10:55.0845590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/AUTHORS.md 2025-10-10T02:10:55.0846530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/RECORD 2025-10-10T02:10:55.0847400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/LICENSE 2025-10-10T02:10:55.0848590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/direct_url.json 2025-10-10T02:10:55.0849620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/WHEEL 2025-10-10T02:10:55.0850530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/top_level.txt 2025-10-10T02:10:55.0851410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/REQUESTED 2025-10-10T02:10:55.0852380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/INSTALLER 2025-10-10T02:10:55.0853430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pycosat-0.6.6.dist-info/METADATA 2025-10-10T02:10:55.0854390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/socks.py 2025-10-10T02:10:55.0855340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/alias.py 2025-10-10T02:10:55.0856390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/microarchitecture.py 2025-10-10T02:10:55.0857120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__init__.py 2025-10-10T02:10:55.0858280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/alias.cpython-313.pyc 2025-10-10T02:10:55.0859360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/schema.cpython-313.pyc 2025-10-10T02:10:55.0860790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/microarchitecture.cpython-313.pyc 2025-10-10T02:10:55.0861900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/detect.cpython-313.pyc 2025-10-10T02:10:55.0863020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0863830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/detect.py 2025-10-10T02:10:55.0864670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cpu/schema.py 2025-10-10T02:10:55.0865450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__init__.py 2025-10-10T02:10:55.0866500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.0867710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.0868820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.0869670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/LICENSE-APACHE 2025-10-10T02:10:55.0870650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/cpuid.json 2025-10-10T02:10:55.0872150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/microarchitectures_schema.json 2025-10-10T02:10:55.0872930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/cpuid_schema.json 2025-10-10T02:10:55.0874010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/cpu/microarchitectures.json 2025-10-10T02:10:55.0875190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/windows-cpuid-icelake 2025-10-10T02:10:55.0876350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rocky8-a64fx 2025-10-10T02:10:55.0877480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-power8le 2025-10-10T02:10:55.0878770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientificfermi6-bulldozer 2025-10-10T02:10:55.0882060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-asahi-m1 2025-10-10T02:10:55.0883210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/windows-cpuid-broadwell 2025-10-10T02:10:55.0884290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-skylake_avx512 2025-10-10T02:10:55.0885440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/bgq-rhel6-power7 2025-10-10T02:10:55.0886660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-sifive-u74mc 2025-10-10T02:10:55.0887920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-broadwell 2025-10-10T02:10:55.0889050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-cortex_a72 2025-10-10T02:10:55.0890240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_v1 2025-10-10T02:10:55.0891350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu20.04-zen3 2025-10-10T02:10:55.0892570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon-neoverse_n1 2025-10-10T02:10:55.0893710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rocky8.5-zen4 2025-10-10T02:10:55.0894880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu18.04-broadwell 2025-10-10T02:10:55.0896140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientific7-piledriver 2025-10-10T02:10:55.0897310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-monterey-m2 2025-10-10T02:10:55.0898510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel8-power9 2025-10-10T02:10:55.0899830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-amazon2-sapphirerapids 2025-10-10T02:10:55.0901120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientificfermi6-piledriver 2025-10-10T02:10:55.0902210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-asahi-m2 2025-10-10T02:10:55.0903450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-unknown-power10 2025-10-10T02:10:55.0904520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-bigsur-m1 2025-10-10T02:10:55.0905660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-zen 2025-10-10T02:10:55.0906950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-cascadelake 2025-10-10T02:10:55.0907910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-haswell 2025-10-10T02:10:55.0909030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-x86_64_v3 2025-10-10T02:10:55.0910170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-ivybridge 2025-10-10T02:10:55.0911460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-unknown-sapphirerapids 2025-10-10T02:10:55.0912670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-ubuntu22.04-neoverse_v2 2025-10-10T02:10:55.0913830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel6-piledriver 2025-10-10T02:10:55.0914990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-scientific7-k10 2025-10-10T02:10:55.0916060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-haswell 2025-10-10T02:10:55.0917290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-mojave-skylake 2025-10-10T02:10:55.0918510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-rhel7-ivybridge 2025-10-10T02:10:55.0919650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/darwin-monterey-m1 2025-10-10T02:10:55.0920940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/tests/targets/linux-centos7-thunderx2 2025-10-10T02:10:55.0921720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/NOTICE 2025-10-10T02:10:55.0922630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/README.md 2025-10-10T02:10:55.0923610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/COPYRIGHT 2025-10-10T02:10:55.0924520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/json/LICENSE-MIT 2025-10-10T02:10:55.0925290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/cli.py 2025-10-10T02:10:55.0926160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/__main__.py 2025-10-10T02:10:55.0927100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/LICENSE 2025-10-10T02:10:55.0928560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/__pycache__/cpuid.cpython-313.pyc 2025-10-10T02:10:55.0930010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/__pycache__/example.cpython-313.pyc 2025-10-10T02:10:55.0930820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/cpuid.py 2025-10-10T02:10:55.0931800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/README.md 2025-10-10T02:10:55.0932780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/example.py 2025-10-10T02:10:55.0934000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec/vendor/cpuid/.gitignore 2025-10-10T02:10:55.0934920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/RECORD 2025-10-10T02:10:55.0935960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:55.0937050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/direct_url.json 2025-10-10T02:10:55.0938350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/WHEEL 2025-10-10T02:10:55.0939410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/REQUESTED 2025-10-10T02:10:55.0940440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/INSTALLER 2025-10-10T02:10:55.0941380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/click-8.2.1.dist-info/METADATA 2025-10-10T02:10:55.0942330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/RECORD 2025-10-10T02:10:55.0943480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/licenses/LICENSE 2025-10-10T02:10:55.0944540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/direct_url.json 2025-10-10T02:10:55.0945530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/WHEEL 2025-10-10T02:10:55.0946640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/REQUESTED 2025-10-10T02:10:55.0947670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/INSTALLER 2025-10-10T02:10:55.0948630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs-4.3.7.dist-info/METADATA 2025-10-10T02:10:55.0949500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/RECORD 2025-10-10T02:10:55.0950460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE 2025-10-10T02:10:55.0953840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/direct_url.json 2025-10-10T02:10:55.0954850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.APACHE 2025-10-10T02:10:55.0955830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/WHEEL 2025-10-10T02:10:55.0956890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/LICENSE.BSD 2025-10-10T02:10:55.0957790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/REQUESTED 2025-10-10T02:10:55.0958800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/INSTALLER 2025-10-10T02:10:55.0959860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/packaging-25.0.dist-info/METADATA 2025-10-10T02:10:55.0960630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/themes.py 2025-10-10T02:10:55.0961460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/screen.py 2025-10-10T02:10:55.0962250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/logging.py 2025-10-10T02:10:55.0963030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/measure.py 2025-10-10T02:10:55.0963870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/tree.py 2025-10-10T02:10:55.0964540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/console.py 2025-10-10T02:10:55.0965430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/live_render.py 2025-10-10T02:10:55.0966300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_emoji_codes.py 2025-10-10T02:10:55.0967090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/box.py 2025-10-10T02:10:55.0967870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/color.py 2025-10-10T02:10:55.0968540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_timer.py 2025-10-10T02:10:55.0969200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_fileno.py 2025-10-10T02:10:55.0969820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/align.py 2025-10-10T02:10:55.0970440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/theme.py 2025-10-10T02:10:55.0971070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/style.py 2025-10-10T02:10:55.0971840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/default_styles.py 2025-10-10T02:10:55.0972390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_wrap.py 2025-10-10T02:10:55.0973130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_log_render.py 2025-10-10T02:10:55.0973750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/emoji.py 2025-10-10T02:10:55.0974370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/layout.py 2025-10-10T02:10:55.0975230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/containers.py 2025-10-10T02:10:55.0975800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_emoji_replace.py 2025-10-10T02:10:55.0976420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/traceback.py 2025-10-10T02:10:55.0977070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/region.py 2025-10-10T02:10:55.0977850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/protocol.py 2025-10-10T02:10:55.0978630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_loop.py 2025-10-10T02:10:55.0979390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/control.py 2025-10-10T02:10:55.0980210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/filesize.py 2025-10-10T02:10:55.0981090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_null_file.py 2025-10-10T02:10:55.0981820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_palettes.py 2025-10-10T02:10:55.0982680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__init__.py 2025-10-10T02:10:55.0983420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_pick.py 2025-10-10T02:10:55.0984250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/file_proxy.py 2025-10-10T02:10:55.0985500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/highlighter.cpython-313.pyc 2025-10-10T02:10:55.0986670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_emoji_replace.cpython-313.pyc 2025-10-10T02:10:55.0987680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/segment.cpython-313.pyc 2025-10-10T02:10:55.0988850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:55.0989930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/markdown.cpython-313.pyc 2025-10-10T02:10:55.0990940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/theme.cpython-313.pyc 2025-10-10T02:10:55.0992120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_windows.cpython-313.pyc 2025-10-10T02:10:55.0993210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/constrain.cpython-313.pyc 2025-10-10T02:10:55.0994130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/rule.cpython-313.pyc 2025-10-10T02:10:55.0997520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/containers.cpython-313.pyc 2025-10-10T02:10:55.0998320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/cells.cpython-313.pyc 2025-10-10T02:10:55.0999320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/ansi.cpython-313.pyc 2025-10-10T02:10:55.1000380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/file_proxy.cpython-313.pyc 2025-10-10T02:10:55.1001350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_ratio.cpython-313.pyc 2025-10-10T02:10:55.1002320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/layout.cpython-313.pyc 2025-10-10T02:10:55.1003480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_emoji_codes.cpython-313.pyc 2025-10-10T02:10:55.1004420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/scope.cpython-313.pyc 2025-10-10T02:10:55.1005430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:55.1006450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/pretty.cpython-313.pyc 2025-10-10T02:10:55.1007560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_loop.cpython-313.pyc 2025-10-10T02:10:55.1008520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:55.1009690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_cell_widths.cpython-313.pyc 2025-10-10T02:10:55.1010820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/terminal_theme.cpython-313.pyc 2025-10-10T02:10:55.1011900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_palettes.cpython-313.pyc 2025-10-10T02:10:55.1012980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/style.cpython-313.pyc 2025-10-10T02:10:55.1014100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_log_render.cpython-313.pyc 2025-10-10T02:10:55.1015100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/filesize.cpython-313.pyc 2025-10-10T02:10:55.1016210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/live_render.cpython-313.pyc 2025-10-10T02:10:55.1017290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:55.1018250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_fileno.cpython-313.pyc 2025-10-10T02:10:55.1019310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/prompt.cpython-313.pyc 2025-10-10T02:10:55.1020340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/progress.cpython-313.pyc 2025-10-10T02:10:55.1021440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.1022530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/bar.cpython-313.pyc 2025-10-10T02:10:55.1023540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_spinners.cpython-313.pyc 2025-10-10T02:10:55.1024700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/default_styles.cpython-313.pyc 2025-10-10T02:10:55.1025750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/status.cpython-313.pyc 2025-10-10T02:10:55.1026850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/repr.cpython-313.pyc 2025-10-10T02:10:55.1027980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:55.1029090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_extension.cpython-313.pyc 2025-10-10T02:10:55.1030190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/measure.cpython-313.pyc 2025-10-10T02:10:55.1031230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/screen.cpython-313.pyc 2025-10-10T02:10:55.1032220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/palette.cpython-313.pyc 2025-10-10T02:10:55.1033170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/region.cpython-313.pyc 2025-10-10T02:10:55.1034320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/themes.cpython-313.pyc 2025-10-10T02:10:55.1035620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/emoji.cpython-313.pyc 2025-10-10T02:10:55.1036560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_stack.cpython-313.pyc 2025-10-10T02:10:55.1037620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/control.cpython-313.pyc 2025-10-10T02:10:55.1038730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_inspect.cpython-313.pyc 2025-10-10T02:10:55.1039800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/syntax.cpython-313.pyc 2025-10-10T02:10:55.1040890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:55.1041910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/table.cpython-313.pyc 2025-10-10T02:10:55.1042960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_wrap.cpython-313.pyc 2025-10-10T02:10:55.1044010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/live.cpython-313.pyc 2025-10-10T02:10:55.1045080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/align.cpython-313.pyc 2025-10-10T02:10:55.1046060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/jupyter.cpython-313.pyc 2025-10-10T02:10:55.1047230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/markup.cpython-313.pyc 2025-10-10T02:10:55.1048500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_windows_renderer.cpython-313.pyc 2025-10-10T02:10:55.1049540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/protocol.cpython-313.pyc 2025-10-10T02:10:55.1050480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_pick.cpython-313.pyc 2025-10-10T02:10:55.1051610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_timer.cpython-313.pyc 2025-10-10T02:10:55.1052570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/spinner.cpython-313.pyc 2025-10-10T02:10:55.1053610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/styled.cpython-313.pyc 2025-10-10T02:10:55.1054700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:55.1055810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_export_format.cpython-313.pyc 2025-10-10T02:10:55.1056830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/pager.cpython-313.pyc 2025-10-10T02:10:55.1058030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/progress_bar.cpython-313.pyc 2025-10-10T02:10:55.1059130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.1060030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/box.cpython-313.pyc 2025-10-10T02:10:55.1061180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/columns.cpython-313.pyc 2025-10-10T02:10:55.1062130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:55.1063200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1066720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/traceback.cpython-313.pyc 2025-10-10T02:10:55.1067740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_null_file.cpython-313.pyc 2025-10-10T02:10:55.1069010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/_win32_console.cpython-313.pyc 2025-10-10T02:10:55.1069950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:55.1071160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/color_triplet.cpython-313.pyc 2025-10-10T02:10:55.1072200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__pycache__/padding.cpython-313.pyc 2025-10-10T02:10:55.1072870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/palette.py 2025-10-10T02:10:55.1073650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/markup.py 2025-10-10T02:10:55.1074490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_ratio.py 2025-10-10T02:10:55.1075320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/repr.py 2025-10-10T02:10:55.1076090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/constrain.py 2025-10-10T02:10:55.1077150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/pretty.py 2025-10-10T02:10:55.1077910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/diagnose.py 2025-10-10T02:10:55.1078770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/columns.py 2025-10-10T02:10:55.1079480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/rule.py 2025-10-10T02:10:55.1080290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_inspect.py 2025-10-10T02:10:55.1081150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/markdown.py 2025-10-10T02:10:55.1082010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/pager.py 2025-10-10T02:10:55.1082830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/text.py 2025-10-10T02:10:55.1083710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/highlighter.py 2025-10-10T02:10:55.1084570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_spinners.py 2025-10-10T02:10:55.1085510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/terminal_theme.py 2025-10-10T02:10:55.1086410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/bar.py 2025-10-10T02:10:55.1087330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/live.py 2025-10-10T02:10:55.1088270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/py.typed 2025-10-10T02:10:55.1089010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/syntax.py 2025-10-10T02:10:55.1089740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/table.py 2025-10-10T02:10:55.1090680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_export_format.py 2025-10-10T02:10:55.1091460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/progress_bar.py 2025-10-10T02:10:55.1092280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/errors.py 2025-10-10T02:10:55.1093050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/prompt.py 2025-10-10T02:10:55.1093930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/segment.py 2025-10-10T02:10:55.1094860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/ansi.py 2025-10-10T02:10:55.1095750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/progress.py 2025-10-10T02:10:55.1096610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_stack.py 2025-10-10T02:10:55.1097420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_windows.py 2025-10-10T02:10:55.1098360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_cell_widths.py 2025-10-10T02:10:55.1099120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/cells.py 2025-10-10T02:10:55.1100190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_win32_console.py 2025-10-10T02:10:55.1100930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/panel.py 2025-10-10T02:10:55.1101760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/styled.py 2025-10-10T02:10:55.1102520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/spinner.py 2025-10-10T02:10:55.1103440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_windows_renderer.py 2025-10-10T02:10:55.1104260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/json.py 2025-10-10T02:10:55.1105220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/padding.py 2025-10-10T02:10:55.1106120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/__main__.py 2025-10-10T02:10:55.1106890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/scope.py 2025-10-10T02:10:55.1107840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/_extension.py 2025-10-10T02:10:55.1108580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/status.py 2025-10-10T02:10:55.1109370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/abc.py 2025-10-10T02:10:55.1110150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/jupyter.py 2025-10-10T02:10:55.1111140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/rich/color_triplet.py 2025-10-10T02:10:55.1112080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/LICENSE.md 2025-10-10T02:10:55.1112910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/RECORD 2025-10-10T02:10:55.1113780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/direct_url.json 2025-10-10T02:10:55.1114640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/WHEEL 2025-10-10T02:10:55.1115570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/REQUESTED 2025-10-10T02:10:55.1116450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/INSTALLER 2025-10-10T02:10:55.1117380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/idna-3.7.dist-info/METADATA 2025-10-10T02:10:55.1118380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/RECORD 2025-10-10T02:10:55.1119360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/LICENSE 2025-10-10T02:10:55.1120570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/direct_url.json 2025-10-10T02:10:55.1124000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/WHEEL 2025-10-10T02:10:55.1124890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/top_level.txt 2025-10-10T02:10:55.1126030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/REQUESTED 2025-10-10T02:10:55.1126970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/INSTALLER 2025-10-10T02:10:55.1127950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.functools-4.1.0.dist-info/METADATA 2025-10-10T02:10:55.1128910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/RECORD 2025-10-10T02:10:55.1129780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/WHEEL 2025-10-10T02:10:55.1130980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/entry_points.txt 2025-10-10T02:10:55.1132060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/LICENSE.txt 2025-10-10T02:10:55.1133180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/wheel-0.45.1.dist-info/METADATA 2025-10-10T02:10:55.1133880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_tracing.py 2025-10-10T02:10:55.1134540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_version.py 2025-10-10T02:10:55.1135250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_callers.py 2025-10-10T02:10:55.1135980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__init__.py 2025-10-10T02:10:55.1136690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_warnings.py 2025-10-10T02:10:55.1137370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_hooks.py 2025-10-10T02:10:55.1138070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_result.py 2025-10-10T02:10:55.1139030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_warnings.cpython-313.pyc 2025-10-10T02:10:55.1139930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_result.cpython-313.pyc 2025-10-10T02:10:55.1140770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_manager.cpython-313.pyc 2025-10-10T02:10:55.1141700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:55.1142530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_hooks.cpython-313.pyc 2025-10-10T02:10:55.1143430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1144320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_callers.cpython-313.pyc 2025-10-10T02:10:55.1145200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/__pycache__/_tracing.cpython-313.pyc 2025-10-10T02:10:55.1145880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/py.typed 2025-10-10T02:10:55.1146520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy/_manager.py 2025-10-10T02:10:55.1147340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/RECORD 2025-10-10T02:10:55.1148130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/LICENSE 2025-10-10T02:10:55.1149000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/direct_url.json 2025-10-10T02:10:55.1149800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/WHEEL 2025-10-10T02:10:55.1150640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/top_level.txt 2025-10-10T02:10:55.1151430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/REQUESTED 2025-10-10T02:10:55.1152230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/INSTALLER 2025-10-10T02:10:55.1153030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pluggy-1.5.0.dist-info/METADATA 2025-10-10T02:10:55.1153630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/README.txt 2025-10-10T02:10:55.1154500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/RECORD 2025-10-10T02:10:55.1155510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/licenses/LICENSE 2025-10-10T02:10:55.1156280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/direct_url.json 2025-10-10T02:10:55.1156990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/WHEEL 2025-10-10T02:10:55.1157790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/REQUESTED 2025-10-10T02:10:55.1158690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/INSTALLER 2025-10-10T02:10:55.1159370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic-2.11.7.dist-info/METADATA 2025-10-10T02:10:55.1160130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/RECORD 2025-10-10T02:10:55.1161520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/direct_url.json 2025-10-10T02:10:55.1162590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/WHEEL 2025-10-10T02:10:55.1163840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/entry_points.txt 2025-10-10T02:10:55.1165030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/REQUESTED 2025-10-10T02:10:55.1166120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/INSTALLER 2025-10-10T02:10:55.1167310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/archspec-0.2.3.dist-info/METADATA 2025-10-10T02:10:55.1168160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/token.py 2025-10-10T02:10:55.1169130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/config.py 2025-10-10T02:10:55.1172380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_version.py 2025-10-10T02:10:55.1173310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/client.py 2025-10-10T02:10:55.1174290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/plugins.py 2025-10-10T02:10:55.1175340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/auth_handler.py 2025-10-10T02:10:55.1176190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/condarc.py 2025-10-10T02:10:55.1177150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/conda_token.py 2025-10-10T02:10:55.1178080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__init__.py 2025-10-10T02:10:55.1179030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/entrypoint.py 2025-10-10T02:10:55.1180300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/plugins.cpython-313.pyc 2025-10-10T02:10:55.1181510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/repo_config.cpython-313.pyc 2025-10-10T02:10:55.1182850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/condarc.cpython-313.pyc 2025-10-10T02:10:55.1184070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/auth_handler.cpython-313.pyc 2025-10-10T02:10:55.1185410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/conda_token.cpython-313.pyc 2025-10-10T02:10:55.1186520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/entrypoint.cpython-313.pyc 2025-10-10T02:10:55.1187670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1188710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/_conda/repo_config.py 2025-10-10T02:10:55.1189720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/handlers.py 2025-10-10T02:10:55.1190560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/actions.py 2025-10-10T02:10:55.1191430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__init__.py 2025-10-10T02:10:55.1192730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.1194030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:55.1194890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/actions.cpython-313.pyc 2025-10-10T02:10:55.1195910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:55.1196960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:55.1198160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.1199210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:55.1200320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.1201520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/panel.cpython-313.pyc 2025-10-10T02:10:55.1202470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/repo.cpython-313.pyc 2025-10-10T02:10:55.1203670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.1204920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1205650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/cli.py 2025-10-10T02:10:55.1206540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/repo.py 2025-10-10T02:10:55.1207380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/py.typed 2025-10-10T02:10:55.1208260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/exceptions.py 2025-10-10T02:10:55.1209160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/panel.py 2025-10-10T02:10:55.1210050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_auth/__main__.py 2025-10-10T02:10:55.1210930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/RECORD 2025-10-10T02:10:55.1211990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/licenses/LICENSE.txt 2025-10-10T02:10:55.1213050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/licenses/AUTHORS.txt 2025-10-10T02:10:55.1214370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/direct_url.json 2025-10-10T02:10:55.1215360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/WHEEL 2025-10-10T02:10:55.1216450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/entry_points.txt 2025-10-10T02:10:55.1217370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/top_level.txt 2025-10-10T02:10:55.1218320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/REQUESTED 2025-10-10T02:10:55.1219240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/INSTALLER 2025-10-10T02:10:55.1220150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pip-25.1.dist-info/METADATA 2025-10-10T02:10:55.1221110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/RECORD 2025-10-10T02:10:55.1222190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/LICENSE 2025-10-10T02:10:55.1223280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/direct_url.json 2025-10-10T02:10:55.1224270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/WHEEL 2025-10-10T02:10:55.1225360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/entry_points.txt 2025-10-10T02:10:55.1226230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/top_level.txt 2025-10-10T02:10:55.1227150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/REQUESTED 2025-10-10T02:10:55.1228250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/INSTALLER 2025-10-10T02:10:55.1229200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/distro-1.9.0.dist-info/METADATA 2025-10-10T02:10:55.1230200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/RECORD 2025-10-10T02:10:55.1231320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE 2025-10-10T02:10:55.1232490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.APACHE 2025-10-10T02:10:55.1233650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/licenses/LICENSE.BSD 2025-10-10T02:10:55.1240110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/direct_url.json 2025-10-10T02:10:55.1240640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/WHEEL 2025-10-10T02:10:55.1241130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/REQUESTED 2025-10-10T02:10:55.1241700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/INSTALLER 2025-10-10T02:10:55.1242200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/cryptography-45.0.5.dist-info/METADATA 2025-10-10T02:10:55.1242670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/version.py 2025-10-10T02:10:55.1243130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__init__.py 2025-10-10T02:10:55.1244300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/sources.cpython-313.pyc 2025-10-10T02:10:55.1245570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:55.1246650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.1247730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1248850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.1249790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/sources.py 2025-10-10T02:10:55.1250650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/utils.py 2025-10-10T02:10:55.1251500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/py.typed 2025-10-10T02:10:55.1252390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_settings/main.py 2025-10-10T02:10:55.1253380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/filepost.py 2025-10-10T02:10:55.1254350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/fields.py 2025-10-10T02:10:55.1255320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssltransport.py 2025-10-10T02:10:55.1256190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/util.py 2025-10-10T02:10:55.1257100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/proxy.py 2025-10-10T02:10:55.1258230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/wait.py 2025-10-10T02:10:55.1259000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/request.py 2025-10-10T02:10:55.1259940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/timeout.py 2025-10-10T02:10:55.1260930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__init__.py 2025-10-10T02:10:55.1261870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/response.py 2025-10-10T02:10:55.1262750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssl_.py 2025-10-10T02:10:55.1264190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/wait.cpython-313.pyc 2025-10-10T02:10:55.1265470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssltransport.cpython-313.pyc 2025-10-10T02:10:55.1267000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc 2025-10-10T02:10:55.1267950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:55.1269010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/timeout.cpython-313.pyc 2025-10-10T02:10:55.1270130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.1271210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/proxy.cpython-313.pyc 2025-10-10T02:10:55.1272440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.1273900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_.cpython-313.pyc 2025-10-10T02:10:55.1274970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:55.1276130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1277260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/retry.cpython-313.pyc 2025-10-10T02:10:55.1278450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/__pycache__/url.cpython-313.pyc 2025-10-10T02:10:55.1279220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/retry.py 2025-10-10T02:10:55.1280070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/url.py 2025-10-10T02:10:55.1280930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/connection.py 2025-10-10T02:10:55.1281930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/util/ssl_match_hostname.py 2025-10-10T02:10:55.1282700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_version.py 2025-10-10T02:10:55.1283640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_base_connection.py 2025-10-10T02:10:55.1284480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__init__.py 2025-10-10T02:10:55.1285320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/poolmanager.py 2025-10-10T02:10:55.1286110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/response.py 2025-10-10T02:10:55.1287320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.pyc 2025-10-10T02:10:55.1288490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.pyc 2025-10-10T02:10:55.1289530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:55.1290780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.pyc 2025-10-10T02:10:55.1291880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_request_methods.cpython-313.pyc 2025-10-10T02:10:55.1292850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:55.1294040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.1295150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.pyc 2025-10-10T02:10:55.1296160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.1297050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_base_connection.cpython-313.pyc 2025-10-10T02:10:55.1297940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1298790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:55.1299460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__init__.py 2025-10-10T02:10:55.1300460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc 2025-10-10T02:10:55.1301390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/socks.cpython-313.pyc 2025-10-10T02:10:55.1302310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1305240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/fetch.py 2025-10-10T02:10:55.1306060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/request.py 2025-10-10T02:10:55.1306840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__init__.py 2025-10-10T02:10:55.1307640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/response.py 2025-10-10T02:10:55.1308710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-313.pyc 2025-10-10T02:10:55.1309720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-313.pyc 2025-10-10T02:10:55.1310720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.1311740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-313.pyc 2025-10-10T02:10:55.1312790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1313520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/connection.py 2025-10-10T02:10:55.1314480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js 2025-10-10T02:10:55.1315130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/socks.py 2025-10-10T02:10:55.1315900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/contrib/pyopenssl.py 2025-10-10T02:10:55.1316560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__init__.py 2025-10-10T02:10:55.1317480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/probe.cpython-313.pyc 2025-10-10T02:10:55.1318410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/connection.cpython-313.pyc 2025-10-10T02:10:55.1319560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1320170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/connection.py 2025-10-10T02:10:55.1320650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/http2/probe.py 2025-10-10T02:10:55.1321320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/connection.py 2025-10-10T02:10:55.1322040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_collections.py 2025-10-10T02:10:55.1322710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/py.typed 2025-10-10T02:10:55.1323400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/exceptions.py 2025-10-10T02:10:55.1324160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/_request_methods.py 2025-10-10T02:10:55.1324930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/urllib3/connectionpool.py 2025-10-10T02:10:55.1325710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/RECORD 2025-10-10T02:10:55.1326620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/LICENSE 2025-10-10T02:10:55.1327610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/direct_url.json 2025-10-10T02:10:55.1328740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/WHEEL 2025-10-10T02:10:55.1329870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/top_level.txt 2025-10-10T02:10:55.1330970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/REQUESTED 2025-10-10T02:10:55.1332060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/INSTALLER 2025-10-10T02:10:55.1333080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/jaraco.context-0.0.0.dist-info/METADATA 2025-10-10T02:10:55.1333910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_path.py 2025-10-10T02:10:55.1334780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-arm64.exe 2025-10-10T02:10:55.1335590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/logging.py 2025-10-10T02:10:55.1336650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/windows_support.py 2025-10-10T02:10:55.1337600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_normalization.py 2025-10-10T02:10:55.1338590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/package_index.py 2025-10-10T02:10:55.1339470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py39.py 2025-10-10T02:10:55.1340510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__init__.py 2025-10-10T02:10:55.1341410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py312.py 2025-10-10T02:10:55.1342640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py312.cpython-313.pyc 2025-10-10T02:10:55.1343920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py310.cpython-313.pyc 2025-10-10T02:10:55.1345010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py311.cpython-313.pyc 2025-10-10T02:10:55.1346170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1347290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/__pycache__/py39.cpython-313.pyc 2025-10-10T02:10:55.1348220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py311.py 2025-10-10T02:10:55.1349120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/compat/py310.py 2025-10-10T02:10:55.1349970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/archive_util.py 2025-10-10T02:10:55.1350870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_imp.py 2025-10-10T02:10:55.1351690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/version.py 2025-10-10T02:10:55.1354930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/modified.py 2025-10-10T02:10:55.1355960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/tags.py 2025-10-10T02:10:55.1357110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_musllinux.py 2025-10-10T02:10:55.1358110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/metadata.py 2025-10-10T02:10:55.1359100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/version.py 2025-10-10T02:10:55.1360300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__init__.py 2025-10-10T02:10:55.1361440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py 2025-10-10T02:10:55.1362860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-313.pyc 2025-10-10T02:10:55.1364220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1365210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__init__.py 2025-10-10T02:10:55.1366700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:55.1368110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:55.1369690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:55.1370930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.1372390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:55.1373840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:55.1375180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:55.1376610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:55.1377940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:55.1379520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1380800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:55.1382210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.1383450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:55.1385100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.1386070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_parser.py 2025-10-10T02:10:55.1387110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/utils.py 2025-10-10T02:10:55.1388350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/requirements.py 2025-10-10T02:10:55.1389510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_structures.py 2025-10-10T02:10:55.1390630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/markers.py 2025-10-10T02:10:55.1391680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/py.typed 2025-10-10T02:10:55.1392750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_manylinux.py 2025-10-10T02:10:55.1393940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_tokenizer.py 2025-10-10T02:10:55.1395240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/specifiers.py 2025-10-10T02:10:55.1396240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging/_elffile.py 2025-10-10T02:10:55.1397510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD 2025-10-10T02:10:55.1398920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE 2025-10-10T02:10:55.1400080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL 2025-10-10T02:10:55.1401470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt 2025-10-10T02:10:55.1402700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED 2025-10-10T02:10:55.1403850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER 2025-10-10T02:10:55.1405070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA 2025-10-10T02:10:55.1406250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD 2025-10-10T02:10:55.1407600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE 2025-10-10T02:10:55.1408860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL 2025-10-10T02:10:55.1410140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt 2025-10-10T02:10:55.1411450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED 2025-10-10T02:10:55.1412690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER 2025-10-10T02:10:55.1414020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA 2025-10-10T02:10:55.1415190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD 2025-10-10T02:10:55.1416580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE 2025-10-10T02:10:55.1417900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL 2025-10-10T02:10:55.1419440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt 2025-10-10T02:10:55.1420910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED 2025-10-10T02:10:55.1422260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER 2025-10-10T02:10:55.1423670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA 2025-10-10T02:10:55.1424790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/py38.py 2025-10-10T02:10:55.1425920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__init__.py 2025-10-10T02:10:55.1427340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-313.pyc 2025-10-10T02:10:55.1428920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1429950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/__init__.py 2025-10-10T02:10:55.1431430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1432300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect/py.typed 2025-10-10T02:10:55.1433690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-313.pyc 2025-10-10T02:10:55.1438370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/context.py 2025-10-10T02:10:55.1439400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi 2025-10-10T02:10:55.1440660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__init__.py 2025-10-10T02:10:55.1442160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1443270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/functools/py.typed 2025-10-10T02:10:55.1444400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py 2025-10-10T02:10:55.1445490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py 2025-10-10T02:10:55.1446560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py 2025-10-10T02:10:55.1447540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__init__.py 2025-10-10T02:10:55.1448890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-313.pyc 2025-10-10T02:10:55.1450210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-313.pyc 2025-10-10T02:10:55.1451540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-313.pyc 2025-10-10T02:10:55.1452810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-313.pyc 2025-10-10T02:10:55.1454230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-313.pyc 2025-10-10T02:10:55.1455610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1456600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py 2025-10-10T02:10:55.1457820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt 2025-10-10T02:10:55.1458940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/text/layouts.py 2025-10-10T02:10:55.1460070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__init__.py 2025-10-10T02:10:55.1461210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1462010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco/collections/py.typed 2025-10-10T02:10:55.1463150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD 2025-10-10T02:10:55.1464010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE 2025-10-10T02:10:55.1464980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL 2025-10-10T02:10:55.1465970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt 2025-10-10T02:10:55.1467030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER 2025-10-10T02:10:55.1468000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA 2025-10-10T02:10:55.1469180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD 2025-10-10T02:10:55.1470460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE 2025-10-10T02:10:55.1471710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL 2025-10-10T02:10:55.1473040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt 2025-10-10T02:10:55.1474360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER 2025-10-10T02:10:55.1475620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA 2025-10-10T02:10:55.1476880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD 2025-10-10T02:10:55.1478040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE 2025-10-10T02:10:55.1479140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL 2025-10-10T02:10:55.1480320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt 2025-10-10T02:10:55.1481460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER 2025-10-10T02:10:55.1482540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA 2025-10-10T02:10:55.1483620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_meta.py 2025-10-10T02:10:55.1484780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py 2025-10-10T02:10:55.1486060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py 2025-10-10T02:10:55.1487460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-313.pyc 2025-10-10T02:10:55.1488850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1490300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-313.pyc 2025-10-10T02:10:55.1491680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py 2025-10-10T02:10:55.1492650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_text.py 2025-10-10T02:10:55.1493740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__init__.py 2025-10-10T02:10:55.1494890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_functools.py 2025-10-10T02:10:55.1496330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-313.pyc 2025-10-10T02:10:55.1497760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-313.pyc 2025-10-10T02:10:55.1499130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-313.pyc 2025-10-10T02:10:55.1500500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-313.pyc 2025-10-10T02:10:55.1501850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-313.pyc 2025-10-10T02:10:55.1503230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:55.1504580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1505920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:55.1507370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:55.1508370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py 2025-10-10T02:10:55.1509470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_collections.py 2025-10-10T02:10:55.1510680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py 2025-10-10T02:10:55.1511920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/py.typed 2025-10-10T02:10:55.1515460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py 2025-10-10T02:10:55.1516370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/importlib_metadata/_compat.py 2025-10-10T02:10:55.1517310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/metadata.py 2025-10-10T02:10:55.1518460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/macosx_libfile.py 2025-10-10T02:10:55.1519430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/util.py 2025-10-10T02:10:55.1520580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py 2025-10-10T02:10:55.1521510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__init__.py 2025-10-10T02:10:55.1523070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-313.pyc 2025-10-10T02:10:55.1524370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-313.pyc 2025-10-10T02:10:55.1525820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-313.pyc 2025-10-10T02:10:55.1527280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.1528560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-313.pyc 2025-10-10T02:10:55.1529850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-313.pyc 2025-10-10T02:10:55.1531170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-313.pyc 2025-10-10T02:10:55.1532640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.1533840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1534950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/pack.py 2025-10-10T02:10:55.1535960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/tags.py 2025-10-10T02:10:55.1537020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/convert.py 2025-10-10T02:10:55.1538100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__init__.py 2025-10-10T02:10:55.1539430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-313.pyc 2025-10-10T02:10:55.1540700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:55.1542260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-313.pyc 2025-10-10T02:10:55.1543610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-313.pyc 2025-10-10T02:10:55.1545010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1546170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/cli/unpack.py 2025-10-10T02:10:55.1547120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/bdist_wheel.py 2025-10-10T02:10:55.1548370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py 2025-10-10T02:10:55.1549560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py 2025-10-10T02:10:55.1550930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py 2025-10-10T02:10:55.1551970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE 2025-10-10T02:10:55.1553240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE 2025-10-10T02:10:55.1554600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py 2025-10-10T02:10:55.1556170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-313.pyc 2025-10-10T02:10:55.1557700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-313.pyc 2025-10-10T02:10:55.1559450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-313.pyc 2025-10-10T02:10:55.1560950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.1562430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-313.pyc 2025-10-10T02:10:55.1564120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-313.pyc 2025-10-10T02:10:55.1565480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-313.pyc 2025-10-10T02:10:55.1566990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-313.pyc 2025-10-10T02:10:55.1568530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1569930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-313.pyc 2025-10-10T02:10:55.1571350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.1572730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-313.pyc 2025-10-10T02:10:55.1574570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.1575790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py 2025-10-10T02:10:55.1577070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD 2025-10-10T02:10:55.1578270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py 2025-10-10T02:10:55.1579670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py 2025-10-10T02:10:55.1581080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py 2025-10-10T02:10:55.1584330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py 2025-10-10T02:10:55.1585440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py 2025-10-10T02:10:55.1586650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py 2025-10-10T02:10:55.1587870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py 2025-10-10T02:10:55.1588980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py 2025-10-10T02:10:55.1590060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt 2025-10-10T02:10:55.1591250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__init__.py 2025-10-10T02:10:55.1592680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1593800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py 2025-10-10T02:10:55.1594820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/wheelfile.py 2025-10-10T02:10:55.1595870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel/__main__.py 2025-10-10T02:10:55.1596990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__init__.py 2025-10-10T02:10:55.1598500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-313.pyc 2025-10-10T02:10:55.1599940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1600800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/compat/py310.py 2025-10-10T02:10:55.1601760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__init__.py 2025-10-10T02:10:55.1603030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:55.1604380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1605180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp/glob.py 2025-10-10T02:10:55.1606420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD 2025-10-10T02:10:55.1607560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE 2025-10-10T02:10:55.1608790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL 2025-10-10T02:10:55.1610110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt 2025-10-10T02:10:55.1611450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER 2025-10-10T02:10:55.1612660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA 2025-10-10T02:10:55.1614050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-313.pyc 2025-10-10T02:10:55.1615100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.pyi 2025-10-10T02:10:55.1616160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.pyi 2025-10-10T02:10:55.1617190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__init__.py 2025-10-10T02:10:55.1618780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-313.pyc 2025-10-10T02:10:55.1620290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-313.pyc 2025-10-10T02:10:55.1621790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1622720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/more.py 2025-10-10T02:10:55.1623910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.py 2025-10-10T02:10:55.1625160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/py.typed 2025-10-10T02:10:55.1626550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools/recipes.pyi 2025-10-10T02:10:55.1627520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py 2025-10-10T02:10:55.1628450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py 2025-10-10T02:10:55.1629590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-313.pyc 2025-10-10T02:10:55.1630750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1631620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__init__.py 2025-10-10T02:10:55.1632730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.1633790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1634620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/tarfile/__main__.py 2025-10-10T02:10:55.1635430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/__init__.py 2025-10-10T02:10:55.1636520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1637310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__init__.py 2025-10-10T02:10:55.1638440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-313.pyc 2025-10-10T02:10:55.1639490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-313.pyc 2025-10-10T02:10:55.1640560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.1641630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-313.pyc 2025-10-10T02:10:55.1642690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1643800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-313.pyc 2025-10-10T02:10:55.1644610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/automain.py 2025-10-10T02:10:55.1645470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/errors.py 2025-10-10T02:10:55.1646620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autocommand.py 2025-10-10T02:10:55.1647340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoasync.py 2025-10-10T02:10:55.1648430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/autocommand/autoparse.py 2025-10-10T02:10:55.1649420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_types.py 2025-10-10T02:10:55.1650610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__init__.py 2025-10-10T02:10:55.1651900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-313.pyc 2025-10-10T02:10:55.1653210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-313.pyc 2025-10-10T02:10:55.1656430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1657580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.1658590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_parser.py 2025-10-10T02:10:55.1659520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/_re.py 2025-10-10T02:10:55.1660450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli/py.typed 2025-10-10T02:10:55.1661810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD 2025-10-10T02:10:55.1663120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE 2025-10-10T02:10:55.1664320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL 2025-10-10T02:10:55.1665700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt 2025-10-10T02:10:55.1667130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED 2025-10-10T02:10:55.1668610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER 2025-10-10T02:10:55.1669940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA 2025-10-10T02:10:55.1671030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD 2025-10-10T02:10:55.1672270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE 2025-10-10T02:10:55.1673450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL 2025-10-10T02:10:55.1674810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt 2025-10-10T02:10:55.1676140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt 2025-10-10T02:10:55.1677310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER 2025-10-10T02:10:55.1678540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA 2025-10-10T02:10:55.1679870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD 2025-10-10T02:10:55.1681330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE 2025-10-10T02:10:55.1682640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE 2025-10-10T02:10:55.1683750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL 2025-10-10T02:10:55.1685120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD 2025-10-10T02:10:55.1686370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED 2025-10-10T02:10:55.1687590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER 2025-10-10T02:10:55.1688990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA 2025-10-10T02:10:55.1690040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD 2025-10-10T02:10:55.1691240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL 2025-10-10T02:10:55.1692490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt 2025-10-10T02:10:55.1693590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt 2025-10-10T02:10:55.1699970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED 2025-10-10T02:10:55.1700270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER 2025-10-10T02:10:55.1700640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA 2025-10-10T02:10:55.1700880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD 2025-10-10T02:10:55.1701120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE 2025-10-10T02:10:55.1701360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL 2025-10-10T02:10:55.1701800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt 2025-10-10T02:10:55.1702800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED 2025-10-10T02:10:55.1704010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER 2025-10-10T02:10:55.1705170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA 2025-10-10T02:10:55.1706340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD 2025-10-10T02:10:55.1707580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE 2025-10-10T02:10:55.1708700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL 2025-10-10T02:10:55.1710020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED 2025-10-10T02:10:55.1711190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER 2025-10-10T02:10:55.1712240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA 2025-10-10T02:10:55.1713650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD 2025-10-10T02:10:55.1714990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE 2025-10-10T02:10:55.1716200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL 2025-10-10T02:10:55.1717530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER 2025-10-10T02:10:55.1718820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA 2025-10-10T02:10:55.1720260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD 2025-10-10T02:10:55.1721690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE 2025-10-10T02:10:55.1722760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL 2025-10-10T02:10:55.1724180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED 2025-10-10T02:10:55.1725380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER 2025-10-10T02:10:55.1726620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA 2025-10-10T02:10:55.1727790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD 2025-10-10T02:10:55.1729080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE 2025-10-10T02:10:55.1730310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL 2025-10-10T02:10:55.1731450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED 2025-10-10T02:10:55.1732630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER 2025-10-10T02:10:55.1736060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA 2025-10-10T02:10:55.1737150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_checkers.py 2025-10-10T02:10:55.1738150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_suppression.py 2025-10-10T02:10:55.1739330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_importhook.py 2025-10-10T02:10:55.1740440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py 2025-10-10T02:10:55.1741410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_functions.py 2025-10-10T02:10:55.1742420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__init__.py 2025-10-10T02:10:55.1743740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-313.pyc 2025-10-10T02:10:55.1745270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-313.pyc 2025-10-10T02:10:55.1746690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-313.pyc 2025-10-10T02:10:55.1748110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-313.pyc 2025-10-10T02:10:55.1749300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-313.pyc 2025-10-10T02:10:55.1750470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-313.pyc 2025-10-10T02:10:55.1751780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-313.pyc 2025-10-10T02:10:55.1753060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-313.pyc 2025-10-10T02:10:55.1754520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-313.pyc 2025-10-10T02:10:55.1756020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-313.pyc 2025-10-10T02:10:55.1757380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1758690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-313.pyc 2025-10-10T02:10:55.1759980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-313.pyc 2025-10-10T02:10:55.1761030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_decorators.py 2025-10-10T02:10:55.1762020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_memo.py 2025-10-10T02:10:55.1763160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_transformer.py 2025-10-10T02:10:55.1764190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/py.typed 2025-10-10T02:10:55.1765830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_union_transformer.py 2025-10-10T02:10:55.1766810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_config.py 2025-10-10T02:10:55.1768010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_exceptions.py 2025-10-10T02:10:55.1769110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typeguard/_utils.py 2025-10-10T02:10:55.1770220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/typing_extensions.py 2025-10-10T02:10:55.1771320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/macos.py 2025-10-10T02:10:55.1772360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/unix.py 2025-10-10T02:10:55.1773580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/version.py 2025-10-10T02:10:55.1774540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__init__.py 2025-10-10T02:10:55.1775970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:55.1777410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-313.pyc 2025-10-10T02:10:55.1778950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:55.1780280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-313.pyc 2025-10-10T02:10:55.1781780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.1783100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1784300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.1785480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:55.1786600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/api.py 2025-10-10T02:10:55.1787870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/android.py 2025-10-10T02:10:55.1788900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/py.typed 2025-10-10T02:10:55.1790140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/windows.py 2025-10-10T02:10:55.1791240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_vendor/platformdirs/__main__.py 2025-10-10T02:10:55.1791810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/discovery.py 2025-10-10T02:10:55.1792620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__init__.py 2025-10-10T02:10:55.1793610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/expand.cpython-313.pyc 2025-10-10T02:10:55.1794540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/setupcfg.cpython-313.pyc 2025-10-10T02:10:55.1795780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-313.pyc 2025-10-10T02:10:55.1799040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-313.pyc 2025-10-10T02:10:55.1800400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1801690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py 2025-10-10T02:10:55.1802830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/extra_validations.py 2025-10-10T02:10:55.1804160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/error_reporting.py 2025-10-10T02:10:55.1805600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__init__.py 2025-10-10T02:10:55.1807030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-313.pyc 2025-10-10T02:10:55.1808630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-313.pyc 2025-10-10T02:10:55.1810020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-313.pyc 2025-10-10T02:10:55.1811620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-313.pyc 2025-10-10T02:10:55.1813290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-313.pyc 2025-10-10T02:10:55.1814670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1815670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/NOTICE 2025-10-10T02:10:55.1817060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py 2025-10-10T02:10:55.1818110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_validate_pyproject/formats.py 2025-10-10T02:10:55.1818980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/NOTICE 2025-10-10T02:10:55.1819850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/setupcfg.py 2025-10-10T02:10:55.1821010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/setuptools.schema.json 2025-10-10T02:10:55.1822150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py 2025-10-10T02:10:55.1823140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/distutils.schema.json 2025-10-10T02:10:55.1824260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/pyprojecttoml.py 2025-10-10T02:10:55.1825220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/config/expand.py 2025-10-10T02:10:55.1826250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_static.py 2025-10-10T02:10:55.1827230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/warnings.py 2025-10-10T02:10:55.1828050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-64.exe 2025-10-10T02:10:55.1828940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_reqs.py 2025-10-10T02:10:55.1830220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_deprecations.py 2025-10-10T02:10:55.1831240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_py.py 2025-10-10T02:10:55.1832410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_meta.py 2025-10-10T02:10:55.1833430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/server.py 2025-10-10T02:10:55.1834520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_warnings.py 2025-10-10T02:10:55.1835500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/py39.py 2025-10-10T02:10:55.1836520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__init__.py 2025-10-10T02:10:55.1837910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1839070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-313.pyc 2025-10-10T02:10:55.1839990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/textwrap.py 2025-10-10T02:10:55.1840980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_logging.py 2025-10-10T02:10:55.1841990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_virtualenv.py 2025-10-10T02:10:55.1842880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_namespaces.py 2025-10-10T02:10:55.1844330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_shutil_wrapper.py 2025-10-10T02:10:55.1845430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/script-with-bom.py 2025-10-10T02:10:55.1846650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_distutils_adoption.py 2025-10-10T02:10:55.1847990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py 2025-10-10T02:10:55.1849200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__init__.py 2025-10-10T02:10:55.1850460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_expand.py 2025-10-10T02:10:55.1851910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-313.pyc 2025-10-10T02:10:55.1853440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-313.pyc 2025-10-10T02:10:55.1854900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-313.pyc 2025-10-10T02:10:55.1856220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-313.pyc 2025-10-10T02:10:55.1857570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-313.pyc 2025-10-10T02:10:55.1858970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1860030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/setupcfg_examples.txt 2025-10-10T02:10:55.1861050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_setupcfg.py 2025-10-10T02:10:55.1862270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_pyprojecttoml.py 2025-10-10T02:10:55.1863380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/preload.py 2025-10-10T02:10:55.1864360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__init__.py 2025-10-10T02:10:55.1865880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-313.pyc 2025-10-10T02:10:55.1867310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1868500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py 2025-10-10T02:10:55.1869700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_depends.py 2025-10-10T02:10:55.1870760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__init__.py 2025-10-10T02:10:55.1872120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-313.pyc 2025-10-10T02:10:55.1873630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-313.pyc 2025-10-10T02:10:55.1877090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1878010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/helpers.py 2025-10-10T02:10:55.1879180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/integration/test_pip_install_sdist.py 2025-10-10T02:10:55.1880230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_core_metadata.py 2025-10-10T02:10:55.1881190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_extern.py 2025-10-10T02:10:55.1882110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__init__.py 2025-10-10T02:10:55.1883380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_packageindex.cpython-313.pyc 2025-10-10T02:10:55.1884590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-313.pyc 2025-10-10T02:10:55.1885910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-313.pyc 2025-10-10T02:10:55.1887250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-313.pyc 2025-10-10T02:10:55.1888450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-10-10T02:10:55.1889670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-313.pyc 2025-10-10T02:10:55.1891000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-313.pyc 2025-10-10T02:10:55.1892160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/namespaces.cpython-313.pyc 2025-10-10T02:10:55.1893550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-313.pyc 2025-10-10T02:10:55.1894840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-313.pyc 2025-10-10T02:10:55.1896210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-313.pyc 2025-10-10T02:10:55.1897570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-313.pyc 2025-10-10T02:10:55.1898830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/server.cpython-313.pyc 2025-10-10T02:10:55.1900080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-10-10T02:10:55.1901390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-313.pyc 2025-10-10T02:10:55.1902670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/contexts.cpython-313.pyc 2025-10-10T02:10:55.1903900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-313.pyc 2025-10-10T02:10:55.1905090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-313.pyc 2025-10-10T02:10:55.1906300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/textwrap.cpython-313.pyc 2025-10-10T02:10:55.1907650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-10-10T02:10:55.1908820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-313.pyc 2025-10-10T02:10:55.1910210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-313.pyc 2025-10-10T02:10:55.1911480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-313.pyc 2025-10-10T02:10:55.1912580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_depends.cpython-313.pyc 2025-10-10T02:10:55.1913720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:55.1914910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/environment.cpython-313.pyc 2025-10-10T02:10:55.1916400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-313.pyc 2025-10-10T02:10:55.1917780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-313.pyc 2025-10-10T02:10:55.1919080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-313.pyc 2025-10-10T02:10:55.1920230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist.cpython-313.pyc 2025-10-10T02:10:55.1921490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-313.pyc 2025-10-10T02:10:55.1922870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-313.pyc 2025-10-10T02:10:55.1924010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/fixtures.cpython-313.pyc 2025-10-10T02:10:55.1925250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-313.pyc 2025-10-10T02:10:55.1926400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_develop.cpython-313.pyc 2025-10-10T02:10:55.1927750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build.cpython-313.pyc 2025-10-10T02:10:55.1928840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-313.pyc 2025-10-10T02:10:55.1930170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_extern.cpython-313.pyc 2025-10-10T02:10:55.1931560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-313.pyc 2025-10-10T02:10:55.1932770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_glob.cpython-313.pyc 2025-10-10T02:10:55.1934230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-313.pyc 2025-10-10T02:10:55.1935540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-313.pyc 2025-10-10T02:10:55.1936870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-313.pyc 2025-10-10T02:10:55.1938210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-10-10T02:10:55.1939420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.1940710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_logging.cpython-313.pyc 2025-10-10T02:10:55.1942040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-313.pyc 2025-10-10T02:10:55.1943500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-313.pyc 2025-10-10T02:10:55.1944420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_manifest.py 2025-10-10T02:10:55.1945490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_clib.py 2025-10-10T02:10:55.1946480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_setopt.py 2025-10-10T02:10:55.1947470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_wheel.py 2025-10-10T02:10:55.1948460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_egg_info.py 2025-10-10T02:10:55.1949390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build.py 2025-10-10T02:10:55.1950490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_install_scripts.py 2025-10-10T02:10:55.1951470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_find_py_modules.py 2025-10-10T02:10:55.1954820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_build_ext.py 2025-10-10T02:10:55.1955750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_unicode_utils.py 2025-10-10T02:10:55.1956540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/text.py 2025-10-10T02:10:55.1957610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_egg.py 2025-10-10T02:10:55.1958480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_sandbox.py 2025-10-10T02:10:55.1959380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_glob.py 2025-10-10T02:10:55.1960280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/environment.py 2025-10-10T02:10:55.1961480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_config_discovery.py 2025-10-10T02:10:55.1962380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_windows_wrappers.py 2025-10-10T02:10:55.1963210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/mod_with_constant.py 2025-10-10T02:10:55.1964010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_find_packages.py 2025-10-10T02:10:55.1964720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/contexts.py 2025-10-10T02:10:55.1965560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_packageindex.py 2025-10-10T02:10:55.1966350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_setuptools.py 2025-10-10T02:10:55.1967130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_dist.py 2025-10-10T02:10:55.1967970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_bdist_wheel.py 2025-10-10T02:10:55.1968740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_develop.py 2025-10-10T02:10:55.1969600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_editable_install.py 2025-10-10T02:10:55.1970440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_easy_install.py 2025-10-10T02:10:55.1971260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/fixtures.py 2025-10-10T02:10:55.1972200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/namespaces.py 2025-10-10T02:10:55.1973140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_sdist.py 2025-10-10T02:10:55.1974170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_archive_util.py 2025-10-10T02:10:55.1975360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/external.html 2025-10-10T02:10:55.1976800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html 2025-10-10T02:10:55.1977660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/tests/test_dist_info.py 2025-10-10T02:10:55.1978590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-64.exe 2025-10-10T02:10:55.1979390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/depends.py 2025-10-10T02:10:55.1980270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__init__.py 2025-10-10T02:10:55.1981500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/dist.cpython-313.pyc 2025-10-10T02:10:55.1982780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/modified.cpython-313.pyc 2025-10-10T02:10:55.1983910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/sandbox.cpython-313.pyc 2025-10-10T02:10:55.1985030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/discovery.cpython-313.pyc 2025-10-10T02:10:55.1986350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/unicode_utils.cpython-313.pyc 2025-10-10T02:10:55.1987450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/launch.cpython-313.pyc 2025-10-10T02:10:55.1988670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/namespaces.cpython-313.pyc 2025-10-10T02:10:55.1989850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/msvc.cpython-313.pyc 2025-10-10T02:10:55.1991000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/windows_support.cpython-313.pyc 2025-10-10T02:10:55.1992120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_entry_points.cpython-313.pyc 2025-10-10T02:10:55.1993250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_normalization.cpython-313.pyc 2025-10-10T02:10:55.1994400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/logging.cpython-313.pyc 2025-10-10T02:10:55.1995580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:55.1996750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_core_metadata.cpython-313.pyc 2025-10-10T02:10:55.1997740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_path.cpython-313.pyc 2025-10-10T02:10:55.1999000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.2000200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/archive_util.cpython-313.pyc 2025-10-10T02:10:55.2001340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_reqs.cpython-313.pyc 2025-10-10T02:10:55.2002450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/wheel.cpython-313.pyc 2025-10-10T02:10:55.2003640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_importlib.cpython-313.pyc 2025-10-10T02:10:55.2004750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:55.2005740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_imp.cpython-313.pyc 2025-10-10T02:10:55.2006890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_static.cpython-313.pyc 2025-10-10T02:10:55.2010290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/extension.cpython-313.pyc 2025-10-10T02:10:55.2011340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/build_meta.cpython-313.pyc 2025-10-10T02:10:55.2012380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/depends.cpython-313.pyc 2025-10-10T02:10:55.2013370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/monkey.cpython-313.pyc 2025-10-10T02:10:55.2014520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/installer.cpython-313.pyc 2025-10-10T02:10:55.2015680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2016750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.2017840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_shutil.cpython-313.pyc 2025-10-10T02:10:55.2019110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/package_index.cpython-313.pyc 2025-10-10T02:10:55.2020180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:55.2020890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/installer.py 2025-10-10T02:10:55.2021690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/glob.py 2025-10-10T02:10:55.2022580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/sandbox.py 2025-10-10T02:10:55.2023500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/script.tmpl 2025-10-10T02:10:55.2024340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/launch.py 2025-10-10T02:10:55.2025490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/extension.py 2025-10-10T02:10:55.2026240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_core_metadata.py 2025-10-10T02:10:55.2027150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/unicode_utils.py 2025-10-10T02:10:55.2028100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_itertools.py 2025-10-10T02:10:55.2029050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/monkey.py 2025-10-10T02:10:55.2030150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/build_meta.py 2025-10-10T02:10:55.2030940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli.exe 2025-10-10T02:10:55.2032000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/errors.py 2025-10-10T02:10:55.2033000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build.py 2025-10-10T02:10:55.2034060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_egg.py 2025-10-10T02:10:55.2034860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/alias.py 2025-10-10T02:10:55.2035810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_ext.py 2025-10-10T02:10:55.2036940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/easy_install.py 2025-10-10T02:10:55.2038020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/editable_wheel.py 2025-10-10T02:10:55.2039110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/launcher manifest.xml 2025-10-10T02:10:55.2040400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_scripts.py 2025-10-10T02:10:55.2041410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/dist_info.py 2025-10-10T02:10:55.2042490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_lib.py 2025-10-10T02:10:55.2043580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_py.py 2025-10-10T02:10:55.2044670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__init__.py 2025-10-10T02:10:55.2045920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/develop.cpython-313.pyc 2025-10-10T02:10:55.2047100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/setopt.cpython-313.pyc 2025-10-10T02:10:55.2048660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/rotate.cpython-313.pyc 2025-10-10T02:10:55.2050000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-313.pyc 2025-10-10T02:10:55.2051120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/alias.cpython-313.pyc 2025-10-10T02:10:55.2052440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/dist_info.cpython-313.pyc 2025-10-10T02:10:55.2053840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_clib.cpython-313.pyc 2025-10-10T02:10:55.2055090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/easy_install.cpython-313.pyc 2025-10-10T02:10:55.2056270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/saveopts.cpython-313.pyc 2025-10-10T02:10:55.2057550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_ext.cpython-313.pyc 2025-10-10T02:10:55.2058810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_lib.cpython-313.pyc 2025-10-10T02:10:55.2060020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-10-10T02:10:55.2061240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-313.pyc 2025-10-10T02:10:55.2062410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build.cpython-313.pyc 2025-10-10T02:10:55.2063390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/test.cpython-313.pyc 2025-10-10T02:10:55.2064650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-313.pyc 2025-10-10T02:10:55.2065790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install.cpython-313.pyc 2025-10-10T02:10:55.2067170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-313.pyc 2025-10-10T02:10:55.2068480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-313.pyc 2025-10-10T02:10:55.2069820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/install_scripts.cpython-313.pyc 2025-10-10T02:10:55.2071260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/sdist.cpython-313.pyc 2025-10-10T02:10:55.2072430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2073680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/build_py.cpython-313.pyc 2025-10-10T02:10:55.2074960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/__pycache__/egg_info.cpython-313.pyc 2025-10-10T02:10:55.2075730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/sdist.py 2025-10-10T02:10:55.2076700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/test.py 2025-10-10T02:10:55.2077770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/saveopts.py 2025-10-10T02:10:55.2080780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_rpm.py 2025-10-10T02:10:55.2081700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/build_clib.py 2025-10-10T02:10:55.2082680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/bdist_wheel.py 2025-10-10T02:10:55.2083660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/egg_info.py 2025-10-10T02:10:55.2084750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/_requirestxt.py 2025-10-10T02:10:55.2085800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install.py 2025-10-10T02:10:55.2086840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/develop.py 2025-10-10T02:10:55.2087870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/rotate.py 2025-10-10T02:10:55.2088970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/install_egg_info.py 2025-10-10T02:10:55.2089950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/command/setopt.py 2025-10-10T02:10:55.2090750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/msvc.py 2025-10-10T02:10:55.2091710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_importlib.py 2025-10-10T02:10:55.2092680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_entry_points.py 2025-10-10T02:10:55.2093660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/cli-32.exe 2025-10-10T02:10:55.2094370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-32.exe 2025-10-10T02:10:55.2095160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui.exe 2025-10-10T02:10:55.2095940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/dist.py 2025-10-10T02:10:55.2097180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_msvccompiler.py 2025-10-10T02:10:55.2098200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_modified.py 2025-10-10T02:10:55.2099350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py 2025-10-10T02:10:55.2100450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/filelist.py 2025-10-10T02:10:55.2101620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py 2025-10-10T02:10:55.2102680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/py39.py 2025-10-10T02:10:55.2103630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__init__.py 2025-10-10T02:10:55.2104550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/numpy.py 2025-10-10T02:10:55.2106090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-313.pyc 2025-10-10T02:10:55.2107290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2108630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-313.pyc 2025-10-10T02:10:55.2109600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/archive_util.py 2025-10-10T02:10:55.2110660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/cmd.py 2025-10-10T02:10:55.2111860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/version.py 2025-10-10T02:10:55.2112890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/log.py 2025-10-10T02:10:55.2113820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/util.py 2025-10-10T02:10:55.2114850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/fancy_getopt.py 2025-10-10T02:10:55.2115860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist.py 2025-10-10T02:10:55.2117040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_text_file.py 2025-10-10T02:10:55.2118140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_version.py 2025-10-10T02:10:55.2119320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_lib.py 2025-10-10T02:10:55.2120370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_py.py 2025-10-10T02:10:55.2121520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_extension.py 2025-10-10T02:10:55.2122540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/py39.py 2025-10-10T02:10:55.2123920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__init__.py 2025-10-10T02:10:55.2125280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2126740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-313.pyc 2025-10-10T02:10:55.2127690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_spawn.py 2025-10-10T02:10:55.2128610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/support.py 2025-10-10T02:10:55.2129500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py 2025-10-10T02:10:55.2130400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_data.py 2025-10-10T02:10:55.2131280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_filelist.py 2025-10-10T02:10:55.2132100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_core.py 2025-10-10T02:10:55.2133060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_cmd.py 2025-10-10T02:10:55.2133810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__init__.py 2025-10-10T02:10:55.2134650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sysconfig.py 2025-10-10T02:10:55.2135780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-313.pyc 2025-10-10T02:10:55.2136810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-313.pyc 2025-10-10T02:10:55.2138130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-313.pyc 2025-10-10T02:10:55.2139070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-313.pyc 2025-10-10T02:10:55.2140080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-313.pyc 2025-10-10T02:10:55.2141120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-313.pyc 2025-10-10T02:10:55.2142190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-313.pyc 2025-10-10T02:10:55.2143200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-313.pyc 2025-10-10T02:10:55.2144260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-313.pyc 2025-10-10T02:10:55.2145590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-313.pyc 2025-10-10T02:10:55.2148910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-313.pyc 2025-10-10T02:10:55.2150090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-313.pyc 2025-10-10T02:10:55.2151510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-313.pyc 2025-10-10T02:10:55.2152970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-313.pyc 2025-10-10T02:10:55.2154170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-313.pyc 2025-10-10T02:10:55.2155440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-313.pyc 2025-10-10T02:10:55.2156880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-313.pyc 2025-10-10T02:10:55.2158120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-313.pyc 2025-10-10T02:10:55.2159620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-313.pyc 2025-10-10T02:10:55.2160870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-313.pyc 2025-10-10T02:10:55.2162260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-313.pyc 2025-10-10T02:10:55.2163630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-313.pyc 2025-10-10T02:10:55.2165040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-313.pyc 2025-10-10T02:10:55.2166330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-313.pyc 2025-10-10T02:10:55.2167600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-313.pyc 2025-10-10T02:10:55.2168980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-313.pyc 2025-10-10T02:10:55.2170470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-313.pyc 2025-10-10T02:10:55.2171710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-313.pyc 2025-10-10T02:10:55.2173090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-313.pyc 2025-10-10T02:10:55.2174530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-313.pyc 2025-10-10T02:10:55.2175960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-313.pyc 2025-10-10T02:10:55.2177160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2178380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-313.pyc 2025-10-10T02:10:55.2179840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-313.pyc 2025-10-10T02:10:55.2181210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-313.pyc 2025-10-10T02:10:55.2182450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-313.pyc 2025-10-10T02:10:55.2183540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_util.py 2025-10-10T02:10:55.2184660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_modified.py 2025-10-10T02:10:55.2185770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_clib.py 2025-10-10T02:10:55.2186960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_log.py 2025-10-10T02:10:55.2187980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build.py 2025-10-10T02:10:55.2189090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_scripts.py 2025-10-10T02:10:55.2190340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_ext.py 2025-10-10T02:10:55.2191350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dir_util.py 2025-10-10T02:10:55.2192360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/unix_compat.py 2025-10-10T02:10:55.2193790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install_headers.py 2025-10-10T02:10:55.2194800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_clean.py 2025-10-10T02:10:55.2195800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_check.py 2025-10-10T02:10:55.2197100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_versionpredicate.py 2025-10-10T02:10:55.2198120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_build_scripts.py 2025-10-10T02:10:55.2199240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py 2025-10-10T02:10:55.2200320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_file_util.py 2025-10-10T02:10:55.2201400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_dist.py 2025-10-10T02:10:55.2202510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_install.py 2025-10-10T02:10:55.2203640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_config_cmd.py 2025-10-10T02:10:55.2204590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_sdist.py 2025-10-10T02:10:55.2205680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/tests/test_archive_util.py 2025-10-10T02:10:55.2206820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/versionpredicate.py 2025-10-10T02:10:55.2207760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__init__.py 2025-10-10T02:10:55.2208770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/file_util.py 2025-10-10T02:10:55.2209750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/core.py 2025-10-10T02:10:55.2213100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dist.cpython-313.pyc 2025-10-10T02:10:55.2214190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-313.pyc 2025-10-10T02:10:55.2215420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-313.pyc 2025-10-10T02:10:55.2216540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-313.pyc 2025-10-10T02:10:55.2217780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-313.pyc 2025-10-10T02:10:55.2218950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-313.pyc 2025-10-10T02:10:55.2220090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/core.cpython-313.pyc 2025-10-10T02:10:55.2221370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-313.pyc 2025-10-10T02:10:55.2222650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-313.pyc 2025-10-10T02:10:55.2223920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-313.pyc 2025-10-10T02:10:55.2224970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-313.pyc 2025-10-10T02:10:55.2226430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-313.pyc 2025-10-10T02:10:55.2227550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.2228730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-313.pyc 2025-10-10T02:10:55.2229950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/debug.cpython-313.pyc 2025-10-10T02:10:55.2231230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-313.pyc 2025-10-10T02:10:55.2232600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-313.pyc 2025-10-10T02:10:55.2233880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-313.pyc 2025-10-10T02:10:55.2235040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-313.pyc 2025-10-10T02:10:55.2236430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-313.pyc 2025-10-10T02:10:55.2237530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-313.pyc 2025-10-10T02:10:55.2238750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.2240040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/log.cpython-313.pyc 2025-10-10T02:10:55.2241360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/extension.cpython-313.pyc 2025-10-10T02:10:55.2242630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-313.pyc 2025-10-10T02:10:55.2243990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2245020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/_log.cpython-313.pyc 2025-10-10T02:10:55.2246080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.2246990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/cygwinccompiler.py 2025-10-10T02:10:55.2248020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/zosccompiler.py 2025-10-10T02:10:55.2248910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/extension.py 2025-10-10T02:10:55.2249770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/debug.py 2025-10-10T02:10:55.2250680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/spawn.py 2025-10-10T02:10:55.2251670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/text_file.py 2025-10-10T02:10:55.2252550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/errors.py 2025-10-10T02:10:55.2253580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dep_util.py 2025-10-10T02:10:55.2254740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build.py 2025-10-10T02:10:55.2255940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_ext.py 2025-10-10T02:10:55.2257110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/config.py 2025-10-10T02:10:55.2258210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/clean.py 2025-10-10T02:10:55.2259170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/check.py 2025-10-10T02:10:55.2260400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_scripts.py 2025-10-10T02:10:55.2261580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/_framework_compat.py 2025-10-10T02:10:55.2262640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_headers.py 2025-10-10T02:10:55.2263790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_lib.py 2025-10-10T02:10:55.2264750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_py.py 2025-10-10T02:10:55.2265850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_dumb.py 2025-10-10T02:10:55.2266950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__init__.py 2025-10-10T02:10:55.2268500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-313.pyc 2025-10-10T02:10:55.2269860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.2271140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-313.pyc 2025-10-10T02:10:55.2272350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-313.pyc 2025-10-10T02:10:55.2273810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-313.pyc 2025-10-10T02:10:55.2275200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-313.pyc 2025-10-10T02:10:55.2276400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-313.pyc 2025-10-10T02:10:55.2277730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-313.pyc 2025-10-10T02:10:55.2278930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-313.pyc 2025-10-10T02:10:55.2280250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-313.pyc 2025-10-10T02:10:55.2281620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-313.pyc 2025-10-10T02:10:55.2283060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-313.pyc 2025-10-10T02:10:55.2284410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-313.pyc 2025-10-10T02:10:55.2285610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-313.pyc 2025-10-10T02:10:55.2286890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-313.pyc 2025-10-10T02:10:55.2290340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-313.pyc 2025-10-10T02:10:55.2291280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2292220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-313.pyc 2025-10-10T02:10:55.2293250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-313.pyc 2025-10-10T02:10:55.2294270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-313.pyc 2025-10-10T02:10:55.2295010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/sdist.py 2025-10-10T02:10:55.2295830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist.py 2025-10-10T02:10:55.2296770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_scripts.py 2025-10-10T02:10:55.2297540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/bdist_rpm.py 2025-10-10T02:10:55.2298380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/build_clib.py 2025-10-10T02:10:55.2299220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install.py 2025-10-10T02:10:55.2300150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_egg_info.py 2025-10-10T02:10:55.2300960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/command/install_data.py 2025-10-10T02:10:55.2301780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dir_util.py 2025-10-10T02:10:55.2302600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/unix.py 2025-10-10T02:10:55.2303410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/zos.py 2025-10-10T02:10:55.2304390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py 2025-10-10T02:10:55.2305480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py 2025-10-10T02:10:55.2306880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-313.pyc 2025-10-10T02:10:55.2308320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-313.pyc 2025-10-10T02:10:55.2309710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-313.pyc 2025-10-10T02:10:55.2311130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-313.pyc 2025-10-10T02:10:55.2312470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-313.pyc 2025-10-10T02:10:55.2313560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py 2025-10-10T02:10:55.2314620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py 2025-10-10T02:10:55.2315830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py 2025-10-10T02:10:55.2317360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-313.pyc 2025-10-10T02:10:55.2318800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-313.pyc 2025-10-10T02:10:55.2320160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:55.2321690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.2323010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-313.pyc 2025-10-10T02:10:55.2324420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:55.2325440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/cygwin.py 2025-10-10T02:10:55.2326680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/errors.py 2025-10-10T02:10:55.2327660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/msvc.py 2025-10-10T02:10:55.2328630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/compilers/C/base.py 2025-10-10T02:10:55.2329540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/sysconfig.py 2025-10-10T02:10:55.2330700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_macos_compat.py 2025-10-10T02:10:55.2331600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/dist.py 2025-10-10T02:10:55.2332460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_distutils/_log.py 2025-10-10T02:10:55.2333350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/wheel.py 2025-10-10T02:10:55.2334320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/gui-arm64.exe 2025-10-10T02:10:55.2335170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/namespaces.py 2025-10-10T02:10:55.2336240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/script (dev).tmpl 2025-10-10T02:10:55.2337070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools/_shutil.py 2025-10-10T02:10:55.2338190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_resources.py 2025-10-10T02:10:55.2339450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_integration_zope_interface.py 2025-10-10T02:10:55.2340450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__init__.py 2025-10-10T02:10:55.2341790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-313.pyc 2025-10-10T02:10:55.2343210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-313.pyc 2025-10-10T02:10:55.2344540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-313.pyc 2025-10-10T02:10:55.2346020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-313.pyc 2025-10-10T02:10:55.2347310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-313.pyc 2025-10-10T02:10:55.2348660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-313.pyc 2025-10-10T02:10:55.2350000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2351170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_markers.py 2025-10-10T02:10:55.2352590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_working_set.py 2025-10-10T02:10:55.2353730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_find_distributions.py 2025-10-10T02:10:55.2355100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip 2025-10-10T02:10:55.2356780Z /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-10-10T02:10:55.2358610Z /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-10-10T02:10:55.2360210Z /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-10-10T02:10:55.2363990Z /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-10-10T02:10:55.2365470Z /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-10-10T02:10:55.2367280Z /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-10-10T02:10:55.2368750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-313.pyc 2025-10-10T02:10:55.2370150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py 2025-10-10T02:10:55.2371240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg 2025-10-10T02:10:55.2372130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/tests/test_pkg_resources.py 2025-10-10T02:10:55.2373150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/__init__.py 2025-10-10T02:10:55.2374290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2375000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/py.typed 2025-10-10T02:10:55.2375910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pkg_resources/api_tests.txt 2025-10-10T02:10:55.2377010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/RECORD 2025-10-10T02:10:55.2378100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/LICENSE 2025-10-10T02:10:55.2379390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/direct_url.json 2025-10-10T02:10:55.2380430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/WHEEL 2025-10-10T02:10:55.2381630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/REQUESTED 2025-10-10T02:10:55.2382600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER 2025-10-10T02:10:55.2383640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions-4.12.2.dist-info/METADATA 2025-10-10T02:10:55.2384570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__init__.py 2025-10-10T02:10:55.2386030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__pycache__/override.cpython-313.pyc 2025-10-10T02:10:55.2387270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2388070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/_distutils_hack/override.py 2025-10-10T02:10:55.2389020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/repoquery.py 2025-10-10T02:10:55.2389960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/solver.py 2025-10-10T02:10:55.2390970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/index.py 2025-10-10T02:10:55.2392030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__init__.py 2025-10-10T02:10:55.2393390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/repoquery.cpython-313.pyc 2025-10-10T02:10:55.2394430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/plugin.cpython-313.pyc 2025-10-10T02:10:55.2395980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/conda_build_exceptions.cpython-313.pyc 2025-10-10T02:10:55.2397040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.2398300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.2399530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/mamba_utils.cpython-313.pyc 2025-10-10T02:10:55.2400610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/solver.cpython-313.pyc 2025-10-10T02:10:55.2401720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/state.cpython-313.pyc 2025-10-10T02:10:55.2403210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/index.cpython-313.pyc 2025-10-10T02:10:55.2404370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2405400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/mamba_utils.py 2025-10-10T02:10:55.2406690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/conda_build_exceptions.py 2025-10-10T02:10:55.2407630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/utils.py 2025-10-10T02:10:55.2408710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/plugin.py 2025-10-10T02:10:55.2409770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/exceptions.py 2025-10-10T02:10:55.2410780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_libmamba_solver/state.py 2025-10-10T02:10:55.2411710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/_hypothesis_plugin.py 2025-10-10T02:10:55.2412580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/color.py 2025-10-10T02:10:55.2413590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/config.py 2025-10-10T02:10:55.2414480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/version.py 2025-10-10T02:10:55.2415340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/fields.py 2025-10-10T02:10:55.2416330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/error_wrappers.py 2025-10-10T02:10:55.2417120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/decorator.py 2025-10-10T02:10:55.2418050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/validators.py 2025-10-10T02:10:55.2419060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/tools.py 2025-10-10T02:10:55.2419830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/env_settings.py 2025-10-10T02:10:55.2422880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__init__.py 2025-10-10T02:10:55.2423580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/mypy.py 2025-10-10T02:10:55.2424430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/types.py 2025-10-10T02:10:55.2425440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/class_validators.py 2025-10-10T02:10:55.2426440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:55.2427720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/_hypothesis_plugin.cpython-313.pyc 2025-10-10T02:10:55.2428830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/typing.cpython-313.pyc 2025-10-10T02:10:55.2429930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/networks.cpython-313.pyc 2025-10-10T02:10:55.2431010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/mypy.cpython-313.pyc 2025-10-10T02:10:55.2432020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/generics.cpython-313.pyc 2025-10-10T02:10:55.2433190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/validators.cpython-313.pyc 2025-10-10T02:10:55.2434270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:55.2435590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.2436690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:55.2437750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:55.2438900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/schema.cpython-313.pyc 2025-10-10T02:10:55.2440100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/datetime_parse.cpython-313.pyc 2025-10-10T02:10:55.2441130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/dataclasses.cpython-313.pyc 2025-10-10T02:10:55.2442160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.2443340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.2444560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/class_validators.cpython-313.pyc 2025-10-10T02:10:55.2445740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:55.2446820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/env_settings.cpython-313.pyc 2025-10-10T02:10:55.2447980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/error_wrappers.cpython-313.pyc 2025-10-10T02:10:55.2449040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:55.2450400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/annotated_types.cpython-313.pyc 2025-10-10T02:10:55.2451560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2452680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.2453530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/decorator.cpython-313.pyc 2025-10-10T02:10:55.2454380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/__pycache__/tools.cpython-313.pyc 2025-10-10T02:10:55.2455030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/networks.py 2025-10-10T02:10:55.2455700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/utils.py 2025-10-10T02:10:55.2456480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/annotated_types.py 2025-10-10T02:10:55.2457190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/py.typed 2025-10-10T02:10:55.2457910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/errors.py 2025-10-10T02:10:55.2458750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/dataclasses.py 2025-10-10T02:10:55.2459400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/parse.py 2025-10-10T02:10:55.2460280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/typing.py 2025-10-10T02:10:55.2460830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/main.py 2025-10-10T02:10:55.2461640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/datetime_parse.py 2025-10-10T02:10:55.2462270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/json.py 2025-10-10T02:10:55.2463040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/generics.py 2025-10-10T02:10:55.2463660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/v1/schema.py 2025-10-10T02:10:55.2464670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_schema_generation_shared.py 2025-10-10T02:10:55.2465410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_docs_extraction.py 2025-10-10T02:10:55.2466160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_core_utils.py 2025-10-10T02:10:55.2466950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_validate_call.py 2025-10-10T02:10:55.2467830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_decorators_v1.py 2025-10-10T02:10:55.2468630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_typing_extra.py 2025-10-10T02:10:55.2469370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_validators.py 2025-10-10T02:10:55.2470140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_serializers.py 2025-10-10T02:10:55.2470960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_namespace_utils.py 2025-10-10T02:10:55.2471650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_repr.py 2025-10-10T02:10:55.2472430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__init__.py 2025-10-10T02:10:55.2473230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_import_utils.py 2025-10-10T02:10:55.2474280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_serializers.cpython-313.pyc 2025-10-10T02:10:55.2475280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validate_call.cpython-313.pyc 2025-10-10T02:10:55.2476270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_forward_ref.cpython-313.pyc 2025-10-10T02:10:55.2477210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_validators.cpython-313.pyc 2025-10-10T02:10:55.2478270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_config.cpython-313.pyc 2025-10-10T02:10:55.2479060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_fields.cpython-313.pyc 2025-10-10T02:10:55.2480060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_typing_extra.cpython-313.pyc 2025-10-10T02:10:55.2483090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generate_schema.cpython-313.pyc 2025-10-10T02:10:55.2484140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_metadata.cpython-313.pyc 2025-10-10T02:10:55.2485290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_mock_val_ser.cpython-313.pyc 2025-10-10T02:10:55.2486830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_docs_extraction.cpython-313.pyc 2025-10-10T02:10:55.2488030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators.cpython-313.pyc 2025-10-10T02:10:55.2489180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_import_utils.cpython-313.pyc 2025-10-10T02:10:55.2490430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_utils.cpython-313.pyc 2025-10-10T02:10:55.2491630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_generics.cpython-313.pyc 2025-10-10T02:10:55.2493020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_repr.cpython-313.pyc 2025-10-10T02:10:55.2494340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_model_construction.cpython-313.pyc 2025-10-10T02:10:55.2495470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_git.cpython-313.pyc 2025-10-10T02:10:55.2496760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_gather.cpython-313.pyc 2025-10-10T02:10:55.2498110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_known_annotated_metadata.cpython-313.pyc 2025-10-10T02:10:55.2499420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_discriminated_union.cpython-313.pyc 2025-10-10T02:10:55.2500820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_namespace_utils.cpython-313.pyc 2025-10-10T02:10:55.2502100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_core_utils.cpython-313.pyc 2025-10-10T02:10:55.2503450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_dataclasses.cpython-313.pyc 2025-10-10T02:10:55.2504730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_schema_generation_shared.cpython-313.pyc 2025-10-10T02:10:55.2505960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2507110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_decorators_v1.cpython-313.pyc 2025-10-10T02:10:55.2508670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_signature.cpython-313.pyc 2025-10-10T02:10:55.2510050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/__pycache__/_internal_dataclass.cpython-313.pyc 2025-10-10T02:10:55.2511030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_known_annotated_metadata.py 2025-10-10T02:10:55.2512220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_model_construction.py 2025-10-10T02:10:55.2513110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_signature.py 2025-10-10T02:10:55.2514210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_generate_schema.py 2025-10-10T02:10:55.2515240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_schema_gather.py 2025-10-10T02:10:55.2516380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_discriminated_union.py 2025-10-10T02:10:55.2517530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_forward_ref.py 2025-10-10T02:10:55.2518660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_decorators.py 2025-10-10T02:10:55.2519740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_core_metadata.py 2025-10-10T02:10:55.2520720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_fields.py 2025-10-10T02:10:55.2521530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_config.py 2025-10-10T02:10:55.2522440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_mock_val_ser.py 2025-10-10T02:10:55.2528130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_git.py 2025-10-10T02:10:55.2528400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_generics.py 2025-10-10T02:10:55.2528610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_dataclasses.py 2025-10-10T02:10:55.2528840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_internal_dataclass.py 2025-10-10T02:10:55.2529080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_internal/_utils.py 2025-10-10T02:10:55.2529320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__init__.py 2025-10-10T02:10:55.2529830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/pipeline.cpython-313.pyc 2025-10-10T02:10:55.2531320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/arguments_schema.cpython-313.pyc 2025-10-10T02:10:55.2532660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2533580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/pipeline.py 2025-10-10T02:10:55.2534800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/experimental/arguments_schema.py 2025-10-10T02:10:55.2535700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/functional_validators.py 2025-10-10T02:10:55.2536830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/alias_generators.py 2025-10-10T02:10:55.2537640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/color.py 2025-10-10T02:10:55.2538590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/config.py 2025-10-10T02:10:55.2539620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/version.py 2025-10-10T02:10:55.2540410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/fields.py 2025-10-10T02:10:55.2541320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/error_wrappers.py 2025-10-10T02:10:55.2542260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/decorator.py 2025-10-10T02:10:55.2543300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/validators.py 2025-10-10T02:10:55.2544170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/warnings.py 2025-10-10T02:10:55.2544850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/tools.py 2025-10-10T02:10:55.2545910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/_loader.py 2025-10-10T02:10:55.2546960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__init__.py 2025-10-10T02:10:55.2548080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/_schema_validator.py 2025-10-10T02:10:55.2549400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_loader.cpython-313.pyc 2025-10-10T02:10:55.2550770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/_schema_validator.cpython-313.pyc 2025-10-10T02:10:55.2551830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/plugin/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2552710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/env_settings.py 2025-10-10T02:10:55.2555730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__init__.py 2025-10-10T02:10:55.2556540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/mypy.py 2025-10-10T02:10:55.2557310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/types.py 2025-10-10T02:10:55.2558360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/class_validators.py 2025-10-10T02:10:55.2559600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:55.2560840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/typing.cpython-313.pyc 2025-10-10T02:10:55.2562400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/functional_serializers.cpython-313.pyc 2025-10-10T02:10:55.2563440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/networks.cpython-313.pyc 2025-10-10T02:10:55.2564750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/mypy.cpython-313.pyc 2025-10-10T02:10:55.2565840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/generics.cpython-313.pyc 2025-10-10T02:10:55.2567070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/root_model.cpython-313.pyc 2025-10-10T02:10:55.2568270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/validators.cpython-313.pyc 2025-10-10T02:10:55.2569470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/color.cpython-313.pyc 2025-10-10T02:10:55.2570510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.2571750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/validate_call_decorator.cpython-313.pyc 2025-10-10T02:10:55.2572840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/annotated_handlers.cpython-313.pyc 2025-10-10T02:10:55.2573990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/fields.cpython-313.pyc 2025-10-10T02:10:55.2575110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:55.2576220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/aliases.cpython-313.pyc 2025-10-10T02:10:55.2577370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/_migration.cpython-313.pyc 2025-10-10T02:10:55.2578810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/functional_validators.cpython-313.pyc 2025-10-10T02:10:55.2579940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/schema.cpython-313.pyc 2025-10-10T02:10:55.2581020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/datetime_parse.cpython-313.pyc 2025-10-10T02:10:55.2582160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/dataclasses.cpython-313.pyc 2025-10-10T02:10:55.2583280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.2584250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.2585460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/class_validators.cpython-313.pyc 2025-10-10T02:10:55.2586790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/alias_generators.cpython-313.pyc 2025-10-10T02:10:55.2587880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:55.2589100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:55.2590260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/type_adapter.cpython-313.pyc 2025-10-10T02:10:55.2591450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/env_settings.cpython-313.pyc 2025-10-10T02:10:55.2592680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/error_wrappers.cpython-313.pyc 2025-10-10T02:10:55.2593830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:55.2595010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/json_schema.cpython-313.pyc 2025-10-10T02:10:55.2596110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2597110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.2598280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/decorator.cpython-313.pyc 2025-10-10T02:10:55.2599330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/__pycache__/tools.cpython-313.pyc 2025-10-10T02:10:55.2600140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/aliases.py 2025-10-10T02:10:55.2600920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/json_schema.py 2025-10-10T02:10:55.2601860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/_migration.py 2025-10-10T02:10:55.2602670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/networks.py 2025-10-10T02:10:55.2603630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/root_model.py 2025-10-10T02:10:55.2604480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/type_adapter.py 2025-10-10T02:10:55.2605360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/utils.py 2025-10-10T02:10:55.2606300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/functional_serializers.py 2025-10-10T02:10:55.2607080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/py.typed 2025-10-10T02:10:55.2608240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/validate_call_decorator.py 2025-10-10T02:10:55.2609130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/errors.py 2025-10-10T02:10:55.2612130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/dataclasses.py 2025-10-10T02:10:55.2612880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/parse.py 2025-10-10T02:10:55.2613770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/typing.py 2025-10-10T02:10:55.2614490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/main.py 2025-10-10T02:10:55.2615500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/datetime_parse.py 2025-10-10T02:10:55.2616240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/json.py 2025-10-10T02:10:55.2617050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/annotated_handlers.py 2025-10-10T02:10:55.2617700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/generics.py 2025-10-10T02:10:55.2618360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/schema.py 2025-10-10T02:10:55.2619110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/config.py 2025-10-10T02:10:55.2619880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/decorator.py 2025-10-10T02:10:55.2620630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/tools.py 2025-10-10T02:10:55.2621440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/copy_internals.py 2025-10-10T02:10:55.2622180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__init__.py 2025-10-10T02:10:55.2623000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/class_validators.py 2025-10-10T02:10:55.2623970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.2624950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/parse.cpython-313.pyc 2025-10-10T02:10:55.2626020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/class_validators.cpython-313.pyc 2025-10-10T02:10:55.2626870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/json.cpython-313.pyc 2025-10-10T02:10:55.2627810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2628810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/copy_internals.cpython-313.pyc 2025-10-10T02:10:55.2629750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/decorator.cpython-313.pyc 2025-10-10T02:10:55.2630660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/__pycache__/tools.cpython-313.pyc 2025-10-10T02:10:55.2631310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/parse.py 2025-10-10T02:10:55.2632020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic/deprecated/json.py 2025-10-10T02:10:55.2632870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/RECORD 2025-10-10T02:10:55.2633690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/LICENSE 2025-10-10T02:10:55.2634560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/direct_url.json 2025-10-10T02:10:55.2635360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/WHEEL 2025-10-10T02:10:55.2636350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/REQUESTED 2025-10-10T02:10:55.2637080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/INSTALLER 2025-10-10T02:10:55.2637880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/more_itertools-10.3.0.dist-info/METADATA 2025-10-10T02:10:55.2638900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/AUTHORS.md 2025-10-10T02:10:55.2639660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/RECORD 2025-10-10T02:10:55.2640530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/LICENSE 2025-10-10T02:10:55.2641570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/direct_url.json 2025-10-10T02:10:55.2642360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/WHEEL 2025-10-10T02:10:55.2643440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/entry_points.txt 2025-10-10T02:10:55.2644260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/top_level.txt 2025-10-10T02:10:55.2645240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/REQUESTED 2025-10-10T02:10:55.2646060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/INSTALLER 2025-10-10T02:10:55.2646970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_handling-2.4.0.dist-info/METADATA 2025-10-10T02:10:55.2647650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__init__.py 2025-10-10T02:10:55.2648470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/typing_objects.pyi 2025-10-10T02:10:55.2649470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/typing_objects.cpython-313.pyc 2025-10-10T02:10:55.2650660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/introspection.cpython-313.pyc 2025-10-10T02:10:55.2651790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2652640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/introspection.py 2025-10-10T02:10:55.2653700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/typing_objects.py 2025-10-10T02:10:55.2654570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_inspection/py.typed 2025-10-10T02:10:55.2655390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_win_key.py 2025-10-10T02:10:55.2656270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/key.py 2025-10-10T02:10:55.2657070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__init__.py 2025-10-10T02:10:55.2658000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_win_read.py 2025-10-10T02:10:55.2659320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_win_read.cpython-313.pyc 2025-10-10T02:10:55.2660400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_config.cpython-313.pyc 2025-10-10T02:10:55.2661550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/key.cpython-313.pyc 2025-10-10T02:10:55.2662830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_posix_read.cpython-313.pyc 2025-10-10T02:10:55.2663850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_win_key.cpython-313.pyc 2025-10-10T02:10:55.2664950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_posix_key.cpython-313.pyc 2025-10-10T02:10:55.2666210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/_base_key.cpython-313.pyc 2025-10-10T02:10:55.2667340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2670410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_posix_key.py 2025-10-10T02:10:55.2671030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/py.typed 2025-10-10T02:10:55.2671850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_config.py 2025-10-10T02:10:55.2672780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_base_key.py 2025-10-10T02:10:55.2673640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/readchar/_posix_read.py 2025-10-10T02:10:55.2674710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/_cffi.cpython-313-darwin.so 2025-10-10T02:10:55.2675750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__init__.pyi 2025-10-10T02:10:55.2676620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__init__.py 2025-10-10T02:10:55.2678040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__pycache__/backend_cffi.cpython-313.pyc 2025-10-10T02:10:55.2679100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2680070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/backend_cffi.py 2025-10-10T02:10:55.2680970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/py.typed 2025-10-10T02:10:55.2682230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/zstandard/backend_c.cpython-313-darwin.so 2025-10-10T02:10:55.2683180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/create.py 2025-10-10T02:10:55.2684330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/package_streaming.py 2025-10-10T02:10:55.2685440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__init__.py 2025-10-10T02:10:55.2686970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/s3.cpython-313.pyc 2025-10-10T02:10:55.2688160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/create.cpython-313.pyc 2025-10-10T02:10:55.2689700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/transmute.cpython-313.pyc 2025-10-10T02:10:55.2691040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.2692350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/lazy_wheel.cpython-313.pyc 2025-10-10T02:10:55.2693890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/extract.cpython-313.pyc 2025-10-10T02:10:55.2695030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2696390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/package_streaming.cpython-313.pyc 2025-10-10T02:10:55.2697570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/__pycache__/url.cpython-313.pyc 2025-10-10T02:10:55.2698470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/transmute.py 2025-10-10T02:10:55.2699440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/url.py 2025-10-10T02:10:55.2700470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/exceptions.py 2025-10-10T02:10:55.2701640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/lazy_wheel.py 2025-10-10T02:10:55.2702610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/s3.py 2025-10-10T02:10:55.2703710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_package_streaming/extract.py 2025-10-10T02:10:55.2704620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__init__.py 2025-10-10T02:10:55.2705900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__pycache__/core_schema.cpython-313.pyc 2025-10-10T02:10:55.2707100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2707980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/core_schema.py 2025-10-10T02:10:55.2708930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/_pydantic_core.pyi 2025-10-10T02:10:55.2710200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/_pydantic_core.cpython-313-darwin.so 2025-10-10T02:10:55.2711130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/pydantic_core/py.typed 2025-10-10T02:10:55.2711990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/token.py 2025-10-10T02:10:55.2712950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/config.py 2025-10-10T02:10:55.2714050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/client.py 2025-10-10T02:10:55.2715140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/handlers.py 2025-10-10T02:10:55.2716380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/actions.py 2025-10-10T02:10:55.2717550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__init__.py 2025-10-10T02:10:55.2718920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.2720140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:55.2721390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/actions.cpython-313.pyc 2025-10-10T02:10:55.2722560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:55.2723880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:55.2725020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.2726100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/cli.cpython-313.pyc 2025-10-10T02:10:55.2727350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2728260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/cli.py 2025-10-10T02:10:55.2729230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/py.typed 2025-10-10T02:10:55.2730240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/anaconda_cloud_auth/exceptions.py 2025-10-10T02:10:55.2731130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/docinfo.py 2025-10-10T02:10:55.2732200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarfloat.py 2025-10-10T02:10:55.2733080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scanner.py 2025-10-10T02:10:55.2733980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/compat.py 2025-10-10T02:10:55.2734950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/error.py 2025-10-10T02:10:55.2735990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/anchor.py 2025-10-10T02:10:55.2736800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/constructor.py 2025-10-10T02:10:55.2737720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/composer.py 2025-10-10T02:10:55.2740700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/util.py 2025-10-10T02:10:55.2741530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/events.py 2025-10-10T02:10:55.2742410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarint.py 2025-10-10T02:10:55.2743420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarbool.py 2025-10-10T02:10:55.2744640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/configobjwalker.py 2025-10-10T02:10:55.2745620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__init__.py 2025-10-10T02:10:55.2746560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/representer.py 2025-10-10T02:10:55.2747390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/tokens.py 2025-10-10T02:10:55.2748230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/dumper.py 2025-10-10T02:10:55.2749350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:55.2750480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/serializer.cpython-313.pyc 2025-10-10T02:10:55.2751650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/resolver.cpython-313.pyc 2025-10-10T02:10:55.2752870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/representer.cpython-313.pyc 2025-10-10T02:10:55.2753950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:55.2754960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/reader.cpython-313.pyc 2025-10-10T02:10:55.2755980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/cyaml.cpython-313.pyc 2025-10-10T02:10:55.2757140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarfloat.cpython-313.pyc 2025-10-10T02:10:55.2758240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarstring.cpython-313.pyc 2025-10-10T02:10:55.2759340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/comments.cpython-313.pyc 2025-10-10T02:10:55.2760400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/compat.cpython-313.pyc 2025-10-10T02:10:55.2761510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tokens.cpython-313.pyc 2025-10-10T02:10:55.2762680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/loader.cpython-313.pyc 2025-10-10T02:10:55.2763820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/configobjwalker.cpython-313.pyc 2025-10-10T02:10:55.2764870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/timestamp.cpython-313.pyc 2025-10-10T02:10:55.2766250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarint.cpython-313.pyc 2025-10-10T02:10:55.2767460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/anchor.cpython-313.pyc 2025-10-10T02:10:55.2768660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/nodes.cpython-313.pyc 2025-10-10T02:10:55.2769920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.2771060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/composer.cpython-313.pyc 2025-10-10T02:10:55.2772040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/error.cpython-313.pyc 2025-10-10T02:10:55.2773040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/tag.cpython-313.pyc 2025-10-10T02:10:55.2774120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/events.cpython-313.pyc 2025-10-10T02:10:55.2775250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/emitter.cpython-313.pyc 2025-10-10T02:10:55.2776220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/dumper.cpython-313.pyc 2025-10-10T02:10:55.2777200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/constructor.cpython-313.pyc 2025-10-10T02:10:55.2778100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2779000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/scalarbool.cpython-313.pyc 2025-10-10T02:10:55.2779830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:55.2780710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/__pycache__/docinfo.cpython-313.pyc 2025-10-10T02:10:55.2781320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/cyaml.py 2025-10-10T02:10:55.2782010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/parser.py 2025-10-10T02:10:55.2782700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/reader.py 2025-10-10T02:10:55.2783490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/scalarstring.py 2025-10-10T02:10:55.2784120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/loader.py 2025-10-10T02:10:55.2784880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/resolver.py 2025-10-10T02:10:55.2785620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/py.typed 2025-10-10T02:10:55.2786310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/serializer.py 2025-10-10T02:10:55.2786970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/nodes.py 2025-10-10T02:10:55.2787720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/timestamp.py 2025-10-10T02:10:55.2790570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/main.py 2025-10-10T02:10:55.2791390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/emitter.py 2025-10-10T02:10:55.2791910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/tag.py 2025-10-10T02:10:55.2792800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel/yaml/comments.py 2025-10-10T02:10:55.2793750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/__init__.py 2025-10-10T02:10:55.2794900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2795770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/cli/__init__.py 2025-10-10T02:10:55.2796980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/cli/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2797750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/README.md 2025-10-10T02:10:55.2798730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/installers/__init__.py 2025-10-10T02:10:55.2800150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/conda_env/installers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2801190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/RECORD 2025-10-10T02:10:55.2802230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/LICENSE 2025-10-10T02:10:55.2803400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/direct_url.json 2025-10-10T02:10:55.2804410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/WHEEL 2025-10-10T02:10:55.2805630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/top_level.txt 2025-10-10T02:10:55.2806710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/REQUESTED 2025-10-10T02:10:55.2807750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/INSTALLER 2025-10-10T02:10:55.2808790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/ruamel.yaml-0.18.10.dist-info/METADATA 2025-10-10T02:10:55.2809770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/typing_extensions.py 2025-10-10T02:10:55.2810670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/macos.py 2025-10-10T02:10:55.2811590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/unix.py 2025-10-10T02:10:55.2812580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/version.py 2025-10-10T02:10:55.2813400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__init__.py 2025-10-10T02:10:55.2814740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/api.cpython-313.pyc 2025-10-10T02:10:55.2815850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/android.cpython-313.pyc 2025-10-10T02:10:55.2817120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/windows.cpython-313.pyc 2025-10-10T02:10:55.2818250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/macos.cpython-313.pyc 2025-10-10T02:10:55.2819450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.2820700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2821880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/version.cpython-313.pyc 2025-10-10T02:10:55.2822930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__pycache__/unix.cpython-313.pyc 2025-10-10T02:10:55.2823830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/api.py 2025-10-10T02:10:55.2824830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/android.py 2025-10-10T02:10:55.2825690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/py.typed 2025-10-10T02:10:55.2826600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/windows.py 2025-10-10T02:10:55.2827420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/platformdirs/__main__.py 2025-10-10T02:10:55.2828450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/PKG-INFO 2025-10-10T02:10:55.2829890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/SOURCES.txt 2025-10-10T02:10:55.2830890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/entry_points.txt 2025-10-10T02:10:55.2831930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/requires.txt 2025-10-10T02:10:55.2833190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/top_level.txt 2025-10-10T02:10:55.2834200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site-packages/setuptools-78.1.1-py3.13.egg-info/dependency_links.txt 2025-10-10T02:10:55.2834670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/difflib.py 2025-10-10T02:10:55.2835250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc.py 2025-10-10T02:10:55.2835890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/selectors.py 2025-10-10T02:10:55.2836520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/decimal.py 2025-10-10T02:10:55.2837190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/socketserver.py 2025-10-10T02:10:55.2838020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/copy.py 2025-10-10T02:10:55.2838680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__init__.py 2025-10-10T02:10:55.2839710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/entities.cpython-313.pyc 2025-10-10T02:10:55.2840580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2841590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:55.2842120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/parser.py 2025-10-10T02:10:55.2842910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/html/entities.py 2025-10-10T02:10:55.2843640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/genericpath.py 2025-10-10T02:10:55.2844290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/linecache.py 2025-10-10T02:10:55.2844920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/types.py 2025-10-10T02:10:55.2845790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/scrolledtext.py 2025-10-10T02:10:55.2846620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/colorchooser.py 2025-10-10T02:10:55.2847310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/commondialog.py 2025-10-10T02:10:55.2847990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/messagebox.py 2025-10-10T02:10:55.2848730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/dialog.py 2025-10-10T02:10:55.2851530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/constants.py 2025-10-10T02:10:55.2852140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/dnd.py 2025-10-10T02:10:55.2853030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__init__.py 2025-10-10T02:10:55.2853640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/ttk.py 2025-10-10T02:10:55.2854670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/filedialog.cpython-313.pyc 2025-10-10T02:10:55.2855560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/font.cpython-313.pyc 2025-10-10T02:10:55.2856500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/ttk.cpython-313.pyc 2025-10-10T02:10:55.2857540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/messagebox.cpython-313.pyc 2025-10-10T02:10:55.2858570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/dialog.cpython-313.pyc 2025-10-10T02:10:55.2859680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/simpledialog.cpython-313.pyc 2025-10-10T02:10:55.2860600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/dnd.cpython-313.pyc 2025-10-10T02:10:55.2861650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/commondialog.cpython-313.pyc 2025-10-10T02:10:55.2862530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:55.2863480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.2864470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/scrolledtext.cpython-313.pyc 2025-10-10T02:10:55.2865390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.2866360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__pycache__/colorchooser.cpython-313.pyc 2025-10-10T02:10:55.2867000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/filedialog.py 2025-10-10T02:10:55.2867740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/font.py 2025-10-10T02:10:55.2868500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/__main__.py 2025-10-10T02:10:55.2869250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tkinter/simpledialog.py 2025-10-10T02:10:55.2870020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/mimetypes.py 2025-10-10T02:10:55.2870910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/base64.cpython-313.pyc 2025-10-10T02:10:55.2871770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_compression.cpython-313.pyc 2025-10-10T02:10:55.2872780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/typing.cpython-313.pyc 2025-10-10T02:10:55.2873480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/symtable.cpython-313.pyc 2025-10-10T02:10:55.2874400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/zipapp.cpython-313.pyc 2025-10-10T02:10:55.2875190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/gzip.cpython-313.pyc 2025-10-10T02:10:55.2876140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_parse.cpython-313.pyc 2025-10-10T02:10:55.2876980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/genericpath.cpython-313.pyc 2025-10-10T02:10:55.2877830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/io.cpython-313.pyc 2025-10-10T02:10:55.2878700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pdb.cpython-313.pyc 2025-10-10T02:10:55.2879630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/string.cpython-313.pyc 2025-10-10T02:10:55.2880390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/cmd.cpython-313.pyc 2025-10-10T02:10:55.2881150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/imaplib.cpython-313.pyc 2025-10-10T02:10:55.2882180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_ios_support.cpython-313.pyc 2025-10-10T02:10:55.2883060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tarfile.cpython-313.pyc 2025-10-10T02:10:55.2883910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pyclbr.cpython-313.pyc 2025-10-10T02:10:55.2884850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/cProfile.cpython-313.pyc 2025-10-10T02:10:55.2885620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/getopt.cpython-313.pyc 2025-10-10T02:10:55.2886480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fileinput.cpython-313.pyc 2025-10-10T02:10:55.2887410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_strptime.cpython-313.pyc 2025-10-10T02:10:55.2888400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pickletools.cpython-313.pyc 2025-10-10T02:10:55.2889160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/opcode.cpython-313.pyc 2025-10-10T02:10:55.2890110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/threading.cpython-313.pyc 2025-10-10T02:10:55.2891030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/secrets.cpython-313.pyc 2025-10-10T02:10:55.2891920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/compileall.cpython-313.pyc 2025-10-10T02:10:55.2892780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/copyreg.cpython-313.pyc 2025-10-10T02:10:55.2893630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ipaddress.cpython-313.pyc 2025-10-10T02:10:55.2894560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/nturl2path.cpython-313.pyc 2025-10-10T02:10:55.2895540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc 2025-10-10T02:10:55.2896290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/__future__.cpython-313.pyc 2025-10-10T02:10:55.2897200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shlex.cpython-313.pyc 2025-10-10T02:10:55.2898040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/operator.cpython-313.pyc 2025-10-10T02:10:55.2899060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/contextlib.cpython-313.pyc 2025-10-10T02:10:55.2899780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/socket.cpython-313.pyc 2025-10-10T02:10:55.2900660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/functools.cpython-313.pyc 2025-10-10T02:10:55.2901490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sched.cpython-313.pyc 2025-10-10T02:10:55.2902630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_compat_pickle.cpython-313.pyc 2025-10-10T02:10:55.2903370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fractions.cpython-313.pyc 2025-10-10T02:10:55.2904380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/plistlib.cpython-313.pyc 2025-10-10T02:10:55.2905260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/reprlib.cpython-313.pyc 2025-10-10T02:10:55.2908030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/difflib.cpython-313.pyc 2025-10-10T02:10:55.2908830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:55.2909940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/configparser.cpython-313.pyc 2025-10-10T02:10:55.2910800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pty.cpython-313.pyc 2025-10-10T02:10:55.2911730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sitebuiltins.cpython-313.pyc 2025-10-10T02:10:55.2912550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/trace.cpython-313.pyc 2025-10-10T02:10:55.2913420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/numbers.cpython-313.pyc 2025-10-10T02:10:55.2914250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/glob.cpython-313.pyc 2025-10-10T02:10:55.2915240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/textwrap.cpython-313.pyc 2025-10-10T02:10:55.2916100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_android_support.cpython-313.pyc 2025-10-10T02:10:55.2917040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/keyword.cpython-313.pyc 2025-10-10T02:10:55.2918080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_compile.cpython-313.pyc 2025-10-10T02:10:55.2919010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/signal.cpython-313.pyc 2025-10-10T02:10:55.2919890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/queue.cpython-313.pyc 2025-10-10T02:10:55.2920840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_threading_local.cpython-313.pyc 2025-10-10T02:10:55.2921770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pylong.cpython-313.pyc 2025-10-10T02:10:55.2922660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shelve.cpython-313.pyc 2025-10-10T02:10:55.2923540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/socketserver.cpython-313.pyc 2025-10-10T02:10:55.2924390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/dataclasses.cpython-313.pyc 2025-10-10T02:10:55.2925320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/stringprep.cpython-313.pyc 2025-10-10T02:10:55.2926260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/gettext.cpython-313.pyc 2025-10-10T02:10:55.2927140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/poplib.cpython-313.pyc 2025-10-10T02:10:55.2928170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pstats.cpython-313.pyc 2025-10-10T02:10:55.2929040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/contextvars.cpython-313.pyc 2025-10-10T02:10:55.2929890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/token.cpython-313.pyc 2025-10-10T02:10:55.2930740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/random.cpython-313.pyc 2025-10-10T02:10:55.2931620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sitecustomize.cpython-313.pyc 2025-10-10T02:10:55.2932350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/site.cpython-313.pyc 2025-10-10T02:10:55.2933360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_collections_abc.cpython-313.pyc 2025-10-10T02:10:55.2934210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bz2.cpython-313.pyc 2025-10-10T02:10:55.2935020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tty.cpython-313.pyc 2025-10-10T02:10:55.2936040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_colorize.cpython-313.pyc 2025-10-10T02:10:55.2936840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/optparse.cpython-313.pyc 2025-10-10T02:10:55.2937680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/csv.cpython-313.pyc 2025-10-10T02:10:55.2938610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/antigravity.cpython-313.pyc 2025-10-10T02:10:55.2939470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/zipimport.cpython-313.pyc 2025-10-10T02:10:55.2940390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pkgutil.cpython-313.pyc 2025-10-10T02:10:55.2941280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pprint.cpython-313.pyc 2025-10-10T02:10:55.2941990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/py_compile.cpython-313.pyc 2025-10-10T02:10:55.2942720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_markupbase.cpython-313.pyc 2025-10-10T02:10:55.2943390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/smtplib.cpython-313.pyc 2025-10-10T02:10:55.2944090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/graphlib.cpython-313.pyc 2025-10-10T02:10:55.2944780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/warnings.cpython-313.pyc 2025-10-10T02:10:55.2945550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_opcode_metadata.cpython-313.pyc 2025-10-10T02:10:55.2946220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/filecmp.cpython-313.pyc 2025-10-10T02:10:55.2946870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/netrc.cpython-313.pyc 2025-10-10T02:10:55.2947560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/turtle.cpython-313.pyc 2025-10-10T02:10:55.2948230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/calendar.cpython-313.pyc 2025-10-10T02:10:55.2948910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/mailbox.cpython-313.pyc 2025-10-10T02:10:55.2949550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/wave.cpython-313.pyc 2025-10-10T02:10:55.2952430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/__hello__.cpython-313.pyc 2025-10-10T02:10:55.2952990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/uuid.cpython-313.pyc 2025-10-10T02:10:55.2953730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/posixpath.cpython-313.pyc 2025-10-10T02:10:55.2954410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/struct.cpython-313.pyc 2025-10-10T02:10:55.2955060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/hashlib.cpython-313.pyc 2025-10-10T02:10:55.2955760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pydoc.cpython-313.pyc 2025-10-10T02:10:55.2956500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/code.cpython-313.pyc 2025-10-10T02:10:55.2957090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/enum.cpython-313.pyc 2025-10-10T02:10:55.2957780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ftplib.cpython-313.pyc 2025-10-10T02:10:55.2958440Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pyio.cpython-313.pyc 2025-10-10T02:10:55.2959160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/colorsys.cpython-313.pyc 2025-10-10T02:10:55.2959880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/platform.cpython-313.pyc 2025-10-10T02:10:55.2960520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:55.2961220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_py_abc.cpython-313.pyc 2025-10-10T02:10:55.2961940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/profile.cpython-313.pyc 2025-10-10T02:10:55.2962610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ntpath.cpython-313.pyc 2025-10-10T02:10:55.2963290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/datetime.cpython-313.pyc 2025-10-10T02:10:55.2963960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bisect.cpython-313.pyc 2025-10-10T02:10:55.2964630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/heapq.cpython-313.pyc 2025-10-10T02:10:55.2965370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/modulefinder.cpython-313.pyc 2025-10-10T02:10:55.2966040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/codeop.cpython-313.pyc 2025-10-10T02:10:55.2966750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pydecimal.cpython-313.pyc 2025-10-10T02:10:55.2967400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/hmac.cpython-313.pyc 2025-10-10T02:10:55.2968050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/dis.cpython-313.pyc 2025-10-10T02:10:55.2968810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/statistics.cpython-313.pyc 2025-10-10T02:10:55.2969430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ssl.cpython-313.pyc 2025-10-10T02:10:55.2970120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/timeit.cpython-313.pyc 2025-10-10T02:10:55.2970880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/sre_constants.cpython-313.pyc 2025-10-10T02:10:55.2971570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/selectors.cpython-313.pyc 2025-10-10T02:10:55.2972220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/stat.cpython-313.pyc 2025-10-10T02:10:55.2973020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_osx_support.cpython-313.pyc 2025-10-10T02:10:55.2973750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tempfile.cpython-313.pyc 2025-10-10T02:10:55.2974370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/runpy.cpython-313.pyc 2025-10-10T02:10:55.2975110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/decimal.cpython-313.pyc 2025-10-10T02:10:55.2975790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tracemalloc.cpython-313.pyc 2025-10-10T02:10:55.2976480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/quopri.cpython-313.pyc 2025-10-10T02:10:55.2977170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/locale.cpython-313.pyc 2025-10-10T02:10:55.2977870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/linecache.cpython-313.pyc 2025-10-10T02:10:55.2978560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/lzma.cpython-313.pyc 2025-10-10T02:10:55.2979270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/weakref.cpython-313.pyc 2025-10-10T02:10:55.2980260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sysconfigdata_arm64_apple_darwin20_0_0.cpython-313.pyc 2025-10-10T02:10:55.2980940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/getpass.cpython-313.pyc 2025-10-10T02:10:55.2981790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_sysconfigdata__darwin_darwin.cpython-313.pyc 2025-10-10T02:10:55.2982430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc 2025-10-10T02:10:55.2983060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/os.cpython-313.pyc 2025-10-10T02:10:55.2983820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_pydatetime.cpython-313.pyc 2025-10-10T02:10:55.2984500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/bdb.cpython-313.pyc 2025-10-10T02:10:55.2985140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/this.cpython-313.pyc 2025-10-10T02:10:55.2985900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc 2025-10-10T02:10:55.2986550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/pickle.cpython-313.pyc 2025-10-10T02:10:55.2987310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/traceback.cpython-313.pyc 2025-10-10T02:10:55.2987990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/mimetypes.cpython-313.pyc 2025-10-10T02:10:55.2988670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/codecs.cpython-313.pyc 2025-10-10T02:10:55.2989300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/copy.cpython-313.pyc 2025-10-10T02:10:55.2990070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/_aix_support.cpython-313.pyc 2025-10-10T02:10:55.2990740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/shutil.cpython-313.pyc 2025-10-10T02:10:55.2991410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/doctest.cpython-313.pyc 2025-10-10T02:10:55.2992160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/webbrowser.cpython-313.pyc 2025-10-10T02:10:55.2992830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tokenize.cpython-313.pyc 2025-10-10T02:10:55.2993450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/ast.cpython-313.pyc 2025-10-10T02:10:55.2994130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/inspect.cpython-313.pyc 2025-10-10T02:10:55.2994890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:55.2995580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/rlcompleter.cpython-313.pyc 2025-10-10T02:10:55.2998120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/argparse.cpython-313.pyc 2025-10-10T02:10:55.2998730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__pycache__/tabnanny.cpython-313.pyc 2025-10-10T02:10:55.2999160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/colorsys.py 2025-10-10T02:10:55.2999630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/numbers.py 2025-10-10T02:10:55.3000170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_strptime.py 2025-10-10T02:10:55.3000670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/contextvars.py 2025-10-10T02:10:55.3001170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/random.py 2025-10-10T02:10:55.3001640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ftplib.py 2025-10-10T02:10:55.3002130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/optparse.py 2025-10-10T02:10:55.3002700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sitecustomize.py 2025-10-10T02:10:55.3003280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/expat.py 2025-10-10T02:10:55.3003910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__init__.py 2025-10-10T02:10:55.3004710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__pycache__/expat.cpython-313.pyc 2025-10-10T02:10:55.3005850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/parsers/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3006610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/handler.py 2025-10-10T02:10:55.3007190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__init__.py 2025-10-10T02:10:55.3008270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/handler.cpython-313.pyc 2025-10-10T02:10:55.3009280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/saxutils.cpython-313.pyc 2025-10-10T02:10:55.3010320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/expatreader.cpython-313.pyc 2025-10-10T02:10:55.3011560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/xmlreader.cpython-313.pyc 2025-10-10T02:10:55.3012660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/_exceptions.cpython-313.pyc 2025-10-10T02:10:55.3013630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3014260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/saxutils.py 2025-10-10T02:10:55.3015050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/xmlreader.py 2025-10-10T02:10:55.3015900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/expatreader.py 2025-10-10T02:10:55.3016640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/sax/_exceptions.py 2025-10-10T02:10:55.3017280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/__init__.py 2025-10-10T02:10:55.3018370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3018990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/pulldom.py 2025-10-10T02:10:55.3019800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/expatbuilder.py 2025-10-10T02:10:55.3020410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/domreg.py 2025-10-10T02:10:55.3021350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/minicompat.py 2025-10-10T02:10:55.3022060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__init__.py 2025-10-10T02:10:55.3023050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/NodeFilter.cpython-313.pyc 2025-10-10T02:10:55.3023970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/minidom.cpython-313.pyc 2025-10-10T02:10:55.3025020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/expatbuilder.cpython-313.pyc 2025-10-10T02:10:55.3025940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/minicompat.cpython-313.pyc 2025-10-10T02:10:55.3026880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/pulldom.cpython-313.pyc 2025-10-10T02:10:55.3027840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/xmlbuilder.cpython-313.pyc 2025-10-10T02:10:55.3028720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/domreg.cpython-313.pyc 2025-10-10T02:10:55.3029690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3030460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/NodeFilter.py 2025-10-10T02:10:55.3031180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/xmlbuilder.py 2025-10-10T02:10:55.3032050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/dom/minidom.py 2025-10-10T02:10:55.3032800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementPath.py 2025-10-10T02:10:55.3033510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/cElementTree.py 2025-10-10T02:10:55.3034300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__init__.py 2025-10-10T02:10:55.3035500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/cElementTree.cpython-313.pyc 2025-10-10T02:10:55.3036520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc 2025-10-10T02:10:55.3037780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc 2025-10-10T02:10:55.3038730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/ElementInclude.cpython-313.pyc 2025-10-10T02:10:55.3039670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3040550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementInclude.py 2025-10-10T02:10:55.3041350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xml/etree/ElementTree.py 2025-10-10T02:10:55.3041910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pdb.py 2025-10-10T02:10:55.3042540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/threading.py 2025-10-10T02:10:55.3043160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/turtle.py 2025-10-10T02:10:55.3043740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/platform.py 2025-10-10T02:10:55.3044360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pstats.py 2025-10-10T02:10:55.3044950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/glob.py 2025-10-10T02:10:55.3045540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/quopri.py 2025-10-10T02:10:55.3046110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/symtable.py 2025-10-10T02:10:55.3048610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pprint.py 2025-10-10T02:10:55.3049190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/calendar.py 2025-10-10T02:10:55.3049810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/inspect.py 2025-10-10T02:10:55.3050540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/util.py 2025-10-10T02:10:55.3051250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/handlers.py 2025-10-10T02:10:55.3051950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__init__.py 2025-10-10T02:10:55.3052610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/types.py 2025-10-10T02:10:55.3053610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/validate.cpython-313.pyc 2025-10-10T02:10:55.3054550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:55.3055430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/headers.cpython-313.pyc 2025-10-10T02:10:55.3056250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.3057290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:55.3058210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/simple_server.cpython-313.pyc 2025-10-10T02:10:55.3059110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3059760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/validate.py 2025-10-10T02:10:55.3060480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/simple_server.py 2025-10-10T02:10:55.3061130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/wsgiref/headers.py 2025-10-10T02:10:55.3061670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/poplib.py 2025-10-10T02:10:55.3062360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/plistlib.py 2025-10-10T02:10:55.3063090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pickletools.py 2025-10-10T02:10:55.3063640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/site.py 2025-10-10T02:10:55.3064470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/decoder.py 2025-10-10T02:10:55.3065170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/scanner.py 2025-10-10T02:10:55.3065790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__init__.py 2025-10-10T02:10:55.3066830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/scanner.cpython-313.pyc 2025-10-10T02:10:55.3067660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/encoder.cpython-313.pyc 2025-10-10T02:10:55.3068750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3069520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/tool.cpython-313.pyc 2025-10-10T02:10:55.3070410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/__pycache__/decoder.cpython-313.pyc 2025-10-10T02:10:55.3070970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/encoder.py 2025-10-10T02:10:55.3071700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/json/tool.py 2025-10-10T02:10:55.3072360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_opcode_metadata.py 2025-10-10T02:10:55.3072920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/keyword.py 2025-10-10T02:10:55.3073680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/configparser.py 2025-10-10T02:10:55.3074340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_apple_support.py 2025-10-10T02:10:55.3074940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/reprlib.py 2025-10-10T02:10:55.3075650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/secrets.py 2025-10-10T02:10:55.3076260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shlex.py 2025-10-10T02:10:55.3076990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/cookies.py 2025-10-10T02:10:55.3077700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/server.py 2025-10-10T02:10:55.3078390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/client.py 2025-10-10T02:10:55.3079100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__init__.py 2025-10-10T02:10:55.3079980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/server.cpython-313.pyc 2025-10-10T02:10:55.3081000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/cookiejar.cpython-313.pyc 2025-10-10T02:10:55.3081840Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/cookies.cpython-313.pyc 2025-10-10T02:10:55.3082790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:55.3083890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3084670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/http/cookiejar.py 2025-10-10T02:10:55.3085510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__init__.py 2025-10-10T02:10:55.3088180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/dump.cpython-313.pyc 2025-10-10T02:10:55.3089080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/dbapi2.cpython-313.pyc 2025-10-10T02:10:55.3090120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3091200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3091930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/dump.py 2025-10-10T02:10:55.3092700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/dbapi2.py 2025-10-10T02:10:55.3093540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sqlite3/__main__.py 2025-10-10T02:10:55.3094140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/posixpath.py 2025-10-10T02:10:55.3094870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/py_compile.py 2025-10-10T02:10:55.3095570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__init__.py 2025-10-10T02:10:55.3096630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3097640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3098680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__pycache__/_uninstall.cpython-313.pyc 2025-10-10T02:10:55.3099610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/_bundled/pip-25.1.1-py3-none-any.whl 2025-10-10T02:10:55.3100260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/__main__.py 2025-10-10T02:10:55.3101200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ensurepip/_uninstall.py 2025-10-10T02:10:55.3101740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_osx_support.py 2025-10-10T02:10:55.3102420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/stat.py 2025-10-10T02:10:55.3103200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/compileall.py 2025-10-10T02:10:55.3103980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/_base.py 2025-10-10T02:10:55.3104790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/thread.py 2025-10-10T02:10:55.3105820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__init__.py 2025-10-10T02:10:55.3106990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/_base.cpython-313.pyc 2025-10-10T02:10:55.3108160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/process.cpython-313.pyc 2025-10-10T02:10:55.3109270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/thread.cpython-313.pyc 2025-10-10T02:10:55.3110330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3111230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/futures/process.py 2025-10-10T02:10:55.3112070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/__init__.py 2025-10-10T02:10:55.3113190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/concurrent/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3113700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/csv.py 2025-10-10T02:10:55.3114610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/historical_reader.py 2025-10-10T02:10:55.3115490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/unix_console.py 2025-10-10T02:10:55.3116130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/readline.py 2025-10-10T02:10:55.3116770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/console.py 2025-10-10T02:10:55.3117430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/trace.py 2025-10-10T02:10:55.3118050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/curses.py 2025-10-10T02:10:55.3118880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/base_eventqueue.py 2025-10-10T02:10:55.3119710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/windows_console.py 2025-10-10T02:10:55.3120460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/windows_eventqueue.py 2025-10-10T02:10:55.3121250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/_threading_handler.py 2025-10-10T02:10:55.3122040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__init__.py 2025-10-10T02:10:55.3122800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/types.py 2025-10-10T02:10:55.3123870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/main.cpython-313.pyc 2025-10-10T02:10:55.3125140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/windows_eventqueue.cpython-313.pyc 2025-10-10T02:10:55.3126120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/unix_eventqueue.cpython-313.pyc 2025-10-10T02:10:55.3127160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/unix_console.cpython-313.pyc 2025-10-10T02:10:55.3128130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/fancy_termios.cpython-313.pyc 2025-10-10T02:10:55.3128970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/reader.cpython-313.pyc 2025-10-10T02:10:55.3130200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/historical_reader.cpython-313.pyc 2025-10-10T02:10:55.3131170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/curses.cpython-313.pyc 2025-10-10T02:10:55.3132340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/windows_console.cpython-313.pyc 2025-10-10T02:10:55.3133240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/trace.cpython-313.pyc 2025-10-10T02:10:55.3134280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/keymap.cpython-313.pyc 2025-10-10T02:10:55.3135250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/readline.cpython-313.pyc 2025-10-10T02:10:55.3136140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.3137260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/_threading_handler.cpython-313.pyc 2025-10-10T02:10:55.3138230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/simple_interact.cpython-313.pyc 2025-10-10T02:10:55.3139220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/_minimal_curses.cpython-313.pyc 2025-10-10T02:10:55.3140340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/commands.cpython-313.pyc 2025-10-10T02:10:55.3141210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/types.cpython-313.pyc 2025-10-10T02:10:55.3142120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/input.cpython-313.pyc 2025-10-10T02:10:55.3143100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/completing_reader.cpython-313.pyc 2025-10-10T02:10:55.3144120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/base_eventqueue.cpython-313.pyc 2025-10-10T02:10:55.3146740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/pager.cpython-313.pyc 2025-10-10T02:10:55.3147620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3148530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3149460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__pycache__/console.cpython-313.pyc 2025-10-10T02:10:55.3150030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/keymap.py 2025-10-10T02:10:55.3150780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/_minimal_curses.py 2025-10-10T02:10:55.3151520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/fancy_termios.py 2025-10-10T02:10:55.3152260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/reader.py 2025-10-10T02:10:55.3152950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/mypy.ini 2025-10-10T02:10:55.3153560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/utils.py 2025-10-10T02:10:55.3154310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/pager.py 2025-10-10T02:10:55.3154970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/input.py 2025-10-10T02:10:55.3156010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/unix_eventqueue.py 2025-10-10T02:10:55.3156810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/completing_reader.py 2025-10-10T02:10:55.3157500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/main.py 2025-10-10T02:10:55.3158180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/commands.py 2025-10-10T02:10:55.3158960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/__main__.py 2025-10-10T02:10:55.3159720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pyrepl/simple_interact.py 2025-10-10T02:10:55.3160340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pydatetime.py 2025-10-10T02:10:55.3160870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/fractions.py 2025-10-10T02:10:55.3161600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__init__.py 2025-10-10T02:10:55.3162750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3163770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3164650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sysconfig/__main__.py 2025-10-10T02:10:55.3165170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sched.py 2025-10-10T02:10:55.3165750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/imaplib.py 2025-10-10T02:10:55.3166380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/mailbox.py 2025-10-10T02:10:55.3167130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_compile.py 2025-10-10T02:10:55.3167880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/locale.py 2025-10-10T02:10:55.3168710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ast.py 2025-10-10T02:10:55.3169610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/doctest.py 2025-10-10T02:10:55.3170380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/argparse.py 2025-10-10T02:10:55.3171050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/getpass.py 2025-10-10T02:10:55.3171740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pickle.py 2025-10-10T02:10:55.3172390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pty.py 2025-10-10T02:10:55.3173050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/contextlib.py 2025-10-10T02:10:55.3173780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/statistics.py 2025-10-10T02:10:55.3183020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_collections_abc.py 2025-10-10T02:10:55.3183220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__future__.py 2025-10-10T02:10:55.3183330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pylong.py 2025-10-10T02:10:55.3183460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dataclasses.py 2025-10-10T02:10:55.3183570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/shelve.py 2025-10-10T02:10:55.3183670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/string.py 2025-10-10T02:10:55.3183780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/smtplib.py 2025-10-10T02:10:55.3183910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__init__.py 2025-10-10T02:10:55.3184120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3184310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3184480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/posix/activate.csh 2025-10-10T02:10:55.3184640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/Activate.ps1 2025-10-10T02:10:55.3184810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/activate.fish 2025-10-10T02:10:55.3185130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/scripts/common/activate 2025-10-10T02:10:55.3185870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/venv/__main__.py 2025-10-10T02:10:55.3186380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/getopt.py 2025-10-10T02:10:55.3187000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/antigravity.py 2025-10-10T02:10:55.3187640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/enum.py 2025-10-10T02:10:55.3188230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/ndbm.py 2025-10-10T02:10:55.3188980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/gnu.py 2025-10-10T02:10:55.3189700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__init__.py 2025-10-10T02:10:55.3190590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/sqlite3.cpython-313.pyc 2025-10-10T02:10:55.3191500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/gnu.cpython-313.pyc 2025-10-10T02:10:55.3192450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/ndbm.cpython-313.pyc 2025-10-10T02:10:55.3193370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/dumb.cpython-313.pyc 2025-10-10T02:10:55.3196510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3197050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/dumb.py 2025-10-10T02:10:55.3197620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/dbm/sqlite3.py 2025-10-10T02:10:55.3198220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/timeit.py 2025-10-10T02:10:55.3198900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/graphlib.py 2025-10-10T02:10:55.3199600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/hmac.py 2025-10-10T02:10:55.3200190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tarfile.py 2025-10-10T02:10:55.3200940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/readers.py 2025-10-10T02:10:55.3201790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_abc.py 2025-10-10T02:10:55.3202560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/util.py 2025-10-10T02:10:55.3203270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_bootstrap.py 2025-10-10T02:10:55.3204570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/readers.py 2025-10-10T02:10:55.3205470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_common.py 2025-10-10T02:10:55.3206250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__init__.py 2025-10-10T02:10:55.3207420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_functional.cpython-313.pyc 2025-10-10T02:10:55.3208340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/simple.cpython-313.pyc 2025-10-10T02:10:55.3209460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:55.3210470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_common.cpython-313.pyc 2025-10-10T02:10:55.3211620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_adapters.cpython-313.pyc 2025-10-10T02:10:55.3212700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/readers.cpython-313.pyc 2025-10-10T02:10:55.3213980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3215110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:55.3215850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_itertools.py 2025-10-10T02:10:55.3216670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_adapters.py 2025-10-10T02:10:55.3217600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/simple.py 2025-10-10T02:10:55.3218430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/_functional.py 2025-10-10T02:10:55.3219480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/resources/abc.py 2025-10-10T02:10:55.3220170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__init__.py 2025-10-10T02:10:55.3221300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_abc.cpython-313.pyc 2025-10-10T02:10:55.3222310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/simple.cpython-313.pyc 2025-10-10T02:10:55.3223200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/abc.cpython-313.pyc 2025-10-10T02:10:55.3224140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_bootstrap.cpython-313.pyc 2025-10-10T02:10:55.3225070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/machinery.cpython-313.pyc 2025-10-10T02:10:55.3226130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.3226960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/readers.cpython-313.pyc 2025-10-10T02:10:55.3228080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/_bootstrap_external.cpython-313.pyc 2025-10-10T02:10:55.3229210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3229910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/_bootstrap_external.py 2025-10-10T02:10:55.3230740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/machinery.py 2025-10-10T02:10:55.3231450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/simple.py 2025-10-10T02:10:55.3232250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_meta.py 2025-10-10T02:10:55.3233030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_text.py 2025-10-10T02:10:55.3233830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__init__.py 2025-10-10T02:10:55.3234640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_functools.py 2025-10-10T02:10:55.3235930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_functools.cpython-313.pyc 2025-10-10T02:10:55.3237010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_text.cpython-313.pyc 2025-10-10T02:10:55.3238040Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_meta.cpython-313.pyc 2025-10-10T02:10:55.3239160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_adapters.cpython-313.pyc 2025-10-10T02:10:55.3240380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/diagnose.cpython-313.pyc 2025-10-10T02:10:55.3241490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3242500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_collections.cpython-313.pyc 2025-10-10T02:10:55.3243560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/__pycache__/_itertools.cpython-313.pyc 2025-10-10T02:10:55.3244430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/diagnose.py 2025-10-10T02:10:55.3245250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_collections.py 2025-10-10T02:10:55.3246010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_itertools.py 2025-10-10T02:10:55.3246900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/metadata/_adapters.py 2025-10-10T02:10:55.3249970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/importlib/abc.py 2025-10-10T02:10:55.3250570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/server.py 2025-10-10T02:10:55.3251280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/client.py 2025-10-10T02:10:55.3251930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__init__.py 2025-10-10T02:10:55.3252950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/server.cpython-313.pyc 2025-10-10T02:10:55.3253920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/client.cpython-313.pyc 2025-10-10T02:10:55.3254870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/xmlrpc/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3255460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/stringprep.py 2025-10-10T02:10:55.3256010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/typing.py 2025-10-10T02:10:55.3256690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/LICENSE.txt 2025-10-10T02:10:55.3257500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/multicall.py 2025-10-10T02:10:55.3258130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.py 2025-10-10T02:10:55.3258960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/mainmenu.py 2025-10-10T02:10:55.3259670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/filelist.py 2025-10-10T02:10:55.3260370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/sidebar.py 2025-10-10T02:10:55.3261090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/tree.py 2025-10-10T02:10:55.3262060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pyshell.py 2025-10-10T02:10:55.3262680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/stackviewer.py 2025-10-10T02:10:55.3263370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/statusbar.py 2025-10-10T02:10:55.3264030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/run.py 2025-10-10T02:10:55.3264790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autoexpand.py 2025-10-10T02:10:55.3265610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/codecontext.py 2025-10-10T02:10:55.3266380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help.html 2025-10-10T02:10:55.3267150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/configdialog.py 2025-10-10T02:10:55.3267780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config.py 2025-10-10T02:10:55.3268380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help_about.py 2025-10-10T02:10:55.3268990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/TODO.txt 2025-10-10T02:10:55.3269490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugobj.py 2025-10-10T02:10:55.3270030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/query.py 2025-10-10T02:10:55.3270610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/window.py 2025-10-10T02:10:55.3271150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/extend.txt 2025-10-10T02:10:55.3271700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/ChangeLog 2025-10-10T02:10:55.3272310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/searchbase.py 2025-10-10T02:10:55.3272820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/util.py 2025-10-10T02:10:55.3273460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/colorizer.py 2025-10-10T02:10:55.3274020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/redirector.py 2025-10-10T02:10:55.3274610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config_key.py 2025-10-10T02:10:55.3275220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/calltip_w.py 2025-10-10T02:10:55.3275850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/runscript.py 2025-10-10T02:10:55.3276350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/delegator.py 2025-10-10T02:10:55.3276900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.pyw 2025-10-10T02:10:55.3277470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__init__.py 2025-10-10T02:10:55.3278010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/format.py 2025-10-10T02:10:55.3278570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/textview.py 2025-10-10T02:10:55.3279110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/grep.py 2025-10-10T02:10:55.3279940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/browser.cpython-313.pyc 2025-10-10T02:10:55.3280680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pyparse.cpython-313.pyc 2025-10-10T02:10:55.3281480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/zoomheight.cpython-313.pyc 2025-10-10T02:10:55.3282210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/search.cpython-313.pyc 2025-10-10T02:10:55.3282930Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pyshell.cpython-313.pyc 2025-10-10T02:10:55.3283700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/help_about.cpython-313.pyc 2025-10-10T02:10:55.3284430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.3285220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/searchbase.cpython-313.pyc 2025-10-10T02:10:55.3285900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/window.cpython-313.pyc 2025-10-10T02:10:55.3286860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/redirector.cpython-313.pyc 2025-10-10T02:10:55.3287380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/rpc.cpython-313.pyc 2025-10-10T02:10:55.3288150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/config_key.cpython-313.pyc 2025-10-10T02:10:55.3288870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/grep.cpython-313.pyc 2025-10-10T02:10:55.3289650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/multicall.cpython-313.pyc 2025-10-10T02:10:55.3290510Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/dynoption.cpython-313.pyc 2025-10-10T02:10:55.3291190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/delegator.cpython-313.pyc 2025-10-10T02:10:55.3291960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/filelist.cpython-313.pyc 2025-10-10T02:10:55.3292740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/statusbar.cpython-313.pyc 2025-10-10T02:10:55.3295230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/replace.cpython-313.pyc 2025-10-10T02:10:55.3295920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/squeezer.cpython-313.pyc 2025-10-10T02:10:55.3296650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/outwin.cpython-313.pyc 2025-10-10T02:10:55.3297400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/editor.cpython-313.pyc 2025-10-10T02:10:55.3298130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/idle.cpython-313.pyc 2025-10-10T02:10:55.3298940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugobj_r.cpython-313.pyc 2025-10-10T02:10:55.3299710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/history.cpython-313.pyc 2025-10-10T02:10:55.3300580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/stackviewer.cpython-313.pyc 2025-10-10T02:10:55.3301340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugger.cpython-313.pyc 2025-10-10T02:10:55.3302180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autocomplete.cpython-313.pyc 2025-10-10T02:10:55.3303050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/codecontext.cpython-313.pyc 2025-10-10T02:10:55.3303810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/macosx.cpython-313.pyc 2025-10-10T02:10:55.3304650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/pathbrowser.cpython-313.pyc 2025-10-10T02:10:55.3305420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/format.cpython-313.pyc 2025-10-10T02:10:55.3306240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/percolator.cpython-313.pyc 2025-10-10T02:10:55.3306990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/tree.cpython-313.pyc 2025-10-10T02:10:55.3307790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/sidebar.cpython-313.pyc 2025-10-10T02:10:55.3308530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/undo.cpython-313.pyc 2025-10-10T02:10:55.3309330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/calltip.cpython-313.pyc 2025-10-10T02:10:55.3310130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugobj.cpython-313.pyc 2025-10-10T02:10:55.3310900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/help.cpython-313.pyc 2025-10-10T02:10:55.3311640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/run.cpython-313.pyc 2025-10-10T02:10:55.3312500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/parenmatch.cpython-313.pyc 2025-10-10T02:10:55.3313350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/util.cpython-313.pyc 2025-10-10T02:10:55.3314120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autoexpand.cpython-313.pyc 2025-10-10T02:10:55.3314850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/tooltip.cpython-313.pyc 2025-10-10T02:10:55.3315600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/iomenu.cpython-313.pyc 2025-10-10T02:10:55.3316340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/textview.cpython-313.pyc 2025-10-10T02:10:55.3317170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/hyperparser.cpython-313.pyc 2025-10-10T02:10:55.3318180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/calltip_w.cpython-313.pyc 2025-10-10T02:10:55.3318890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/scrolledlist.cpython-313.pyc 2025-10-10T02:10:55.3319700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/searchengine.cpython-313.pyc 2025-10-10T02:10:55.3320420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3321190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/colorizer.cpython-313.pyc 2025-10-10T02:10:55.3321910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/zzdummy.cpython-313.pyc 2025-10-10T02:10:55.3322690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3323450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/runscript.cpython-313.pyc 2025-10-10T02:10:55.3324260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/autocomplete_w.cpython-313.pyc 2025-10-10T02:10:55.3325000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/configdialog.cpython-313.pyc 2025-10-10T02:10:55.3325780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/debugger_r.cpython-313.pyc 2025-10-10T02:10:55.3326540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/mainmenu.cpython-313.pyc 2025-10-10T02:10:55.3327310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__pycache__/query.cpython-313.pyc 2025-10-10T02:10:55.3327850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/tooltip.py 2025-10-10T02:10:55.3328500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pathbrowser.py 2025-10-10T02:10:55.3329090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugger.py 2025-10-10T02:10:55.3329760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-main.def 2025-10-10T02:10:55.3330360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/CREDITS.txt 2025-10-10T02:10:55.3330960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/browser.py 2025-10-10T02:10:55.3331570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/pyparse.py 2025-10-10T02:10:55.3332230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/macosx.py 2025-10-10T02:10:55.3332890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/scrolledlist.py 2025-10-10T02:10:55.3333430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/searchengine.py 2025-10-10T02:10:55.3333950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/rpc.py 2025-10-10T02:10:55.3334540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/percolator.py 2025-10-10T02:10:55.3335090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/outwin.py 2025-10-10T02:10:55.3335690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-keys.def 2025-10-10T02:10:55.3336320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/plusnode.gif 2025-10-10T02:10:55.3336950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/folder.gif 2025-10-10T02:10:55.3337640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_48.png 2025-10-10T02:10:55.3338180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_32.gif 2025-10-10T02:10:55.3338780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_16.png 2025-10-10T02:10:55.3339340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/tk.gif 2025-10-10T02:10:55.3341880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/openfolder.gif 2025-10-10T02:10:55.3342380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_48.gif 2025-10-10T02:10:55.3343030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/minusnode.gif 2025-10-10T02:10:55.3343740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/python.gif 2025-10-10T02:10:55.3344240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_32.png 2025-10-10T02:10:55.3344850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/README.txt 2025-10-10T02:10:55.3345480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle.ico 2025-10-10T02:10:55.3346070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_16.gif 2025-10-10T02:10:55.3346700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/Icons/idle_256.png 2025-10-10T02:10:55.3347380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/example_noext 2025-10-10T02:10:55.3348030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_macosx.py 2025-10-10T02:10:55.3348820Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autocomplete.py 2025-10-10T02:10:55.3349460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_outwin.py 2025-10-10T02:10:55.3350170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autocomplete_w.py 2025-10-10T02:10:55.3350850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugger_r.py 2025-10-10T02:10:55.3351540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_textview.py 2025-10-10T02:10:55.3352160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_tree.py 2025-10-10T02:10:55.3352870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugobj_r.py 2025-10-10T02:10:55.3353530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_sidebar.py 2025-10-10T02:10:55.3354280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_iomenu.py 2025-10-10T02:10:55.3354910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pyshell.py 2025-10-10T02:10:55.3355590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pathbrowser.py 2025-10-10T02:10:55.3356280Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_parenmatch.py 2025-10-10T02:10:55.3356940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_search.py 2025-10-10T02:10:55.3357620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_filelist.py 2025-10-10T02:10:55.3358300Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_mainmenu.py 2025-10-10T02:10:55.3359020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_percolator.py 2025-10-10T02:10:55.3359670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_warning.py 2025-10-10T02:10:55.3360270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/htest.py 2025-10-10T02:10:55.3360970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_editor.py 2025-10-10T02:10:55.3361680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_searchengine.py 2025-10-10T02:10:55.3362380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_stackviewer.py 2025-10-10T02:10:55.3363120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_run.py 2025-10-10T02:10:55.3363700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_tooltip.py 2025-10-10T02:10:55.3364410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_scrolledlist.py 2025-10-10T02:10:55.3365070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_editmenu.py 2025-10-10T02:10:55.3365700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_grep.py 2025-10-10T02:10:55.3366380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugobj.py 2025-10-10T02:10:55.3367200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_codecontext.py 2025-10-10T02:10:55.3367790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__init__.py 2025-10-10T02:10:55.3368670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_zoomheight.py 2025-10-10T02:10:55.3369720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/tkinter_testing_utils.py 2025-10-10T02:10:55.3370780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_help.cpython-313.pyc 2025-10-10T02:10:55.3371790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_undo.cpython-313.pyc 2025-10-10T02:10:55.3373110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_tooltip.cpython-313.pyc 2025-10-10T02:10:55.3374330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/tkinter_testing_utils.cpython-313.pyc 2025-10-10T02:10:55.3375250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_percolator.cpython-313.pyc 2025-10-10T02:10:55.3376230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_tree.cpython-313.pyc 2025-10-10T02:10:55.3377180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_editor.cpython-313.pyc 2025-10-10T02:10:55.3378310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_warning.cpython-313.pyc 2025-10-10T02:10:55.3379590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_outwin.cpython-313.pyc 2025-10-10T02:10:55.3380980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_sidebar.cpython-313.pyc 2025-10-10T02:10:55.3381990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_macosx.cpython-313.pyc 2025-10-10T02:10:55.3383240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_mainmenu.cpython-313.pyc 2025-10-10T02:10:55.3384260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_format.cpython-313.pyc 2025-10-10T02:10:55.3385210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_query.cpython-313.pyc 2025-10-10T02:10:55.3386220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_util.cpython-313.pyc 2025-10-10T02:10:55.3387520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip.cpython-313.pyc 2025-10-10T02:10:55.3388630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_hyperparser.cpython-313.pyc 2025-10-10T02:10:55.3389770Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj_r.cpython-313.pyc 2025-10-10T02:10:55.3390760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_zzdummy.cpython-313.pyc 2025-10-10T02:10:55.3391800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_run.cpython-313.pyc 2025-10-10T02:10:55.3392880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_search.cpython-313.pyc 2025-10-10T02:10:55.3396530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_searchbase.cpython-313.pyc 2025-10-10T02:10:55.3397240Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_colorizer.cpython-313.pyc 2025-10-10T02:10:55.3398310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_help_about.cpython-313.pyc 2025-10-10T02:10:55.3399580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugobj.cpython-313.pyc 2025-10-10T02:10:55.3400760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_configdialog.cpython-313.pyc 2025-10-10T02:10:55.3401700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_runscript.cpython-313.pyc 2025-10-10T02:10:55.3402780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_redirector.cpython-313.pyc 2025-10-10T02:10:55.3404150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_config_key.cpython-313.pyc 2025-10-10T02:10:55.3405270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_searchengine.cpython-313.pyc 2025-10-10T02:10:55.3406480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_textview.cpython-313.pyc 2025-10-10T02:10:55.3407530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_window.cpython-313.pyc 2025-10-10T02:10:55.3408500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/mock_idle.cpython-313.pyc 2025-10-10T02:10:55.3409540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_config.cpython-313.pyc 2025-10-10T02:10:55.3410520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/template.cpython-313.pyc 2025-10-10T02:10:55.3411460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_calltip_w.cpython-313.pyc 2025-10-10T02:10:55.3412390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_scrolledlist.cpython-313.pyc 2025-10-10T02:10:55.3413330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_zoomheight.cpython-313.pyc 2025-10-10T02:10:55.3416830Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_codecontext.cpython-313.pyc 2025-10-10T02:10:55.3417550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger_r.cpython-313.pyc 2025-10-10T02:10:55.3418430Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_multicall.cpython-313.pyc 2025-10-10T02:10:55.3419350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-313.pyc 2025-10-10T02:10:55.3420220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_delegator.cpython-313.pyc 2025-10-10T02:10:55.3421090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_statusbar.cpython-313.pyc 2025-10-10T02:10:55.3421940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_squeezer.cpython-313.pyc 2025-10-10T02:10:55.3422780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_grep.cpython-313.pyc 2025-10-10T02:10:55.3423680Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_browser.cpython-313.pyc 2025-10-10T02:10:55.3424590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete_w.cpython-313.pyc 2025-10-10T02:10:55.3425420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pyparse.cpython-313.pyc 2025-10-10T02:10:55.3426450Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_stackviewer.cpython-313.pyc 2025-10-10T02:10:55.3427380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_debugger.cpython-313.pyc 2025-10-10T02:10:55.3428460Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_pyshell.cpython-313.pyc 2025-10-10T02:10:55.3429560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autocomplete.cpython-313.pyc 2025-10-10T02:10:55.3430480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/htest.cpython-313.pyc 2025-10-10T02:10:55.3431650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_autoexpand.cpython-313.pyc 2025-10-10T02:10:55.3432740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_rpc.cpython-313.pyc 2025-10-10T02:10:55.3433950Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_editmenu.cpython-313.pyc 2025-10-10T02:10:55.3435010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_filelist.cpython-313.pyc 2025-10-10T02:10:55.3436050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_replace.cpython-313.pyc 2025-10-10T02:10:55.3437190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_text.cpython-313.pyc 2025-10-10T02:10:55.3438270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3439410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_iomenu.cpython-313.pyc 2025-10-10T02:10:55.3440650Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_parenmatch.cpython-313.pyc 2025-10-10T02:10:55.3441880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/test_history.cpython-313.pyc 2025-10-10T02:10:55.3442860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/__pycache__/mock_tk.cpython-313.pyc 2025-10-10T02:10:55.3443690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_util.py 2025-10-10T02:10:55.3444540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_undo.py 2025-10-10T02:10:55.3445420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/mock_idle.py 2025-10-10T02:10:55.3446410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_hyperparser.py 2025-10-10T02:10:55.3447310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_redirector.py 2025-10-10T02:10:55.3448150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_config_key.py 2025-10-10T02:10:55.3449020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_searchbase.py 2025-10-10T02:10:55.3449880Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_text.py 2025-10-10T02:10:55.3450660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_pyparse.py 2025-10-10T02:10:55.3451480Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_statusbar.py 2025-10-10T02:10:55.3452320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_browser.py 2025-10-10T02:10:55.3453100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_config.py 2025-10-10T02:10:55.3453920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_multicall.py 2025-10-10T02:10:55.3454700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_window.py 2025-10-10T02:10:55.3455530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/template.py 2025-10-10T02:10:55.3456330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_query.py 2025-10-10T02:10:55.3457090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/README.txt 2025-10-10T02:10:55.3458190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_autoexpand.py 2025-10-10T02:10:55.3458920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_zzdummy.py 2025-10-10T02:10:55.3459750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_debugger.py 2025-10-10T02:10:55.3460640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_rpc.py 2025-10-10T02:10:55.3461470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_replace.py 2025-10-10T02:10:55.3462350Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_history.py 2025-10-10T02:10:55.3463170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_calltip_w.py 2025-10-10T02:10:55.3464060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/example_stub.pyi 2025-10-10T02:10:55.3465030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_calltip.py 2025-10-10T02:10:55.3466020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_delegator.py 2025-10-10T02:10:55.3466890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_format.py 2025-10-10T02:10:55.3468050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_runscript.py 2025-10-10T02:10:55.3468970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_help.py 2025-10-10T02:10:55.3470090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_help_about.py 2025-10-10T02:10:55.3470870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/mock_tk.py 2025-10-10T02:10:55.3471700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_colorizer.py 2025-10-10T02:10:55.3472610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_configdialog.py 2025-10-10T02:10:55.3473420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle_test/test_squeezer.py 2025-10-10T02:10:55.3476530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/undo.py 2025-10-10T02:10:55.3477220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/squeezer.py 2025-10-10T02:10:55.3477890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/iomenu.py 2025-10-10T02:10:55.3478660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/zoomheight.py 2025-10-10T02:10:55.3479290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/search.py 2025-10-10T02:10:55.3480080Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/NEWS2x.txt 2025-10-10T02:10:55.3481210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/README.txt 2025-10-10T02:10:55.3482100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/HISTORY.txt 2025-10-10T02:10:55.3483060Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugger_r.py 2025-10-10T02:10:55.3483740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/editor.py 2025-10-10T02:10:55.3484760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/dynoption.py 2025-10-10T02:10:55.3485330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autocomplete_w.py 2025-10-10T02:10:55.3486190Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/calltip.py 2025-10-10T02:10:55.3486890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/News3.txt 2025-10-10T02:10:55.3487790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/autocomplete.py 2025-10-10T02:10:55.3488540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/hyperparser.py 2025-10-10T02:10:55.3489370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-extensions.def 2025-10-10T02:10:55.3490000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/help.py 2025-10-10T02:10:55.3490740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/parenmatch.py 2025-10-10T02:10:55.3491570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/zzdummy.py 2025-10-10T02:10:55.3492210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/__main__.py 2025-10-10T02:10:55.3493120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/config-highlight.def 2025-10-10T02:10:55.3493790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/idle.bat 2025-10-10T02:10:55.3494520Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/history.py 2025-10-10T02:10:55.3495290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/debugobj_r.py 2025-10-10T02:10:55.3496050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/idlelib/replace.py 2025-10-10T02:10:55.3496850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__init__.py 2025-10-10T02:10:55.3497690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/_pydoc.css 2025-10-10T02:10:55.3498640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__pycache__/topics.cpython-313.pyc 2025-10-10T02:10:55.3499730Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3500400Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/pydoc_data/topics.py 2025-10-10T02:10:55.3500910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ssl.py 2025-10-10T02:10:55.3501570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/socket.py 2025-10-10T02:10:55.3502320Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/datetime.py 2025-10-10T02:10:55.3503140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_android_support.py 2025-10-10T02:10:55.3503960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/collections/__init__.py 2025-10-10T02:10:55.3504970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3505640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_pydecimal.py 2025-10-10T02:10:55.3506310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/ntpath.py 2025-10-10T02:10:55.3507340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_sysconfigdata__darwin_darwin.py.orig 2025-10-10T02:10:55.3507970Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/tokenize.py 2025-10-10T02:10:55.3508660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/uuid.py 2025-10-10T02:10:55.3509390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/mixins.py 2025-10-10T02:10:55.3510160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/queues.py 2025-10-10T02:10:55.3511010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/streams.py 2025-10-10T02:10:55.3511710Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/tasks.py 2025-10-10T02:10:55.3512490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/selector_events.py 2025-10-10T02:10:55.3513130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/log.py 2025-10-10T02:10:55.3513920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/taskgroups.py 2025-10-10T02:10:55.3514720Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/protocols.py 2025-10-10T02:10:55.3515420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/events.py 2025-10-10T02:10:55.3516150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_events.py 2025-10-10T02:10:55.3516960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/subprocess.py 2025-10-10T02:10:55.3517700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/constants.py 2025-10-10T02:10:55.3518620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/proactor_events.py 2025-10-10T02:10:55.3519490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/format_helpers.py 2025-10-10T02:10:55.3520130Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/locks.py 2025-10-10T02:10:55.3520940Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__init__.py 2025-10-10T02:10:55.3521600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/timeouts.py 2025-10-10T02:10:55.3522330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/trsock.py 2025-10-10T02:10:55.3523630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/trsock.cpython-313.pyc 2025-10-10T02:10:55.3524870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/windows_events.cpython-313.pyc 2025-10-10T02:10:55.3526050Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_events.cpython-313.pyc 2025-10-10T02:10:55.3528910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/timeouts.cpython-313.pyc 2025-10-10T02:10:55.3529980Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/transports.cpython-313.pyc 2025-10-10T02:10:55.3531140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/futures.cpython-313.pyc 2025-10-10T02:10:55.3532010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/sslproto.cpython-313.pyc 2025-10-10T02:10:55.3533090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/format_helpers.cpython-313.pyc 2025-10-10T02:10:55.3534090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/coroutines.cpython-313.pyc 2025-10-10T02:10:55.3535180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/selector_events.cpython-313.pyc 2025-10-10T02:10:55.3536390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/tasks.cpython-313.pyc 2025-10-10T02:10:55.3537540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/runners.cpython-313.pyc 2025-10-10T02:10:55.3538590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_tasks.cpython-313.pyc 2025-10-10T02:10:55.3539700Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_futures.cpython-313.pyc 2025-10-10T02:10:55.3540580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/threads.cpython-313.pyc 2025-10-10T02:10:55.3541640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/windows_utils.cpython-313.pyc 2025-10-10T02:10:55.3542610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/staggered.cpython-313.pyc 2025-10-10T02:10:55.3543530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/streams.cpython-313.pyc 2025-10-10T02:10:55.3544660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/exceptions.cpython-313.pyc 2025-10-10T02:10:55.3545670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/taskgroups.cpython-313.pyc 2025-10-10T02:10:55.3546630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/protocols.cpython-313.pyc 2025-10-10T02:10:55.3547690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/unix_events.cpython-313.pyc 2025-10-10T02:10:55.3548570Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/queues.cpython-313.pyc 2025-10-10T02:10:55.3549420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/log.cpython-313.pyc 2025-10-10T02:10:55.3550340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/constants.cpython-313.pyc 2025-10-10T02:10:55.3551310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/locks.cpython-313.pyc 2025-10-10T02:10:55.3552270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/mixins.cpython-313.pyc 2025-10-10T02:10:55.3553270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/proactor_events.cpython-313.pyc 2025-10-10T02:10:55.3554250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/events.cpython-313.pyc 2025-10-10T02:10:55.3555340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/base_subprocess.cpython-313.pyc 2025-10-10T02:10:55.3556200Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/__main__.cpython-313.pyc 2025-10-10T02:10:55.3557290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3558180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__pycache__/subprocess.cpython-313.pyc 2025-10-10T02:10:55.3558790Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/futures.py 2025-10-10T02:10:55.3559610Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/sslproto.py 2025-10-10T02:10:55.3560500Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/staggered.py 2025-10-10T02:10:55.3561230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/threads.py 2025-10-10T02:10:55.3562070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_subprocess.py 2025-10-10T02:10:55.3562800Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/windows_utils.py 2025-10-10T02:10:55.3563590Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/runners.py 2025-10-10T02:10:55.3564260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/exceptions.py 2025-10-10T02:10:55.3565030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/transports.py 2025-10-10T02:10:55.3565860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_tasks.py 2025-10-10T02:10:55.3566540Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/coroutines.py 2025-10-10T02:10:55.3567310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/windows_events.py 2025-10-10T02:10:55.3568170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/base_futures.py 2025-10-10T02:10:55.3568920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/__main__.py 2025-10-10T02:10:55.3569690Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/asyncio/unix_events.py 2025-10-10T02:10:55.3570360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/config.py 2025-10-10T02:10:55.3571090Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/handlers.py 2025-10-10T02:10:55.3571810Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__init__.py 2025-10-10T02:10:55.3572990Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/config.cpython-313.pyc 2025-10-10T02:10:55.3574010Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/handlers.cpython-313.pyc 2025-10-10T02:10:55.3574920Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/logging/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3575550Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/__hello__.py 2025-10-10T02:10:55.3576270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/_colorize.py 2025-10-10T02:10:55.3577180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/contentmanager.py 2025-10-10T02:10:55.3577870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_policybase.py 2025-10-10T02:10:55.3578530Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/header.py 2025-10-10T02:10:55.3579420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_encoded_words.py 2025-10-10T02:10:55.3580180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_header_value_parser.py 2025-10-10T02:10:55.3581030Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/policy.py 2025-10-10T02:10:55.3581630Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__init__.py 2025-10-10T02:10:55.3582170Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/message.py 2025-10-10T02:10:55.3582740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/encoders.py 2025-10-10T02:10:55.3585740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/base64mime.cpython-313.pyc 2025-10-10T02:10:55.3586410Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/policy.cpython-313.pyc 2025-10-10T02:10:55.3587210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/quoprimime.cpython-313.pyc 2025-10-10T02:10:55.3588000Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_policybase.cpython-313.pyc 2025-10-10T02:10:55.3588760Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/generator.cpython-313.pyc 2025-10-10T02:10:55.3589420Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/message.cpython-313.pyc 2025-10-10T02:10:55.3590150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/header.cpython-313.pyc 2025-10-10T02:10:55.3590890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/iterators.cpython-313.pyc 2025-10-10T02:10:55.3591660Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/feedparser.cpython-313.pyc 2025-10-10T02:10:55.3592390Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/encoders.cpython-313.pyc 2025-10-10T02:10:55.3593230Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/errors.cpython-313.pyc 2025-10-10T02:10:55.3594180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/utils.cpython-313.pyc 2025-10-10T02:10:55.3595270Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/contentmanager.cpython-313.pyc 2025-10-10T02:10:55.3596180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_parseaddr.cpython-313.pyc 2025-10-10T02:10:55.3597020Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/charset.cpython-313.pyc 2025-10-10T02:10:55.3598160Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/headerregistry.cpython-313.pyc 2025-10-10T02:10:55.3599260Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_encoded_words.cpython-313.pyc 2025-10-10T02:10:55.3602470Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/_header_value_parser.cpython-313.pyc 2025-10-10T02:10:55.3603250Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3604210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/__pycache__/parser.cpython-313.pyc 2025-10-10T02:10:55.3604870Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/parser.py 2025-10-10T02:10:55.3605560Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/generator.py 2025-10-10T02:10:55.3606370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/utils.py 2025-10-10T02:10:55.3607110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/charset.py 2025-10-10T02:10:55.3607780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/iterators.py 2025-10-10T02:10:55.3608580Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/quoprimime.py 2025-10-10T02:10:55.3609380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/multipart.py 2025-10-10T02:10:55.3610100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__init__.py 2025-10-10T02:10:55.3610860Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/message.py 2025-10-10T02:10:55.3612210Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/multipart.cpython-313.pyc 2025-10-10T02:10:55.3613140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/base.cpython-313.pyc 2025-10-10T02:10:55.3614220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/image.cpython-313.pyc 2025-10-10T02:10:55.3615150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/message.cpython-313.pyc 2025-10-10T02:10:55.3616150Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/audio.cpython-313.pyc 2025-10-10T02:10:55.3617120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/text.cpython-313.pyc 2025-10-10T02:10:55.3618100Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/application.cpython-313.pyc 2025-10-10T02:10:55.3619110Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/nonmultipart.cpython-313.pyc 2025-10-10T02:10:55.3620340Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3621140Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/application.py 2025-10-10T02:10:55.3621740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/nonmultipart.py 2025-10-10T02:10:55.3622360Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/text.py 2025-10-10T02:10:55.3623220Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/audio.py 2025-10-10T02:10:55.3623910Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/image.py 2025-10-10T02:10:55.3624620Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/mime/base.py 2025-10-10T02:10:55.3625290Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/errors.py 2025-10-10T02:10:55.3626070Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/feedparser.py 2025-10-10T02:10:55.3626890Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/architecture.rst 2025-10-10T02:10:55.3627670Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/_parseaddr.py 2025-10-10T02:10:55.3628370Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/base64mime.py 2025-10-10T02:10:55.3629180Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/email/headerregistry.py 2025-10-10T02:10:55.3629780Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/struct.py 2025-10-10T02:10:55.3630600Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_constants.py 2025-10-10T02:10:55.3631310Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_compiler.py 2025-10-10T02:10:55.3631960Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__init__.py 2025-10-10T02:10:55.3632900Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc 2025-10-10T02:10:55.3633850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc 2025-10-10T02:10:55.3634750Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc 2025-10-10T02:10:55.3635640Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc 2025-10-10T02:10:55.3636490Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc 2025-10-10T02:10:55.3637120Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_casefix.py 2025-10-10T02:10:55.3637740Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/re/_parser.py 2025-10-10T02:10:55.3638330Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/sre_parse.py 2025-10-10T02:10:55.3638850Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/abc.py 2025-10-10T02:10:55.3639380Z /opt/homebrew/Caskroom/miniconda/base/lib/python3.13/runpy.py 2025-10-10T02:10:55.3639850Z /opt/homebrew/Caskroom/miniconda/base/lib/libpanelw.a 2025-10-10T02:10:55.3640300Z /opt/homebrew/Caskroom/miniconda/base/LICENSE.txt 2025-10-10T02:10:55.3640730Z /opt/homebrew/Caskroom/miniconda/base/.nonadmin 2025-10-10T02:10:55.3641450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/libarchive-formats.5 2025-10-10T02:10:55.3641960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/mtree.5 2025-10-10T02:10:55.3642640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/cpio.5 2025-10-10T02:10:55.3643330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man5/tar.5 2025-10-10T02:10:55.3644120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_format.3 2025-10-10T02:10:55.3644900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_del.3 2025-10-10T02:10:55.3645620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_disk.3 2025-10-10T02:10:55.3646430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_statvfs.3 2025-10-10T02:10:55.3647070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_expand_string.3 2025-10-10T02:10:55.3647750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv.3 2025-10-10T02:10:55.3648730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_set_passphrase.3 2025-10-10T02:10:55.3649370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/history.3 2025-10-10T02:10:55.3650050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_read.3 2025-10-10T02:10:55.3652930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-history.3 2025-10-10T02:10:55.3653760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_get_channel.3 2025-10-10T02:10:55.3654780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_get_exit_status.3 2025-10-10T02:10:55.3655350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers.3 2025-10-10T02:10:55.3655940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_mapping.3 2025-10-10T02:10:55.3656740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_method_pref.3 2025-10-10T02:10:55.3657300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_init.3 2025-10-10T02:10:55.3657910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_reinit.3 2025-10-10T02:10:55.3658730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_new.3 2025-10-10T02:10:55.3659340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_init.3 2025-10-10T02:10:55.3660200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt_cnt.3 2025-10-10T02:10:55.3660890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_ip4.3 2025-10-10T02:10:55.3661760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_handle_extended_data2.3 2025-10-10T02:10:55.3662520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_callback_set.3 2025-10-10T02:10:55.3663230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_setenv_ex.3 2025-10-10T02:10:55.3664020Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_open.3 2025-10-10T02:10:55.3664650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_ex.3 2025-10-10T02:10:55.3665250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue.3 2025-10-10T02:10:55.3666000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u16.3 2025-10-10T02:10:55.3666890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_startup.3 2025-10-10T02:10:55.3667700Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_search_dnsrec.3 2025-10-10T02:10:55.3673260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_extract.3 2025-10-10T02:10:55.3673600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_destroy.3 2025-10-10T02:10:55.3673910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_util.3 2025-10-10T02:10:55.3674290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_call.3 2025-10-10T02:10:55.3674620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_get_identity.3 2025-10-10T02:10:55.3674960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_blocksize.3 2025-10-10T02:10:55.3675330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_password.3 2025-10-10T02:10:55.3675660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_parse.3 2025-10-10T02:10:55.3676010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_seek.3 2025-10-10T02:10:55.3676370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_open_ex.3 2025-10-10T02:10:55.3676750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_inet_pton.3 2025-10-10T02:10:55.3677480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_subsystem.3 2025-10-10T02:10:55.3678360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rewind.3 2025-10-10T02:10:55.3679320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_last_error.3 2025-10-10T02:10:55.3680220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty.3 2025-10-10T02:10:55.3680900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process.3 2025-10-10T02:10:55.3681920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_ex.3 2025-10-10T02:10:55.3682460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_create_query.3 2025-10-10T02:10:55.3683220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_banner_set.3 2025-10-10T02:10:55.3684250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_auth_agent.3 2025-10-10T02:10:55.3685270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_destroy.3 2025-10-10T02:10:55.3685890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_svcb_param_t.3 2025-10-10T02:10:55.3686600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_csv.3 2025-10-10T02:10:55.3687420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_supported_algs.3 2025-10-10T02:10:55.3688170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_shutdown.3 2025-10-10T02:10:55.3688910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_check.3 2025-10-10T02:10:55.3689820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_free.3 2025-10-10T02:10:55.3690670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_add.3 2025-10-10T02:10:55.3691390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write.3 2025-10-10T02:10:55.3692200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_stat.3 2025-10-10T02:10:55.3692970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_t.3 2025-10-10T02:10:55.3693730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt_byid.3 2025-10-10T02:10:55.3694460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_init.3 2025-10-10T02:10:55.3695320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_tostr.3 2025-10-10T02:10:55.3696010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_string.3 2025-10-10T02:10:55.3696820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_posix_rename.3 2025-10-10T02:10:55.3697640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_create.3 2025-10-10T02:10:55.3698420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_connect.3 2025-10-10T02:10:55.3699040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getsock.3 2025-10-10T02:10:55.3699850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u16.3 2025-10-10T02:10:55.3700580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_addr6.3 2025-10-10T02:10:55.3703470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_mkquery.3 2025-10-10T02:10:55.3704030Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_write.3 2025-10-10T02:10:55.3704780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_handshake.3 2025-10-10T02:10:55.3705630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_del_opt_byid.3 2025-10-10T02:10:55.3706450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_fromstr.3 2025-10-10T02:10:55.3707270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_misc.3 2025-10-10T02:10:55.3708110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_list_free.3 2025-10-10T02:10:55.3708770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-bindings.3 2025-10-10T02:10:55.3709690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_ports_csv.3 2025-10-10T02:10:55.3710470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_free.3 2025-10-10T02:10:55.3711210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_freeaddrinfo.3 2025-10-10T02:10:55.3711970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_writeline.3 2025-10-10T02:10:55.3712830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_mkdir.3 2025-10-10T02:10:55.3713550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_symlink.3 2025-10-10T02:10:55.3714280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-constantids.3 2025-10-10T02:10:55.3714940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_exec.3 2025-10-10T02:10:55.3715740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_opendir.3 2025-10-10T02:10:55.3716740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_receive_window_adjust2.3 2025-10-10T02:10:55.3717260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_close.3 2025-10-10T02:10:55.3718100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_filter.3 2025-10-10T02:10:55.3718880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_destroy_options.3 2025-10-10T02:10:55.3719580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_data.3 2025-10-10T02:10:55.3720320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_prep_cif_var.3 2025-10-10T02:10:55.3721250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_listen.3 2025-10-10T02:10:55.3721990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_get.3 2025-10-10T02:10:55.3722890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_close.3 2025-10-10T02:10:55.3723460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_fds.3 2025-10-10T02:10:55.3724250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyname.3 2025-10-10T02:10:55.3725100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush_stderr.3 2025-10-10T02:10:55.3725900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_last_error.3 2025-10-10T02:10:55.3726590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_abin.3 2025-10-10T02:10:55.3727330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_init_options.3 2025-10-10T02:10:55.3728230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_process_startup.3 2025-10-10T02:10:55.3728880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_keys.3 2025-10-10T02:10:55.3729670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_userauth.3 2025-10-10T02:10:55.3730420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_type.3 2025-10-10T02:10:55.3731050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_timeout.3 2025-10-10T02:10:55.3731850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_add.3 2025-10-10T02:10:55.3732570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getnameinfo.3 2025-10-10T02:10:55.3733240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_trace.3 2025-10-10T02:10:55.3734160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_timeout.3 2025-10-10T02:10:55.3734800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_dev.3 2025-10-10T02:10:55.3735590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_disk.3 2025-10-10T02:10:55.3736490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_banner_set.3 2025-10-10T02:10:55.3737100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read.3 2025-10-10T02:10:55.3737880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_unlink_ex.3 2025-10-10T02:10:55.3738670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_open_into.3 2025-10-10T02:10:55.3739470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_close.3 2025-10-10T02:10:55.3740340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_section_t.3 2025-10-10T02:10:55.3741080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyname_file.3 2025-10-10T02:10:55.3742100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_pending_write.3 2025-10-10T02:10:55.3742930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_close_handle.3 2025-10-10T02:10:55.3743610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send_ex.3 2025-10-10T02:10:55.3744430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers_csv.3 2025-10-10T02:10:55.3745310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write_ex.3 2025-10-10T02:10:55.3746160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_get_datatype.3 2025-10-10T02:10:55.3746880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_shell.3 2025-10-10T02:10:55.3747800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_init.3 2025-10-10T02:10:55.3748670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_list.3 2025-10-10T02:10:55.3749480Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opcode_t.3 2025-10-10T02:10:55.3750370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_signal_ex.3 2025-10-10T02:10:55.3751160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read_stderr.3 2025-10-10T02:10:55.3751890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_set_id.3 2025-10-10T02:10:55.3754740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers_ports.3 2025-10-10T02:10:55.3755250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_read_ex.3 2025-10-10T02:10:55.3755820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_get_name.3 2025-10-10T02:10:55.3756330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_free.3 2025-10-10T02:10:55.3756850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr.3 2025-10-10T02:10:55.3757460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_soa_reply.3 2025-10-10T02:10:55.3758120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_naptr_reply.3 2025-10-10T02:10:55.3758670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_stat.3 2025-10-10T02:10:55.3759340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_to_rec_type.3 2025-10-10T02:10:55.3759960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_addc.3 2025-10-10T02:10:55.3760650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_a_reply.3 2025-10-10T02:10:55.3761300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_open_session.3 2025-10-10T02:10:55.3762010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_configure_callback.3 2025-10-10T02:10:55.3762530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_open.3 2025-10-10T02:10:55.3763210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_readline.3 2025-10-10T02:10:55.3763950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_set_identity_path.3 2025-10-10T02:10:55.3764400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_opt_param_t.3 2025-10-10T02:10:55.3767200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_banner_get.3 2025-10-10T02:10:55.3767720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_id.3 2025-10-10T02:10:55.3768360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_checkp.3 2025-10-10T02:10:55.3769070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_ignore_extended_data.3 2025-10-10T02:10:55.3769660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_write.3 2025-10-10T02:10:55.3770320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_cancel.3 2025-10-10T02:10:55.3770870Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rcode_tostr.3 2025-10-10T02:10:55.3771460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_format.3 2025-10-10T02:10:55.3772090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_add_ex.3 2025-10-10T02:10:55.3772690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_keepalive_config.3 2025-10-10T02:10:55.3773290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rmdir.3 2025-10-10T02:10:55.3774070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_disconnect.3 2025-10-10T02:10:55.3774620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_symlink_ex.3 2025-10-10T02:10:55.3775200Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_pending_write_cb.3 2025-10-10T02:10:55.3775800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_ttl.3 2025-10-10T02:10:55.3776220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ev.3 2025-10-10T02:10:55.3776830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_paths.3 2025-10-10T02:10:55.3777360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi_prep_cif.3 2025-10-10T02:10:55.3777900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_version.3 2025-10-10T02:10:55.3778520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_name.3 2025-10-10T02:10:55.3779000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ffi.3 2025-10-10T02:10:55.3779620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_unlink.3 2025-10-10T02:10:55.3780160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_t.3 2025-10-10T02:10:55.3780750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send.3 2025-10-10T02:10:55.3781360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_init_android.3 2025-10-10T02:10:55.3781890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_strerror.3 2025-10-10T02:10:55.3782550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey.3 2025-10-10T02:10:55.3783120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_filter.3 2025-10-10T02:10:55.3783680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open.3 2025-10-10T02:10:55.3784320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rmdir_ex.3 2025-10-10T02:10:55.3784930Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_base64_decode.3 2025-10-10T02:10:55.3785470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sign_sk.3 2025-10-10T02:10:55.3786040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_lstat.3 2025-10-10T02:10:55.3786520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv.3 2025-10-10T02:10:55.3787170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_fromstr.3 2025-10-10T02:10:55.3787850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_functions_ex.3 2025-10-10T02:10:55.3788360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_send.3 2025-10-10T02:10:55.3789050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_init.3 2025-10-10T02:10:55.3789680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read.3 2025-10-10T02:10:55.3790400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_password_ex.3 2025-10-10T02:10:55.3791070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_opcode.3 2025-10-10T02:10:55.3791620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconv_open.3 2025-10-10T02:10:55.3792510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_sk.3 2025-10-10T02:10:55.3792990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_data.3 2025-10-10T02:10:55.3793600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_aaaa_reply.3 2025-10-10T02:10:55.3794350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_size.3 2025-10-10T02:10:55.3795060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_write_stderr.3 2025-10-10T02:10:55.3795680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_crypto_engine.3 2025-10-10T02:10:55.3796380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_add.3 2025-10-10T02:10:55.3797130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_get_exit_signal.3 2025-10-10T02:10:55.3797800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record.3 2025-10-10T02:10:55.3798370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_time.3 2025-10-10T02:10:55.3799010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_callback.3 2025-10-10T02:10:55.3799600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_flags_t.3 2025-10-10T02:10:55.3800240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_ns_reply.3 2025-10-10T02:10:55.3800900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_cnt.3 2025-10-10T02:10:55.3801540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_add_abin.3 2025-10-10T02:10:55.3802150Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_getaddrinfo.3 2025-10-10T02:10:55.3802910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_read_timeout.3 2025-10-10T02:10:55.3803530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_caa_reply.3 2025-10-10T02:10:55.3804330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_read_timeout.3 2025-10-10T02:10:55.3804950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_addr6.3 2025-10-10T02:10:55.3805510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_free.3 2025-10-10T02:10:55.3808400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_listen_ex.3 2025-10-10T02:10:55.3808940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstatvfs.3 2025-10-10T02:10:55.3809510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_linkify.3 2025-10-10T02:10:55.3810130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_setenv.3 2025-10-10T02:10:55.3810680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_tell.3 2025-10-10T02:10:55.3811420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_hostbased_fromfile.3 2025-10-10T02:10:55.3811910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry.3 2025-10-10T02:10:55.3812570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_poll_channel_read.3 2025-10-10T02:10:55.3813300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_hostbased_fromfile_ex.3 2025-10-10T02:10:55.3814000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_frommemory.3 2025-10-10T02:10:55.3814580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_trace_sethandler.3 2025-10-10T02:10:55.3815110Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write.3 2025-10-10T02:10:55.3815820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_remove_ex.3 2025-10-10T02:10:55.3816330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_free.3 2025-10-10T02:10:55.3816950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_realpath.3 2025-10-10T02:10:55.3817580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rec_type_tostr.3 2025-10-10T02:10:55.3818100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_init.3 2025-10-10T02:10:55.3818720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_add.3 2025-10-10T02:10:55.3819360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_abin_cnt.3 2025-10-10T02:10:55.3820060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_list_fetch.3 2025-10-10T02:10:55.3820610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_x11_req.3 2025-10-10T02:10:55.3821240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_publickey_remove.3 2025-10-10T02:10:55.3821900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_add_passphrase.3 2025-10-10T02:10:55.3822500Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_methods.3 2025-10-10T02:10:55.3823070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_seek64.3 2025-10-10T02:10:55.3823890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_set_type.3 2025-10-10T02:10:55.3824380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_opt.3 2025-10-10T02:10:55.3825010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_posix_rename_ex.3 2025-10-10T02:10:55.3825710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_block_directions.3 2025-10-10T02:10:55.3826310Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_eof.3 2025-10-10T02:10:55.3826850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_fd.3 2025-10-10T02:10:55.3827440Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_flag.3 2025-10-10T02:10:55.3827970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_exit.3 2025-10-10T02:10:55.3828550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_sortlist.3 2025-10-10T02:10:55.3829060Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_poll.3 2025-10-10T02:10:55.3829750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_free.3 2025-10-10T02:10:55.3830460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_receive_window_adjust.3 2025-10-10T02:10:55.3830990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_hostent.3 2025-10-10T02:10:55.3831630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u8.3 2025-10-10T02:10:55.3832240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_init_ex.3 2025-10-10T02:10:55.3832940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_write_ex.3 2025-10-10T02:10:55.3833510Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_selector_t.3 2025-10-10T02:10:55.3834180Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_timeout.3 2025-10-10T02:10:55.3837850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_blocking.3 2025-10-10T02:10:55.3838360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u8.3 2025-10-10T02:10:55.3846900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_get.3 2025-10-10T02:10:55.3853680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_local_ip6.3 2025-10-10T02:10:55.3976980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_window_write.3 2025-10-10T02:10:55.3977710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libsolv-pool.3 2025-10-10T02:10:55.3978570Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_tcpip.3 2025-10-10T02:10:55.3979470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_flags.3 2025-10-10T02:10:55.3980100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/iconvctl.3 2025-10-10T02:10:55.3980910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_opt.3 2025-10-10T02:10:55.3981780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_writefile.3 2025-10-10T02:10:55.3982350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/readline.3 2025-10-10T02:10:55.3983220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_disconnect_ex.3 2025-10-10T02:10:55.3983990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_txt_reply.3 2025-10-10T02:10:55.3984640Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_send_dnsrec.3 2025-10-10T02:10:55.3985550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_disconnect.3 2025-10-10T02:10:55.3986220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_class.3 2025-10-10T02:10:55.3987120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_x11_req_ex.3 2025-10-10T02:10:55.3988170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_fromfile.3 2025-10-10T02:10:55.3988870Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readlink.3 2025-10-10T02:10:55.3989610Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_header.3 2025-10-10T02:10:55.3990380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rename_ex.3 2025-10-10T02:10:55.3991130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_keepalive_send.3 2025-10-10T02:10:55.3992080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opt_datatype_t.3 2025-10-10T02:10:55.3992850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_acl.3 2025-10-10T02:10:55.3993720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_hostkey_hash.3 2025-10-10T02:10:55.3994400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_search.3 2025-10-10T02:10:55.3995160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstat.3 2025-10-10T02:10:55.3996010Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_abstract.3 2025-10-10T02:10:55.3997100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_set_name.3 2025-10-10T02:10:55.3998080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_rr_get_const.3 2025-10-10T02:10:55.3998760Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_datatype_t.3 2025-10-10T02:10:55.3999520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_mx_reply.3 2025-10-10T02:10:55.4000250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_section_tostr.3 2025-10-10T02:10:55.4001080Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_opcode_tostr.3 2025-10-10T02:10:55.4001790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_recv2.3 2025-10-10T02:10:55.4002600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_ex_r.3 2025-10-10T02:10:55.4003540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_keyboard_interactive.3 2025-10-10T02:10:55.4004370Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fsetstat.3 2025-10-10T02:10:55.4005300Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_shutdown.3 2025-10-10T02:10:55.4006100Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_wait_eof.3 2025-10-10T02:10:55.4006720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_version.3 2025-10-10T02:10:55.4007540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_srv_reply.3 2025-10-10T02:10:55.4008500Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_gethostbyaddr.3 2025-10-10T02:10:55.4009280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_tcpip_ex.3 2025-10-10T02:10:55.4009910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_t.3 2025-10-10T02:10:55.4010770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_socket_functions.3 2025-10-10T02:10:55.4011560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_stat_ex.3 2025-10-10T02:10:55.4012390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_key_datatype.3 2025-10-10T02:10:55.4013390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_get_identity_path.3 2025-10-10T02:10:55.4014160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_process_fds.3 2025-10-10T02:10:55.4014790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dup.3 2025-10-10T02:10:55.4015720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_set_blocking.3 2025-10-10T02:10:55.4016470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fstat_ex.3 2025-10-10T02:10:55.4017220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_recv.3 2025-10-10T02:10:55.4018000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_new.3 2025-10-10T02:10:55.4018940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_get.3 2025-10-10T02:10:55.4019730Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_bin.3 2025-10-10T02:10:55.4020540Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_free.3 2025-10-10T02:10:55.4021430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_sign.3 2025-10-10T02:10:55.4022360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_servers_ports.3 2025-10-10T02:10:55.4023090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_readfile.3 2025-10-10T02:10:55.4023900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_cleanup.3 2025-10-10T02:10:55.4024680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_addr.3 2025-10-10T02:10:55.4025350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive_changes.3 2025-10-10T02:10:55.4026280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_banner.3 2025-10-10T02:10:55.4027160Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_setstat.3 2025-10-10T02:10:55.4028190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_get_rcode.3 2025-10-10T02:10:55.4028980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_tell64.3 2025-10-10T02:10:55.4029680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_threadsafety.3 2025-10-10T02:10:55.4030490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_authenticated.3 2025-10-10T02:10:55.4031420Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_scp_send64.3 2025-10-10T02:10:55.4032120Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive.3 2025-10-10T02:10:55.4032850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_str.3 2025-10-10T02:10:55.4033670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libarchive_internals.3 2025-10-10T02:10:55.4034560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue_wait_empty.3 2025-10-10T02:10:55.4035320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_set_options.3 2025-10-10T02:10:55.4035920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_free_data.3 2025-10-10T02:10:55.4036560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_usage_t.3 2025-10-10T02:10:55.4037460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_library_initialized.3 2025-10-10T02:10:55.4038170Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_init.3 2025-10-10T02:10:55.4038840Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_u32.3 2025-10-10T02:10:55.4039590Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_query_dnsrec.3 2025-10-10T02:10:55.4040530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_set_last_error.3 2025-10-10T02:10:55.4041360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_query_cnt.3 2025-10-10T02:10:55.4042240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_list_identities.3 2025-10-10T02:10:55.4042970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_uri_reply.3 2025-10-10T02:10:55.4043630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_get_servers.3 2025-10-10T02:10:55.4044350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_rename.3 2025-10-10T02:10:55.4044970Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_query.3 2025-10-10T02:10:55.4045660Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_finish_entry.3 2025-10-10T02:10:55.4046270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_closedir.3 2025-10-10T02:10:55.4046830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_fsync.3 2025-10-10T02:10:55.4047410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_open_r.3 2025-10-10T02:10:55.4047960Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_tlsa_match_t.3 2025-10-10T02:10:55.4048630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_read_set_options.3 2025-10-10T02:10:55.4049390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_handle_extended_data.3 2025-10-10T02:10:55.4050000Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_get_blocking.3 2025-10-10T02:10:55.4050620Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_parse_ptr_reply.3 2025-10-10T02:10:55.4051320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_request_pty_size_ex.3 2025-10-10T02:10:55.4051910Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readdir_ex.3 2025-10-10T02:10:55.4052490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_u32.3 2025-10-10T02:10:55.4053150Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_last_errno.3 2025-10-10T02:10:55.4053780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_queue_active_queries.3 2025-10-10T02:10:55.4054350Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_addr.3 2025-10-10T02:10:55.4054980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_read_ex.3 2025-10-10T02:10:55.4055520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_save_options.3 2025-10-10T02:10:55.4056210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_hostkey.3 2025-10-10T02:10:55.4056690Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_inet_ntop.3 2025-10-10T02:10:55.4057260Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_read.3 2025-10-10T02:10:55.4057890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_send_eof.3 2025-10-10T02:10:55.4058580Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_forward_accept.3 2025-10-10T02:10:55.4059330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_direct_streamlocal_ex.3 2025-10-10T02:10:55.4059920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_readdir.3 2025-10-10T02:10:55.4060490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_get_bin.3 2025-10-10T02:10:55.4060980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_cancel.3 2025-10-10T02:10:55.4061710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_set_server_state_callback.3 2025-10-10T02:10:55.4062320Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_record_duplicate.3 2025-10-10T02:10:55.4063130Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_keyboard_interactive_ex.3 2025-10-10T02:10:55.4063670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_write_header.3 2025-10-10T02:10:55.4064220Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rcode_t.3 2025-10-10T02:10:55.4064870Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_class_tostr.3 2025-10-10T02:10:55.4065410Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_set_str.3 2025-10-10T02:10:55.4066050Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_knownhost_del.3 2025-10-10T02:10:55.4066680Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush_ex.3 2025-10-10T02:10:55.4067460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_userauth_publickey_fromfile_ex.3 2025-10-10T02:10:55.4067950Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_expand_name.3 2025-10-10T02:10:55.4068560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/ares_dns_rr_del_abin.3 2025-10-10T02:10:55.4069140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/archive_entry_perms.3 2025-10-10T02:10:55.4069820Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_session_callback_set2.3 2025-10-10T02:10:55.4070450Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_wait_closed.3 2025-10-10T02:10:55.4071070Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_channel_flush.3 2025-10-10T02:10:55.4071670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_sftp_mkdir_ex.3 2025-10-10T02:10:55.4072230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man3/libssh2_agent_init.3 2025-10-10T02:10:55.4072720Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/gensprep.8 2025-10-10T02:10:55.4073210Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/genccode.8 2025-10-10T02:10:55.4073830Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/icupkg.8 2025-10-10T02:10:55.4074240Z /opt/homebrew/Caskroom/miniconda/base/share/man/man8/gencmn.8 2025-10-10T02:10:55.4074740Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4cat.1 2025-10-10T02:10:55.4075190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzma.1 2025-10-10T02:10:55.4075770Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/icuexportdata.1 2025-10-10T02:10:55.4076280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xmlwf.1 2025-10-10T02:10:55.4076860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/installcheck.1 2025-10-10T02:10:55.4077380Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unzstd.1 2025-10-10T02:10:55.4077920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmore.1 2025-10-10T02:10:55.4078460Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzmore.1 2025-10-10T02:10:55.4079030Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmainfo.1 2025-10-10T02:10:55.4079650Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/mergesolv.1 2025-10-10T02:10:55.4084630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/python3.13.1 2025-10-10T02:10:55.4084940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdcat.1 2025-10-10T02:10:55.4085230Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzcat.1 2025-10-10T02:10:55.4085470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdtar.1 2025-10-10T02:10:55.4085710Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unlz4.1 2025-10-10T02:10:55.4085990Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4.1 2025-10-10T02:10:55.4086280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/icu-config.1 2025-10-10T02:10:55.4086600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/adig.1 2025-10-10T02:10:55.4086850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzcmp.1 2025-10-10T02:10:55.4087090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/python3.1 2025-10-10T02:10:55.4087340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/pkgdata.1 2025-10-10T02:10:55.4087600Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzdiff.1 2025-10-10T02:10:55.4087850Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gendict.1 2025-10-10T02:10:55.4088090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzdiff.1 2025-10-10T02:10:55.4088330Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xz.1 2025-10-10T02:10:55.4088560Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/ahost.1 2025-10-10T02:10:55.4088800Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/genrb.1 2025-10-10T02:10:55.4089040Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzdec.1 2025-10-10T02:10:55.4089290Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/repo2solv.1 2025-10-10T02:10:55.4089550Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzegrep.1 2025-10-10T02:10:55.4089790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/iconv.1 2025-10-10T02:10:55.4090280Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/solv.1 2025-10-10T02:10:55.4090780Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/sqlite3.1 2025-10-10T02:10:55.4091250Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzgrep.1 2025-10-10T02:10:55.4091790Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzgrep.1 2025-10-10T02:10:55.4092270Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzegrep.1 2025-10-10T02:10:55.4092750Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdless.1 2025-10-10T02:10:55.4093340Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/dumpsolv.1 2025-10-10T02:10:55.4093900Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzless.1 2025-10-10T02:10:55.4094520Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unlzma.1 2025-10-10T02:10:55.4094980Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdunzip.1 2025-10-10T02:10:55.4095470Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdcpio.1 2025-10-10T02:10:55.4095940Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/genbrk.1 2025-10-10T02:10:55.4096530Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzless.1 2025-10-10T02:10:55.4096920Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzfgrep.1 2025-10-10T02:10:55.4097430Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/testsolv.1 2025-10-10T02:10:55.4097880Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstd.1 2025-10-10T02:10:55.4098400Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/zstdgrep.1 2025-10-10T02:10:55.4098860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/bsdcat.1 2025-10-10T02:10:55.4099390Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lz4c.1 2025-10-10T02:10:55.4099860Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzcmp.1 2025-10-10T02:10:55.4100360Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/unxz.1 2025-10-10T02:10:55.4100890Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/xzfgrep.1 2025-10-10T02:10:55.4101490Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gencnval.1 2025-10-10T02:10:55.4102090Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/makeconv.1 2025-10-10T02:10:55.4102630Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzmadec.1 2025-10-10T02:10:55.4103140Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/lzcat.1 2025-10-10T02:10:55.4103670Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/gencfu.1 2025-10-10T02:10:55.4104190Z /opt/homebrew/Caskroom/miniconda/base/share/man/man1/derb.1 2025-10-10T02:10:55.4104730Z /opt/homebrew/Caskroom/miniconda/base/share/aclocal/libxml.m4 2025-10-10T02:10:55.4105470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mauritius 2025-10-10T02:10:55.4105980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Chagos 2025-10-10T02:10:55.4106510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mayotte 2025-10-10T02:10:55.4107110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Christmas 2025-10-10T02:10:55.4107650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Cocos 2025-10-10T02:10:55.4108250Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Maldives 2025-10-10T02:10:55.4108820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Comoro 2025-10-10T02:10:55.4109400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Reunion 2025-10-10T02:10:55.4109940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Mahe 2025-10-10T02:10:55.4110560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Kerguelen 2025-10-10T02:10:55.4111190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Indian/Antananarivo 2025-10-10T02:10:55.4111790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Faroe 2025-10-10T02:10:55.4112380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Canary 2025-10-10T02:10:55.4112980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Stanley 2025-10-10T02:10:55.4113570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Bermuda 2025-10-10T02:10:55.4114230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/South_Georgia 2025-10-10T02:10:55.4114820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/St_Helena 2025-10-10T02:10:55.4115420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Jan_Mayen 2025-10-10T02:10:55.4116000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Faeroe 2025-10-10T02:10:55.4116620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Reykjavik 2025-10-10T02:10:55.4117240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Cape_Verde 2025-10-10T02:10:55.4117890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Azores 2025-10-10T02:10:55.4118480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Atlantic/Madeira 2025-10-10T02:10:55.4118980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/CST6CDT 2025-10-10T02:10:55.4119490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Poland 2025-10-10T02:10:55.4120030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Alaska 2025-10-10T02:10:55.4120640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Pacific 2025-10-10T02:10:55.4121130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Eastern 2025-10-10T02:10:55.4121680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Michigan 2025-10-10T02:10:55.4122230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Arizona 2025-10-10T02:10:55.4122840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Indiana-Starke 2025-10-10T02:10:55.4123360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Aleutian 2025-10-10T02:10:55.4123960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Hawaii 2025-10-10T02:10:55.4124500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/East-Indiana 2025-10-10T02:10:55.4125040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Central 2025-10-10T02:10:55.4125600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Mountain 2025-10-10T02:10:55.4126120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/US/Samoa 2025-10-10T02:10:55.4126700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Kwajalein 2025-10-10T02:10:55.4127220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/leapseconds 2025-10-10T02:10:55.4127820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/DeNoronha 2025-10-10T02:10:55.4128360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/Acre 2025-10-10T02:10:55.4128910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/East 2025-10-10T02:10:55.4129460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Brazil/West 2025-10-10T02:10:55.4130150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Port_Moresby 2025-10-10T02:10:55.4130650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Chuuk 2025-10-10T02:10:55.4131220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Easter 2025-10-10T02:10:55.4131870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kwajalein 2025-10-10T02:10:55.4132460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tongatapu 2025-10-10T02:10:55.4133000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Yap 2025-10-10T02:10:55.4133590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Wallis 2025-10-10T02:10:55.4134140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Apia 2025-10-10T02:10:55.4134730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Norfolk 2025-10-10T02:10:55.4135320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Efate 2025-10-10T02:10:55.4135880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Fiji 2025-10-10T02:10:55.4136500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Funafuti 2025-10-10T02:10:55.4137020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Palau 2025-10-10T02:10:55.4137570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Guam 2025-10-10T02:10:55.4138150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Saipan 2025-10-10T02:10:55.4138740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kosrae 2025-10-10T02:10:55.4139300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Niue 2025-10-10T02:10:55.4139900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Ponape 2025-10-10T02:10:55.4140440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Wake 2025-10-10T02:10:55.4141060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Galapagos 2025-10-10T02:10:55.4141670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Johnston 2025-10-10T02:10:55.4142260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Midway 2025-10-10T02:10:55.4142930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Nauru 2025-10-10T02:10:55.4143490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Guadalcanal 2025-10-10T02:10:55.4144030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Chatham 2025-10-10T02:10:55.4144630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Auckland 2025-10-10T02:10:55.4145250Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Noumea 2025-10-10T02:10:55.4145800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Fakaofo 2025-10-10T02:10:55.4146370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tahiti 2025-10-10T02:10:55.4146970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Gambier 2025-10-10T02:10:55.4147550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Majuro 2025-10-10T02:10:55.4148140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Honolulu 2025-10-10T02:10:55.4148750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pohnpei 2025-10-10T02:10:55.4149320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pago_Pago 2025-10-10T02:10:55.4149840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Truk 2025-10-10T02:10:55.4150400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Pitcairn 2025-10-10T02:10:55.4151030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Marquesas 2025-10-10T02:10:55.4151580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kanton 2025-10-10T02:10:55.4152220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Bougainville 2025-10-10T02:10:55.4152780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Tarawa 2025-10-10T02:10:55.4153380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Rarotonga 2025-10-10T02:10:55.4153970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Samoa 2025-10-10T02:10:55.4154570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Kiritimati 2025-10-10T02:10:55.4155170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Pacific/Enderbury 2025-10-10T02:10:55.4155770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zone1970.tab 2025-10-10T02:10:55.4156190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MST 2025-10-10T02:10:55.4156690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/NZ 2025-10-10T02:10:55.4157340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Arctic/Longyearbyen 2025-10-10T02:10:55.4157860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Universal 2025-10-10T02:10:55.4158360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Libya 2025-10-10T02:10:55.4158890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Turkey 2025-10-10T02:10:55.4159450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/iso3166.tab 2025-10-10T02:10:55.4159990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EST5EDT 2025-10-10T02:10:55.4160520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Greenwich 2025-10-10T02:10:55.4161160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Puerto_Rico 2025-10-10T02:10:55.4161740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Recife 2025-10-10T02:10:55.4162440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Resolute 2025-10-10T02:10:55.4162970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Manaus 2025-10-10T02:10:55.4163520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/New_York 2025-10-10T02:10:55.4164170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rankin_Inlet 2025-10-10T02:10:55.4164720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Lima 2025-10-10T02:10:55.4165360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Barthelemy 2025-10-10T02:10:55.4166000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santo_Domingo 2025-10-10T02:10:55.4166550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Detroit 2025-10-10T02:10:55.4167170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Paramaribo 2025-10-10T02:10:55.4167750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Yakutat 2025-10-10T02:10:55.4168340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santarem 2025-10-10T02:10:55.4168950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Punta_Arenas 2025-10-10T02:10:55.4169600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Scoresbysund 2025-10-10T02:10:55.4170180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santiago 2025-10-10T02:10:55.4170740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guyana 2025-10-10T02:10:55.4171380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Coral_Harbour 2025-10-10T02:10:55.4171990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rio_Branco 2025-10-10T02:10:55.4172600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Porto_Acre 2025-10-10T02:10:55.4175050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ciudad_Juarez 2025-10-10T02:10:55.4175460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nipigon 2025-10-10T02:10:55.4176020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Edmonton 2025-10-10T02:10:55.4176680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Port_of_Spain 2025-10-10T02:10:55.4177300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Lower_Princes 2025-10-10T02:10:55.4177790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Thomas 2025-10-10T02:10:55.4178330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guatemala 2025-10-10T02:10:55.4178860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Catamarca 2025-10-10T02:10:55.4179410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Antigua 2025-10-10T02:10:55.4179990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Porto_Velho 2025-10-10T02:10:55.4180510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rosario 2025-10-10T02:10:55.4181040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Chicago 2025-10-10T02:10:55.4181610Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Creston 2025-10-10T02:10:55.4182190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Managua 2025-10-10T02:10:55.4182690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nassau 2025-10-10T02:10:55.4183200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bogota 2025-10-10T02:10:55.4183730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cancun 2025-10-10T02:10:55.4184420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Chihuahua 2025-10-10T02:10:55.4185020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Campo_Grande 2025-10-10T02:10:55.4185590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Halifax 2025-10-10T02:10:55.4186170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Boise 2025-10-10T02:10:55.4186920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montreal 2025-10-10T02:10:55.4187390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Goose_Bay 2025-10-10T02:10:55.4187910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Sao_Paulo 2025-10-10T02:10:55.4188500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Blanc-Sablon 2025-10-10T02:10:55.4189050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Phoenix 2025-10-10T02:10:55.4189780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Atikokan 2025-10-10T02:10:55.4190240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cayenne 2025-10-10T02:10:55.4190760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nuuk 2025-10-10T02:10:55.4191400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Santa_Isabel 2025-10-10T02:10:55.4191990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Boa_Vista 2025-10-10T02:10:55.4192630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bahia_Banderas 2025-10-10T02:10:55.4193270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Vevay 2025-10-10T02:10:55.4193960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Indianapolis 2025-10-10T02:10:55.4194720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Winamac 2025-10-10T02:10:55.4195320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Tell_City 2025-10-10T02:10:55.4195970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Petersburg 2025-10-10T02:10:55.4196620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Vincennes 2025-10-10T02:10:55.4197230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Knox 2025-10-10T02:10:55.4197870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indiana/Marengo 2025-10-10T02:10:55.4198480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Indianapolis 2025-10-10T02:10:55.4199090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dominica 2025-10-10T02:10:55.4199830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Salta 2025-10-10T02:10:55.4200360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Ushuaia 2025-10-10T02:10:55.4201080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Catamarca 2025-10-10T02:10:55.4201710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/ComodRivadavia 2025-10-10T02:10:55.4202310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/San_Juan 2025-10-10T02:10:55.4202910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/San_Luis 2025-10-10T02:10:55.4203560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Rio_Gallegos 2025-10-10T02:10:55.4204140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Jujuy 2025-10-10T02:10:55.4204750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Tucuman 2025-10-10T02:10:55.4205450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Buenos_Aires 2025-10-10T02:10:55.4206060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Cordoba 2025-10-10T02:10:55.4206660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/La_Rioja 2025-10-10T02:10:55.4207270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Argentina/Mendoza 2025-10-10T02:10:55.4207770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/La_Paz 2025-10-10T02:10:55.4208340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dawson 2025-10-10T02:10:55.4208840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Moncton 2025-10-10T02:10:55.4209410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Matamoros 2025-10-10T02:10:55.4209960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Vincent 2025-10-10T02:10:55.4210470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Regina 2025-10-10T02:10:55.4211040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Yellowknife 2025-10-10T02:10:55.4211630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Rainy_River 2025-10-10T02:10:55.4212190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kralendijk 2025-10-10T02:10:55.4212740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Monterrey 2025-10-10T02:10:55.4213270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Jamaica 2025-10-10T02:10:55.4213840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Havana 2025-10-10T02:10:55.4214450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tegucigalpa 2025-10-10T02:10:55.4214990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guayaquil 2025-10-10T02:10:55.4215580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Metlakatla 2025-10-10T02:10:55.4216100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mazatlan 2025-10-10T02:10:55.4216630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Belize 2025-10-10T02:10:55.4217200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Knox_IN 2025-10-10T02:10:55.4217740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cuiaba 2025-10-10T02:10:55.4218310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Merida 2025-10-10T02:10:55.4218790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Jujuy 2025-10-10T02:10:55.4219320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cayman 2025-10-10T02:10:55.4219870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Belem 2025-10-10T02:10:55.4220410Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Eirunepe 2025-10-10T02:10:55.4220940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Lucia 2025-10-10T02:10:55.4221470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Bahia 2025-10-10T02:10:55.4222040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Whitehorse 2025-10-10T02:10:55.4222580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tortola 2025-10-10T02:10:55.4223130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Vancouver 2025-10-10T02:10:55.4223670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Inuvik 2025-10-10T02:10:55.4224310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Port-au-Prince 2025-10-10T02:10:55.4224810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fortaleza 2025-10-10T02:10:55.4225370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Noronha 2025-10-10T02:10:55.4225920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Buenos_Aires 2025-10-10T02:10:55.4226500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Los_Angeles 2025-10-10T02:10:55.4227110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/El_Salvador 2025-10-10T02:10:55.4227600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Denver 2025-10-10T02:10:55.4228200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fort_Wayne 2025-10-10T02:10:55.4228830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kentucky/Louisville 2025-10-10T02:10:55.4229440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Kentucky/Monticello 2025-10-10T02:10:55.4230120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/New_Salem 2025-10-10T02:10:55.4230730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/Center 2025-10-10T02:10:55.4231390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/North_Dakota/Beulah 2025-10-10T02:10:55.4231910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Glace_Bay 2025-10-10T02:10:55.4232520Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montserrat 2025-10-10T02:10:55.4233040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Toronto 2025-10-10T02:10:55.4233550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Panama 2025-10-10T02:10:55.4234100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cordoba 2025-10-10T02:10:55.4234710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Louisville 2025-10-10T02:10:55.4235190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ensenada 2025-10-10T02:10:55.4235740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Shiprock 2025-10-10T02:10:55.4236280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Ojinaga 2025-10-10T02:10:55.4236790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Thule 2025-10-10T02:10:55.4237340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Caracas 2025-10-10T02:10:55.4237940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Araguaina 2025-10-10T02:10:55.4238550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Cambridge_Bay 2025-10-10T02:10:55.4239070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Winnipeg 2025-10-10T02:10:55.4239620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Grand_Turk 2025-10-10T02:10:55.4240160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Virgin 2025-10-10T02:10:55.4240720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Anchorage 2025-10-10T02:10:55.4241300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Costa_Rica 2025-10-10T02:10:55.4241770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Nome 2025-10-10T02:10:55.4242340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Grenada 2025-10-10T02:10:55.4242860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Johns 2025-10-10T02:10:55.4243400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Atka 2025-10-10T02:10:55.4243920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Asuncion 2025-10-10T02:10:55.4244490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Hermosillo 2025-10-10T02:10:55.4245040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Tijuana 2025-10-10T02:10:55.4245580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Marigot 2025-10-10T02:10:55.4246110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Juneau 2025-10-10T02:10:55.4246810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Montevideo 2025-10-10T02:10:55.4247230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Godthab 2025-10-10T02:10:55.4247860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Guadeloupe 2025-10-10T02:10:55.4248370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Maceio 2025-10-10T02:10:55.4248920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Pangnirtung 2025-10-10T02:10:55.4249460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/St_Kitts 2025-10-10T02:10:55.4250010Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Barbados 2025-10-10T02:10:55.4250560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Iqaluit 2025-10-10T02:10:55.4251110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Menominee 2025-10-10T02:10:55.4251650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Martinique 2025-10-10T02:10:55.4252240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mexico_City 2025-10-10T02:10:55.4252810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Swift_Current 2025-10-10T02:10:55.4253400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Miquelon 2025-10-10T02:10:55.4254040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Curacao 2025-10-10T02:10:55.4254580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Dawson_Creek 2025-10-10T02:10:55.4255090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Mendoza 2025-10-10T02:10:55.4255590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Adak 2025-10-10T02:10:55.4256170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Coyhaique 2025-10-10T02:10:55.4256730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Thunder_Bay 2025-10-10T02:10:55.4257240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Aruba 2025-10-10T02:10:55.4257830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Fort_Nelson 2025-10-10T02:10:55.4258350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Sitka 2025-10-10T02:10:55.4258870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Anguilla 2025-10-10T02:10:55.4259470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/America/Danmarkshavn 2025-10-10T02:10:55.4260020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Melbourne 2025-10-10T02:10:55.4260610Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Queensland 2025-10-10T02:10:55.4261160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/North 2025-10-10T02:10:55.4261720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Lord_Howe 2025-10-10T02:10:55.4262270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Adelaide 2025-10-10T02:10:55.4262880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Yancowinna 2025-10-10T02:10:55.4263440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Victoria 2025-10-10T02:10:55.4264020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Canberra 2025-10-10T02:10:55.4264540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Sydney 2025-10-10T02:10:55.4265060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/ACT 2025-10-10T02:10:55.4265580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Eucla 2025-10-10T02:10:55.4266160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Brisbane 2025-10-10T02:10:55.4266720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Tasmania 2025-10-10T02:10:55.4267270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Hobart 2025-10-10T02:10:55.4267850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Perth 2025-10-10T02:10:55.4268320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/South 2025-10-10T02:10:55.4268930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Lindeman 2025-10-10T02:10:55.4269470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Darwin 2025-10-10T02:10:55.4269970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/West 2025-10-10T02:10:55.4270510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/LHI 2025-10-10T02:10:55.4271010Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/NSW 2025-10-10T02:10:55.4271600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Broken_Hill 2025-10-10T02:10:55.4272160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Australia/Currie 2025-10-10T02:10:55.4272630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-10 2025-10-10T02:10:55.4273120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+12 2025-10-10T02:10:55.4273620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-11 2025-10-10T02:10:55.4274180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Universal 2025-10-10T02:10:55.4274710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Greenwich 2025-10-10T02:10:55.4275240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-6 2025-10-10T02:10:55.4275650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-1 2025-10-10T02:10:55.4276200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-8 2025-10-10T02:10:55.4276760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+4 2025-10-10T02:10:55.4277290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+3 2025-10-10T02:10:55.4277820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-9 2025-10-10T02:10:55.4278390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-0 2025-10-10T02:10:55.4278920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-7 2025-10-10T02:10:55.4279550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+2 2025-10-10T02:10:55.4280040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+5 2025-10-10T02:10:55.4280440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT 2025-10-10T02:10:55.4280940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/Zulu 2025-10-10T02:10:55.4281460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+11 2025-10-10T02:10:55.4281950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-13 2025-10-10T02:10:55.4282430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-14 2025-10-10T02:10:55.4282950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+10 2025-10-10T02:10:55.4283450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-12 2025-10-10T02:10:55.4283900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT0 2025-10-10T02:10:55.4284440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/UCT 2025-10-10T02:10:55.4284880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+0 2025-10-10T02:10:55.4285380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+7 2025-10-10T02:10:55.4285870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+9 2025-10-10T02:10:55.4286510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-2 2025-10-10T02:10:55.4286970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-5 2025-10-10T02:10:55.4287480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+8 2025-10-10T02:10:55.4287970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+6 2025-10-10T02:10:55.4288530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT+1 2025-10-10T02:10:55.4289040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/UTC 2025-10-10T02:10:55.4289600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-4 2025-10-10T02:10:55.4290180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Etc/GMT-3 2025-10-10T02:10:55.4290710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zonenow.tab 2025-10-10T02:10:55.4291230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/NZ-CHAT 2025-10-10T02:10:55.4291810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dushanbe 2025-10-10T02:10:55.4292440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qostanay 2025-10-10T02:10:55.4292970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Calcutta 2025-10-10T02:10:55.4293530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Urumqi 2025-10-10T02:10:55.4294040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Karachi 2025-10-10T02:10:55.4294620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Khandyga 2025-10-10T02:10:55.4295180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Thimbu 2025-10-10T02:10:55.4295740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Thimphu 2025-10-10T02:10:55.4296360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Vladivostok 2025-10-10T02:10:55.4296930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Vientiane 2025-10-10T02:10:55.4297500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Shanghai 2025-10-10T02:10:55.4298100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ulan_Bator 2025-10-10T02:10:55.4298620Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aden 2025-10-10T02:10:55.4299170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Muscat 2025-10-10T02:10:55.4299780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Damascus 2025-10-10T02:10:55.4300310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jerusalem 2025-10-10T02:10:55.4300800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Brunei 2025-10-10T02:10:55.4301350Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ulaanbaatar 2025-10-10T02:10:55.4301820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Amman 2025-10-10T02:10:55.4302340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuching 2025-10-10T02:10:55.4302860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tel_Aviv 2025-10-10T02:10:55.4303390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Seoul 2025-10-10T02:10:55.4303950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Atyrau 2025-10-10T02:10:55.4304540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Pyongyang 2025-10-10T02:10:55.4305060Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hovd 2025-10-10T02:10:55.4305610Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hebron 2025-10-10T02:10:55.4306170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuwait 2025-10-10T02:10:55.4306710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tomsk 2025-10-10T02:10:55.4307270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Manila 2025-10-10T02:10:55.4307810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chita 2025-10-10T02:10:55.4308390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Katmandu 2025-10-10T02:10:55.4308920Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Gaza 2025-10-10T02:10:55.4309500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Samarkand 2025-10-10T02:10:55.4310070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Taipei 2025-10-10T02:10:55.4310570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tashkent 2025-10-10T02:10:55.4311150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yekaterinburg 2025-10-10T02:10:55.4311640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Macau 2025-10-10T02:10:55.4312190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qyzylorda 2025-10-10T02:10:55.4312660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Macao 2025-10-10T02:10:55.4313160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tokyo 2025-10-10T02:10:55.4313690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Baku 2025-10-10T02:10:55.4314300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Barnaul 2025-10-10T02:10:55.4314860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Istanbul 2025-10-10T02:10:55.4315420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Irkutsk 2025-10-10T02:10:55.4315970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Qatar 2025-10-10T02:10:55.4316580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bahrain 2025-10-10T02:10:55.4317090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yangon 2025-10-10T02:10:55.4317660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yerevan 2025-10-10T02:10:55.4318220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Almaty 2025-10-10T02:10:55.4318750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dili 2025-10-10T02:10:55.4319390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dacca 2025-10-10T02:10:55.4319950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chongqing 2025-10-10T02:10:55.4320510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ust-Nera 2025-10-10T02:10:55.4321080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Magadan 2025-10-10T02:10:55.4321650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Colombo 2025-10-10T02:10:55.4322260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Krasnoyarsk 2025-10-10T02:10:55.4322830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kamchatka 2025-10-10T02:10:55.4323450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ujung_Pandang 2025-10-10T02:10:55.4324030Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jakarta 2025-10-10T02:10:55.4324580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kolkata 2025-10-10T02:10:55.4325130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kabul 2025-10-10T02:10:55.4325630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Oral 2025-10-10T02:10:55.4326230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Jayapura 2025-10-10T02:10:55.4326830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Pontianak 2025-10-10T02:10:55.4327390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Makassar 2025-10-10T02:10:55.4327960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tbilisi 2025-10-10T02:10:55.4328550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Singapore 2025-10-10T02:10:55.4329070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Harbin 2025-10-10T02:10:55.4329580Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kashgar 2025-10-10T02:10:55.4330120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dhaka 2025-10-10T02:10:55.4330700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Yakutsk 2025-10-10T02:10:55.4331310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kuala_Lumpur 2025-10-10T02:10:55.4331870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Tehran 2025-10-10T02:10:55.4332420Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Beirut 2025-10-10T02:10:55.4332980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aqtobe 2025-10-10T02:10:55.4333550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Anadyr 2025-10-10T02:10:55.4334150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bishkek 2025-10-10T02:10:55.4334740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Dubai 2025-10-10T02:10:55.4335260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Riyadh 2025-10-10T02:10:55.4335910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Novokuznetsk 2025-10-10T02:10:55.4336440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Aqtau 2025-10-10T02:10:55.4336980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Omsk 2025-10-10T02:10:55.4337570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ashkhabad 2025-10-10T02:10:55.4338120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Saigon 2025-10-10T02:10:55.4338710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Sakhalin 2025-10-10T02:10:55.4339280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Hong_Kong 2025-10-10T02:10:55.4339900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Phnom_Penh 2025-10-10T02:10:55.4340590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Nicosia 2025-10-10T02:10:55.4341120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Baghdad 2025-10-10T02:10:55.4341670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Srednekolymsk 2025-10-10T02:10:55.4342230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ashgabat 2025-10-10T02:10:55.4342800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Kathmandu 2025-10-10T02:10:55.4343390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Choibalsan 2025-10-10T02:10:55.4343950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Bangkok 2025-10-10T02:10:55.4344530Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Chungking 2025-10-10T02:10:55.4345180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Novosibirsk 2025-10-10T02:10:55.4345680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Famagusta 2025-10-10T02:10:55.4346240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Rangoon 2025-10-10T02:10:55.4346850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Asia/Ho_Chi_Minh 2025-10-10T02:10:55.4347340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MET 2025-10-10T02:10:55.4347860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Portugal 2025-10-10T02:10:55.4348490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Palmer 2025-10-10T02:10:55.4349080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Davis 2025-10-10T02:10:55.4349690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Rothera 2025-10-10T02:10:55.4350300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Vostok 2025-10-10T02:10:55.4350870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Syowa 2025-10-10T02:10:55.4351600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/DumontDUrville 2025-10-10T02:10:55.4352180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/McMurdo 2025-10-10T02:10:55.4352810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Macquarie 2025-10-10T02:10:55.4353470Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/South_Pole 2025-10-10T02:10:55.4354000Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Troll 2025-10-10T02:10:55.4354560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Mawson 2025-10-10T02:10:55.4355150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Antarctica/Casey 2025-10-10T02:10:55.4355640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT-0 2025-10-10T02:10:55.4356130Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/CET 2025-10-10T02:10:55.4356650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Eire 2025-10-10T02:10:55.4357190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/PST8PDT 2025-10-10T02:10:55.4357820Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/leap-seconds.list 2025-10-10T02:10:55.4358300Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Jamaica 2025-10-10T02:10:55.4358760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT 2025-10-10T02:10:55.4359220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Zulu 2025-10-10T02:10:55.4359680Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Japan 2025-10-10T02:10:55.4360190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/ROC 2025-10-10T02:10:55.4360720Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GB-Eire 2025-10-10T02:10:55.4361310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zurich 2025-10-10T02:10:55.4361890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Paris 2025-10-10T02:10:55.4362460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Moscow 2025-10-10T02:10:55.4363040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Luxembourg 2025-10-10T02:10:55.4363590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Ljubljana 2025-10-10T02:10:55.4364200Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Helsinki 2025-10-10T02:10:55.4364730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Minsk 2025-10-10T02:10:55.4365290Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Skopje 2025-10-10T02:10:55.4365860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Dublin 2025-10-10T02:10:55.4366440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Jersey 2025-10-10T02:10:55.4367050Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/San_Marino 2025-10-10T02:10:55.4367640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Gibraltar 2025-10-10T02:10:55.4368220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Belgrade 2025-10-10T02:10:55.4368800Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Guernsey 2025-10-10T02:10:55.4369490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Ulyanovsk 2025-10-10T02:10:55.4369980Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Saratov 2025-10-10T02:10:55.4370500Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vaduz 2025-10-10T02:10:55.4371090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Istanbul 2025-10-10T02:10:55.4371650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Lisbon 2025-10-10T02:10:55.4372230Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Uzhgorod 2025-10-10T02:10:55.4372790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kirov 2025-10-10T02:10:55.4373360Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tirane 2025-10-10T02:10:55.4373950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tiraspol 2025-10-10T02:10:55.4374550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Sarajevo 2025-10-10T02:10:55.4375110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Madrid 2025-10-10T02:10:55.4375740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Podgorica 2025-10-10T02:10:55.4376280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Busingen 2025-10-10T02:10:55.4376880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vatican 2025-10-10T02:10:55.4377460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Belfast 2025-10-10T02:10:55.4378070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Bratislava 2025-10-10T02:10:55.4378640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kiev 2025-10-10T02:10:55.4379260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kaliningrad 2025-10-10T02:10:55.4379860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zaporozhye 2025-10-10T02:10:55.4380430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vienna 2025-10-10T02:10:55.4381040Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Budapest 2025-10-10T02:10:55.4381600Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Vilnius 2025-10-10T02:10:55.4382210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Monaco 2025-10-10T02:10:55.4382730Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Oslo 2025-10-10T02:10:55.4383380Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Astrakhan 2025-10-10T02:10:55.4383950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Simferopol 2025-10-10T02:10:55.4384540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Volgograd 2025-10-10T02:10:55.4385080Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Kyiv 2025-10-10T02:10:55.4385700Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Isle_of_Man 2025-10-10T02:10:55.4386260Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/London 2025-10-10T02:10:55.4386810Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Riga 2025-10-10T02:10:55.4387400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Andorra 2025-10-10T02:10:55.4388010Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Prague 2025-10-10T02:10:55.4388550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Berlin 2025-10-10T02:10:55.4389180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Tallinn 2025-10-10T02:10:55.4389690Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Rome 2025-10-10T02:10:55.4390250Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Malta 2025-10-10T02:10:55.4392370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Zagreb 2025-10-10T02:10:55.4392750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Amsterdam 2025-10-10T02:10:55.4393270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Nicosia 2025-10-10T02:10:55.4393790Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Bucharest 2025-10-10T02:10:55.4394390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Copenhagen 2025-10-10T02:10:55.4394880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Chisinau 2025-10-10T02:10:55.4395480Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Mariehamn 2025-10-10T02:10:55.4395970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Sofia 2025-10-10T02:10:55.4396490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Athens 2025-10-10T02:10:55.4397020Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Stockholm 2025-10-10T02:10:55.4397540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Samara 2025-10-10T02:10:55.4398090Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Brussels 2025-10-10T02:10:55.4398740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Europe/Warsaw 2025-10-10T02:10:55.4399110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/ROK 2025-10-10T02:10:55.4399670Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Navajo 2025-10-10T02:10:55.4400170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Singapore 2025-10-10T02:10:55.4400650Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GB 2025-10-10T02:10:55.4401270Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/BajaNorte 2025-10-10T02:10:55.4401850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/General 2025-10-10T02:10:55.4402440Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Mexico/BajaSur 2025-10-10T02:10:55.4402900Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EST 2025-10-10T02:10:55.4403390Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT0 2025-10-10T02:10:55.4403940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Hongkong 2025-10-10T02:10:55.4404460Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/PRC 2025-10-10T02:10:55.4404890Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/zone.tab 2025-10-10T02:10:55.4405320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Iran 2025-10-10T02:10:55.4405940Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/build/etc/localtime 2025-10-10T02:10:55.4406400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/MST7MDT 2025-10-10T02:10:55.4406840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/WET 2025-10-10T02:10:55.4407280Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/W-SU 2025-10-10T02:10:55.4407840Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/UCT 2025-10-10T02:10:55.4408310Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Cuba 2025-10-10T02:10:55.4408830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Egypt 2025-10-10T02:10:55.4409370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/GMT+0 2025-10-10T02:10:55.4409950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/tzdata.zi 2025-10-10T02:10:55.4410400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/EET 2025-10-10T02:10:55.4410910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Israel 2025-10-10T02:10:55.4411510Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Sao_Tome 2025-10-10T02:10:55.4412140Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Conakry 2025-10-10T02:10:55.4412710Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Dakar 2025-10-10T02:10:55.4413330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ndjamena 2025-10-10T02:10:55.4413950Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Casablanca 2025-10-10T02:10:55.4414430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lome 2025-10-10T02:10:55.4415150Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Algiers 2025-10-10T02:10:55.4415740Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Mogadishu 2025-10-10T02:10:55.4416320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lagos 2025-10-10T02:10:55.4416970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Brazzaville 2025-10-10T02:10:55.4417560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Timbuktu 2025-10-10T02:10:55.4418170Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Nouakchott 2025-10-10T02:10:55.4418760Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Maseru 2025-10-10T02:10:55.4419330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Libreville 2025-10-10T02:10:55.4419830Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Harare 2025-10-10T02:10:55.4420490Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Malabo 2025-10-10T02:10:55.4421070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bangui 2025-10-10T02:10:55.4421660Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Nairobi 2025-10-10T02:10:55.4422240Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kinshasa 2025-10-10T02:10:55.4422850Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Porto-Novo 2025-10-10T02:10:55.4423400Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Cairo 2025-10-10T02:10:55.4423970Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Douala 2025-10-10T02:10:55.4424560Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Juba 2025-10-10T02:10:55.4425160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Gaborone 2025-10-10T02:10:55.4425780Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Tunis 2025-10-10T02:10:55.4426320Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kampala 2025-10-10T02:10:55.4426880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Mbabane 2025-10-10T02:10:55.4427450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Addis_Ababa 2025-10-10T02:10:55.4427990Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Maputo 2025-10-10T02:10:55.4428540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bissau 2025-10-10T02:10:55.4429190Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Blantyre 2025-10-10T02:10:55.4429750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Niamey 2025-10-10T02:10:55.4430340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Banjul 2025-10-10T02:10:55.4430910Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Abidjan 2025-10-10T02:10:55.4431540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Asmara 2025-10-10T02:10:55.4432110Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bamako 2025-10-10T02:10:55.4432870Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ouagadougou 2025-10-10T02:10:55.4433430Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lusaka 2025-10-10T02:10:55.4433930Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Luanda 2025-10-10T02:10:55.4434550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Asmera 2025-10-10T02:10:55.4435070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Lubumbashi 2025-10-10T02:10:55.4435630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Accra 2025-10-10T02:10:55.4436210Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Khartoum 2025-10-10T02:10:55.4436770Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Ceuta 2025-10-10T02:10:55.4437370Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Bujumbura 2025-10-10T02:10:55.4437960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Windhoek 2025-10-10T02:10:55.4438540Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/El_Aaiun 2025-10-10T02:10:55.4439160Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Tripoli 2025-10-10T02:10:55.4444640Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Monrovia 2025-10-10T02:10:55.4444960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Dar_es_Salaam 2025-10-10T02:10:55.4445120Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Johannesburg 2025-10-10T02:10:55.4445220Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Kigali 2025-10-10T02:10:55.4445340Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Djibouti 2025-10-10T02:10:55.4445450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Africa/Freetown 2025-10-10T02:10:55.4445550Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Factory 2025-10-10T02:10:55.4445630Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/UTC 2025-10-10T02:10:55.4445750Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Chile/EasterIsland 2025-10-10T02:10:55.4445880Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Chile/Continental 2025-10-10T02:10:55.4445960Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/HST 2025-10-10T02:10:55.4446070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Atlantic 2025-10-10T02:10:55.4446180Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Pacific 2025-10-10T02:10:55.4446330Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Eastern 2025-10-10T02:10:55.4446860Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Yukon 2025-10-10T02:10:55.4447450Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Saskatchewan 2025-10-10T02:10:55.4448070Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Newfoundland 2025-10-10T02:10:55.4448570Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Central 2025-10-10T02:10:55.4449100Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Canada/Mountain 2025-10-10T02:10:55.4449590Z /opt/homebrew/Caskroom/miniconda/base/share/zoneinfo/Iceland 2025-10-10T02:10:55.4450140Z /opt/homebrew/Caskroom/miniconda/base/share/pkgconfig/nlohmann_json.pc 2025-10-10T02:10:55.4450960Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake 2025-10-10T02:10:55.4451750Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake 2025-10-10T02:10:55.4452390Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake 2025-10-10T02:10:55.4453180Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-targets.cmake 2025-10-10T02:10:55.4454010Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-config-version.cmake 2025-10-10T02:10:55.4454690Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/tl-expected/tl-expected-config.cmake 2025-10-10T02:10:55.4455280Z /opt/homebrew/Caskroom/miniconda/base/share/cmake/Modules/FindLibSolv.cmake 2025-10-10T02:10:55.4455770Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/vt300 2025-10-10T02:10:55.4456250Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/std 2025-10-10T02:10:55.4456750Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/vt100 2025-10-10T02:10:55.4457270Z /opt/homebrew/Caskroom/miniconda/base/share/tabset/stdcrt 2025-10-10T02:10:55.4457800Z /opt/homebrew/Caskroom/miniconda/base/share/info/libffi.info 2025-10-10T02:10:55.4458330Z /opt/homebrew/Caskroom/miniconda/base/share/info/readline.info 2025-10-10T02:10:55.4458890Z /opt/homebrew/Caskroom/miniconda/base/share/info/rluserman.info 2025-10-10T02:10:55.4459470Z /opt/homebrew/Caskroom/miniconda/base/share/info/history.info 2025-10-10T02:10:55.4460090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x50-mono 2025-10-10T02:10:55.4460630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-103k 2025-10-10T02:10:55.4461140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex232 2025-10-10T02:10:55.4461770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410v1-w 2025-10-10T02:10:55.4462320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420_2 2025-10-10T02:10:55.4462820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idl1 2025-10-10T02:10:55.4463390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansil 2025-10-10T02:10:55.4464040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-rv-ctxt 2025-10-10T02:10:55.4464650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-40-rv 2025-10-10T02:10:55.4465250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idc 2025-10-10T02:10:55.4465780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-18 2025-10-10T02:10:55.4466330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-20 2025-10-10T02:10:55.4466990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-soroc 2025-10-10T02:10:55.4467540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att6386 2025-10-10T02:10:55.4468160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425 2025-10-10T02:10:55.4468830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-ctxt 2025-10-10T02:10:55.4469470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415+nl 2025-10-10T02:10:55.4470010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj830 2025-10-10T02:10:55.4470660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansiw 2025-10-10T02:10:55.4471270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex232w 2025-10-10T02:10:55.4471860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-16color 2025-10-10T02:10:55.4472330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv-unk 2025-10-10T02:10:55.4472920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx2 2025-10-10T02:10:55.4473450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85e 2025-10-10T02:10:55.4473960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x30 2025-10-10T02:10:55.4474540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-vm80 2025-10-10T02:10:55.4475060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-rv-nl 2025-10-10T02:10:55.4475620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+rv 2025-10-10T02:10:55.4476150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty+common 2025-10-10T02:10:55.4476640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-rv 2025-10-10T02:10:55.4477120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a210 2025-10-10T02:10:55.4477630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85 2025-10-10T02:10:55.4478170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610+cvis 2025-10-10T02:10:55.4478730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx3 2025-10-10T02:10:55.4479340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty 2025-10-10T02:10:55.4479810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415 2025-10-10T02:10:55.4480390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s 2025-10-10T02:10:55.4480840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mono 2025-10-10T02:10:55.4481370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+pp 2025-10-10T02:10:55.4481890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-28 2025-10-10T02:10:55.4482470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idl 2025-10-10T02:10:55.4483010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-s-rv 2025-10-10T02:10:55.4483520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att513 2025-10-10T02:10:55.4484040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424 2025-10-10T02:10:55.4484540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv-ns 2025-10-10T02:10:55.4485050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-26 2025-10-10T02:10:55.4485580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att510d 2025-10-10T02:10:55.4486130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ap-vm80 2025-10-10T02:10:55.4486660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-103k-w 2025-10-10T02:10:55.4487190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_19L 2025-10-10T02:10:55.4487670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w 2025-10-10T02:10:55.4488200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos3 2025-10-10T02:10:55.4488720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansil-mono 2025-10-10T02:10:55.4489260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos4 2025-10-10T02:10:55.4489920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x30-mono 2025-10-10T02:10:55.4490460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+cpr 2025-10-10T02:10:55.4491070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-rv 2025-10-10T02:10:55.4491590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apl 2025-10-10T02:10:55.4492220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-rv 2025-10-10T02:10:55.4492770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-4 2025-10-10T02:10:55.4493310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-3 2025-10-10T02:10:55.4493860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620 2025-10-10T02:10:55.4494440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari_st 2025-10-10T02:10:55.4495000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aa4080 2025-10-10T02:10:55.4495540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alto-heath 2025-10-10T02:10:55.4496120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt2 2025-10-10T02:10:55.4496600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj 2025-10-10T02:10:55.4497080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt5 2025-10-10T02:10:55.4497770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25-raw 2025-10-10T02:10:55.4498290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos5 2025-10-10T02:10:55.4498840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aas1901 2025-10-10T02:10:55.4499360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt 2025-10-10T02:10:55.4499910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/awsc 2025-10-10T02:10:55.4500460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-unk 2025-10-10T02:10:55.4501070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos2 2025-10-10T02:10:55.4501570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple2e 2025-10-10T02:10:55.4502160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424m 2025-10-10T02:10:55.4502750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+csr 2025-10-10T02:10:55.4503340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-generic 2025-10-10T02:10:55.4503950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addsviewpoint 2025-10-10T02:10:55.4504540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-s 2025-10-10T02:10:55.4505110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo+vt132 2025-10-10T02:10:55.4505610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt4 2025-10-10T02:10:55.4506220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w 2025-10-10T02:10:55.4506790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-24-rv 2025-10-10T02:10:55.4507280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt3 2025-10-10T02:10:55.4507790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425 2025-10-10T02:10:55.4508340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att630 2025-10-10T02:10:55.4509050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgr 2025-10-10T02:10:55.4509460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+cup 2025-10-10T02:10:55.4509980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-2 2025-10-10T02:10:55.4510540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w 2025-10-10T02:10:55.4510980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv 2025-10-10T02:10:55.4511480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-ctxt 2025-10-10T02:10:55.4511960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt+s 2025-10-10T02:10:55.4512510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex175 2025-10-10T02:10:55.4512970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos-5 2025-10-10T02:10:55.4513490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amp219 2025-10-10T02:10:55.4513970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm42 2025-10-10T02:10:55.4514490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505-24 2025-10-10T02:10:55.4514970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-rv 2025-10-10T02:10:55.4515480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1a 2025-10-10T02:10:55.4515960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615 2025-10-10T02:10:55.4516480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-emx 2025-10-10T02:10:55.4517020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrbold 2025-10-10T02:10:55.4517530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrul 2025-10-10T02:10:55.4517990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm20 2025-10-10T02:10:55.4518610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x60-mono 2025-10-10T02:10:55.4519110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-103k 2025-10-10T02:10:55.4519630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari 2025-10-10T02:10:55.4520100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-old 2025-10-10T02:10:55.4520620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansiterm 2025-10-10T02:10:55.4521090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410v1 2025-10-10T02:10:55.4521560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm11 2025-10-10T02:10:55.4522100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5418-w 2025-10-10T02:10:55.4522560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5430 2025-10-10T02:10:55.4523110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv-ns 2025-10-10T02:10:55.4523600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrso 2025-10-10T02:10:55.4524050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi 2025-10-10T02:10:55.4524590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505-22 2025-10-10T02:10:55.4525070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a80 2025-10-10T02:10:55.4525610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605-pc 2025-10-10T02:10:55.4526120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm21 2025-10-10T02:10:55.4526620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-w 2025-10-10T02:10:55.4527230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm42-ns 2025-10-10T02:10:55.4527680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rca2 2025-10-10T02:10:55.4528160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att500 2025-10-10T02:10:55.4528650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100 2025-10-10T02:10:55.4529120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm5 2025-10-10T02:10:55.4529640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-8bit 2025-10-10T02:10:55.4530160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ambassador 2025-10-10T02:10:55.4530650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm2 2025-10-10T02:10:55.4531120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att2350 2025-10-10T02:10:55.4531750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-color-2-emx 2025-10-10T02:10:55.4532260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansis-mono 2025-10-10T02:10:55.4532930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-color-3-emx 2025-10-10T02:10:55.4533370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-24 2025-10-10T02:10:55.4533840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altoheath 2025-10-10T02:10:55.4534370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610+cvis0 2025-10-10T02:10:55.4534840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansisysk 2025-10-10T02:10:55.4535360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi43m 2025-10-10T02:10:55.4535860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4418-w 2025-10-10T02:10:55.4536390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420+nl 2025-10-10T02:10:55.4536930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple2e-p 2025-10-10T02:10:55.4537590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_color 2025-10-10T02:10:55.4538030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r-41 2025-10-10T02:10:55.4538540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410v1 2025-10-10T02:10:55.4539100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mtabs 2025-10-10T02:10:55.4539660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-nl 2025-10-10T02:10:55.4540110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3 2025-10-10T02:10:55.4540630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atarist-m 2025-10-10T02:10:55.4541170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610-103k-w 2025-10-10T02:10:55.4541700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-rv 2025-10-10T02:10:55.4542220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+sgrdim 2025-10-10T02:10:55.4542770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-uterm-vb 2025-10-10T02:10:55.4543240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex80 2025-10-10T02:10:55.4543790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r-24 2025-10-10T02:10:55.4544240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-w 2025-10-10T02:10:55.4544790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex219 2025-10-10T02:10:55.4545270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addrinfo 2025-10-10T02:10:55.4545720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60 2025-10-10T02:10:55.4546230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25 2025-10-10T02:10:55.4546740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+dec 2025-10-10T02:10:55.4547230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex210 2025-10-10T02:10:55.4547830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex219w 2025-10-10T02:10:55.4548330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-am 2025-10-10T02:10:55.4548820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-ns 2025-10-10T02:10:55.4549410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-rv-n 2025-10-10T02:10:55.4549870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-ae 2025-10-10T02:10:55.4550410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-103k-w 2025-10-10T02:10:55.4550920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+erase 2025-10-10T02:10:55.4551400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att510a 2025-10-10T02:10:55.4551890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4426 2025-10-10T02:10:55.4552440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att630-24 2025-10-10T02:10:55.4552900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altoh19 2025-10-10T02:10:55.4553390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa 2025-10-10T02:10:55.4553880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-24 2025-10-10T02:10:55.4554430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-uterm 2025-10-10T02:10:55.4554950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rep 2025-10-10T02:10:55.4555410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv 2025-10-10T02:10:55.4555910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alto-h19 2025-10-10T02:10:55.4556470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-rv-ctxt 2025-10-10T02:10:55.4557020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari_st-color 2025-10-10T02:10:55.4557470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansis 2025-10-10T02:10:55.4557950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm80 2025-10-10T02:10:55.4558480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x50 2025-10-10T02:10:55.4559000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-w 2025-10-10T02:10:55.4559450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410 2025-10-10T02:10:55.4560010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-m-old 2025-10-10T02:10:55.4560560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425-nl 2025-10-10T02:10:55.4561010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt7pc 2025-10-10T02:10:55.4561510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-48 2025-10-10T02:10:55.4562010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+idc1 2025-10-10T02:10:55.4562550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+tabs 2025-10-10T02:10:55.4563080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleII 2025-10-10T02:10:55.4563620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alacritty-direct 2025-10-10T02:10:55.4564130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj832 2025-10-10T02:10:55.4564680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+local1 2025-10-10T02:10:55.4565210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85h-old 2025-10-10T02:10:55.4565730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm+sl 2025-10-10T02:10:55.4566240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-219w 2025-10-10T02:10:55.4566720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-m 2025-10-10T02:10:55.4567240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar0+ 2025-10-10T02:10:55.4567760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x60 2025-10-10T02:10:55.4568240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4424-1 2025-10-10T02:10:55.4568750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+rca 2025-10-10T02:10:55.4570110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4420 2025-10-10T02:10:55.4570550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4418 2025-10-10T02:10:55.4571070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-22 2025-10-10T02:10:55.4571540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aepro 2025-10-10T02:10:55.4572240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-nl 2025-10-10T02:10:55.4572690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410v1-w 2025-10-10T02:10:55.4573160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-34 2025-10-10T02:10:55.4573730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-w-rv-n 2025-10-10T02:10:55.4574220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-48-rv 2025-10-10T02:10:55.4574730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo 2025-10-10T02:10:55.4575240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mini 2025-10-10T02:10:55.4575680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-40 2025-10-10T02:10:55.4576250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+enq 2025-10-10T02:10:55.4576740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/abm85h 2025-10-10T02:10:55.4577290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/annarbor4080 2025-10-10T02:10:55.4577800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-nt 2025-10-10T02:10:55.4578280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-rv 2025-10-10T02:10:55.4578770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv 2025-10-10T02:10:55.4579260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420 2025-10-10T02:10:55.4579780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi77 2025-10-10T02:10:55.4580330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-mr 2025-10-10T02:10:55.4580820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5418 2025-10-10T02:10:55.4581320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3a 2025-10-10T02:10:55.4581850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x43-mono 2025-10-10T02:10:55.4582350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-1 2025-10-10T02:10:55.4582880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/atari-color 2025-10-10T02:10:55.4583430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-ctxt 2025-10-10T02:10:55.4583890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sys 2025-10-10T02:10:55.4584360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-s 2025-10-10T02:10:55.4584870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos7 2025-10-10T02:10:55.4585370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-18-rv 2025-10-10T02:10:55.4585850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm31 2025-10-10T02:10:55.4586380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-nl 2025-10-10T02:10:55.4586880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5620-s 2025-10-10T02:10:55.4587350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm36 2025-10-10T02:10:55.4587850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar 2025-10-10T02:10:55.4588310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga 2025-10-10T02:10:55.4588890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apollo_15P 2025-10-10T02:10:55.4589290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/alt7 2025-10-10T02:10:55.4589870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-rv-s 2025-10-10T02:10:55.4590450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730-41 2025-10-10T02:10:55.4590950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420_2-w 2025-10-10T02:10:55.4591470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605-w 2025-10-10T02:10:55.4591980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att605 2025-10-10T02:10:55.4592520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-60-dec-rv 2025-10-10T02:10:55.4592990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410 2025-10-10T02:10:55.4593500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/altos7pc 2025-10-10T02:10:55.4594040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1178 2025-10-10T02:10:55.4594520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/absolute 2025-10-10T02:10:55.4594990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-219 2025-10-10T02:10:55.4595450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at 2025-10-10T02:10:55.4595940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm+sgr 2025-10-10T02:10:55.4596460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620-w 2025-10-10T02:10:55.4596930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s 2025-10-10T02:10:55.4597420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aj510 2025-10-10T02:10:55.4597930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730-24 2025-10-10T02:10:55.4598440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex-232 2025-10-10T02:10:55.4598880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aws 2025-10-10T02:10:55.4599400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att7300 2025-10-10T02:10:55.4599920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm3a+ 2025-10-10T02:10:55.4600420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar0 2025-10-10T02:10:55.4600900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm12 2025-10-10T02:10:55.4601430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-rv 2025-10-10T02:10:55.4601890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730r 2025-10-10T02:10:55.4602450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sys-old 2025-10-10T02:10:55.4602890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/a980 2025-10-10T02:10:55.4603380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att620 2025-10-10T02:10:55.4603930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-videx 2025-10-10T02:10:55.4604420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi.sysk 2025-10-10T02:10:55.4604910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amp219w 2025-10-10T02:10:55.4605430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ampex175-b 2025-10-10T02:10:55.4606000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x25-mono 2025-10-10T02:10:55.4606480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm31-old 2025-10-10T02:10:55.4606980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avatar1 2025-10-10T02:10:55.4607480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple-80 2025-10-10T02:10:55.4607960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-db 2025-10-10T02:10:55.4608520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-vnc 2025-10-10T02:10:55.4609070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-rv-nl 2025-10-10T02:10:55.4609530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm22 2025-10-10T02:10:55.4610030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att610 2025-10-10T02:10:55.4610530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adds980 2025-10-10T02:10:55.4611030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/apple80p 2025-10-10T02:10:55.4611530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5410-w 2025-10-10T02:10:55.4612090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+inittabs 2025-10-10T02:10:55.4612600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+local 2025-10-10T02:10:55.4613110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425-nl 2025-10-10T02:10:55.4613580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aterm 2025-10-10T02:10:55.4614040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at-m 2025-10-10T02:10:55.4614600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4425-w 2025-10-10T02:10:55.4615110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5425-w 2025-10-10T02:10:55.4615650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-rv-ctxt 2025-10-10T02:10:55.4616200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att2300 2025-10-10T02:10:55.4616650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-ns 2025-10-10T02:10:55.4617110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5310 2025-10-10T02:10:55.4617670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4410-w 2025-10-10T02:10:55.4618170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-36-rv 2025-10-10T02:10:55.4618640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/act4 2025-10-10T02:10:55.4619170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-rv-s 2025-10-10T02:10:55.4619660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm-m 2025-10-10T02:10:55.4620130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adm1 2025-10-10T02:10:55.4620630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/amiga-h 2025-10-10T02:10:55.4621160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att615-103k 2025-10-10T02:10:55.4621660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ambas 2025-10-10T02:10:55.4622100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at386 2025-10-10T02:10:55.4622610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIe 2025-10-10T02:10:55.4623080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att700 2025-10-10T02:10:55.4623580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-36 2025-10-10T02:10:55.4624110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att4415-w-rv 2025-10-10T02:10:55.4624620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/arm100-wam 2025-10-10T02:10:55.4625070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/act5 2025-10-10T02:10:55.4625580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIgs 2025-10-10T02:10:55.4626090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/addsvp60 2025-10-10T02:10:55.4626580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/avt-w-s 2025-10-10T02:10:55.4627080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5320 2025-10-10T02:10:55.4627590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-s-ctxt 2025-10-10T02:10:55.4628100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa+unk 2025-10-10T02:10:55.4628600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi-m 2025-10-10T02:10:55.4629100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/adds200 2025-10-10T02:10:55.4629680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+apparrows 2025-10-10T02:10:55.4630220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30-s-rv-ct 2025-10-10T02:10:55.4630690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/appleIIc 2025-10-10T02:10:55.4631210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aaa-30 2025-10-10T02:10:55.4631670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/at-color 2025-10-10T02:10:55.4632150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att730 2025-10-10T02:10:55.4632680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi80x43 2025-10-10T02:10:55.4633180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att5420-nl 2025-10-10T02:10:55.4633670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/att505 2025-10-10T02:10:55.4634210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/ansi+arrows 2025-10-10T02:10:55.4634680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/61/aixterm 2025-10-10T02:10:55.4635200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200vi-w 2025-10-10T02:10:55.4635670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200vi 2025-10-10T02:10:55.4636140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200 2025-10-10T02:10:55.4636650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fenixw 2025-10-10T02:10:55.4637130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/falco-p 2025-10-10T02:10:55.4637630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fox 2025-10-10T02:10:55.4638190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot 2025-10-10T02:10:55.4638650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom 2025-10-10T02:10:55.4639120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f100 2025-10-10T02:10:55.4639610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fbterm 2025-10-10T02:10:55.4640140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom110 2025-10-10T02:10:55.4640640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-14w 2025-10-10T02:10:55.4641110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-w 2025-10-10T02:10:55.4641590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f1720 2025-10-10T02:10:55.4642130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot+base 2025-10-10T02:10:55.4642580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fixterm 2025-10-10T02:10:55.4643120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom100 2025-10-10T02:10:55.4643610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f200-w 2025-10-10T02:10:55.4644230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fos 2025-10-10T02:10:55.4644640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/foot-direct 2025-10-10T02:10:55.4645100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110 2025-10-10T02:10:55.4645600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fenix 2025-10-10T02:10:55.4646050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/falco 2025-10-10T02:10:55.4646570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f110-14 2025-10-10T02:10:55.4647070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom-rv 2025-10-10T02:10:55.4647580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f100-rv 2025-10-10T02:10:55.4648090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/freedom200 2025-10-10T02:10:55.4648570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/f1720a 2025-10-10T02:10:55.4649070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/66/fortune 2025-10-10T02:10:55.4649530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P4 2025-10-10T02:10:55.4649970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-W 2025-10-10T02:10:55.4650570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-M 2025-10-10T02:10:55.4651020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P5 2025-10-10T02:10:55.4651500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-8-W 2025-10-10T02:10:55.4651970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-8 2025-10-10T02:10:55.4652480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P8-W 2025-10-10T02:10:55.4652940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-M 2025-10-10T02:10:55.4653360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P7 2025-10-10T02:10:55.4653830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9 2025-10-10T02:10:55.4654290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P8 2025-10-10T02:10:55.4654780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-M-W 2025-10-10T02:10:55.4655280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12-W 2025-10-10T02:10:55.4655740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P9-W 2025-10-10T02:10:55.4656230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14 2025-10-10T02:10:55.4656700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P14-M-W 2025-10-10T02:10:55.4657450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/50/P12 2025-10-10T02:10:55.4657650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp236 2025-10-10T02:10:55.4658180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19us 2025-10-10T02:10:55.4658710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h-100 2025-10-10T02:10:55.4659270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-nt 2025-10-10T02:10:55.4659860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-kx-p 2025-10-10T02:10:55.4660460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h100 2025-10-10T02:10:55.4660900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19a 2025-10-10T02:10:55.4661470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624-10p 2025-10-10T02:10:55.4662060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19 2025-10-10T02:10:55.4662620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hirez100 2025-10-10T02:10:55.4663220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621a-a 2025-10-10T02:10:55.4663730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2640b 2025-10-10T02:10:55.4664280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-smul 2025-10-10T02:10:55.4664780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h80 2025-10-10T02:10:55.4665340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626p 2025-10-10T02:10:55.4665880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2623a 2025-10-10T02:10:55.4666550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm-color 2025-10-10T02:10:55.4667000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpex2 2025-10-10T02:10:55.4667570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2645a 2025-10-10T02:10:55.4668170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath-19 2025-10-10T02:10:55.4668700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hterm 2025-10-10T02:10:55.4669260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19g 2025-10-10T02:10:55.4669790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-u 2025-10-10T02:10:55.4670400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12 2025-10-10T02:10:55.4670890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp 2025-10-10T02:10:55.4671460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-g 2025-10-10T02:10:55.4672050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-x40 2025-10-10T02:10:55.4672650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm-color2 2025-10-10T02:10:55.4673180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heathkit 2025-10-10T02:10:55.4673810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-kc-bc 2025-10-10T02:10:55.4674460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-a 2025-10-10T02:10:55.4675010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-kx 2025-10-10T02:10:55.4675490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-bs 2025-10-10T02:10:55.4675980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp70092A 2025-10-10T02:10:55.4676510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-wl 2025-10-10T02:10:55.4677230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk-cr 2025-10-10T02:10:55.4677630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz2000 2025-10-10T02:10:55.4678170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550a-color 2025-10-10T02:10:55.4678690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-4p 2025-10-10T02:10:55.4679150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550 2025-10-10T02:10:55.4679650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpsub 2025-10-10T02:10:55.4680140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+arrows 2025-10-10T02:10:55.4680770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk+arrows 2025-10-10T02:10:55.4681210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621k45 2025-10-10T02:10:55.4681730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heathkit-a 2025-10-10T02:10:55.4682320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550-color 2025-10-10T02:10:55.4682790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hds200 2025-10-10T02:10:55.4683340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1420 2025-10-10T02:10:55.4683850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2392 2025-10-10T02:10:55.4684330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hirez100-w 2025-10-10T02:10:55.4684820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2648 2025-10-10T02:10:55.4685320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-c 2025-10-10T02:10:55.4685800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1552 2025-10-10T02:10:55.4686260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2 2025-10-10T02:10:55.4686760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-nkc-bc 2025-10-10T02:10:55.4687270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+color 2025-10-10T02:10:55.4687850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-fl 2025-10-10T02:10:55.4688290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2641a 2025-10-10T02:10:55.4688780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/htx11 2025-10-10T02:10:55.4689260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627a 2025-10-10T02:10:55.4689800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp262x 2025-10-10T02:10:55.4690240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624 2025-10-10T02:10:55.4690730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2623 2025-10-10T02:10:55.4691230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621p-a 2025-10-10T02:10:55.4691780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-k45 2025-10-10T02:10:55.4692270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b 2025-10-10T02:10:55.4692700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hazel 2025-10-10T02:10:55.4693190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2648a 2025-10-10T02:10:55.4693700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98550a 2025-10-10T02:10:55.4694420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2622 2025-10-10T02:10:55.4695080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp9837 2025-10-10T02:10:55.4695690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-4p-p 2025-10-10T02:10:55.4696480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621p 2025-10-10T02:10:55.4697120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpgeneric 2025-10-10T02:10:55.4697750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624a 2025-10-10T02:10:55.4698330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1500 2025-10-10T02:10:55.4698970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19kermit 2025-10-10T02:10:55.4699660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-us 2025-10-10T02:10:55.4700230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-old 2025-10-10T02:10:55.4701010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp700-wy 2025-10-10T02:10:55.4701730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp9845 2025-10-10T02:10:55.4702390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-nl 2025-10-10T02:10:55.4702940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpex 2025-10-10T02:10:55.4703680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19k 2025-10-10T02:10:55.4704360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hterm-256color 2025-10-10T02:10:55.4704980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-kc-uc 2025-10-10T02:10:55.4705690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+printer 2025-10-10T02:10:55.4706300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2397a 2025-10-10T02:10:55.4707180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-10p 2025-10-10T02:10:55.4707720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1510 2025-10-10T02:10:55.4708430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-ba 2025-10-10T02:10:55.4709100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12x40 2025-10-10T02:10:55.4709840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/ha8675 2025-10-10T02:10:55.4710470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/ha8686 2025-10-10T02:10:55.4711080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2640a 2025-10-10T02:10:55.4711720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1520 2025-10-10T02:10:55.4712410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626a 2025-10-10T02:10:55.4713130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624a-10p 2025-10-10T02:10:55.4713720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath 2025-10-10T02:10:55.4714440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft-c-old 2025-10-10T02:10:55.4715050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98720 2025-10-10T02:10:55.4715650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1000 2025-10-10T02:10:55.4716320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hft 2025-10-10T02:10:55.4717020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2382 2025-10-10T02:10:55.4717680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpterm 2025-10-10T02:10:55.4718260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hpansi 2025-10-10T02:10:55.4718850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp98721 2025-10-10T02:10:55.4719490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h19-b 2025-10-10T02:10:55.4720080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-a 2025-10-10T02:10:55.4720780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp45 2025-10-10T02:10:55.4721340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h-100bw 2025-10-10T02:10:55.4722140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1520-noesc 2025-10-10T02:10:55.4722590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp110 2025-10-10T02:10:55.4723060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp300h 2025-10-10T02:10:55.4723520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/he80 2025-10-10T02:10:55.4724110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-12-s 2025-10-10T02:10:55.4724620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2397 2025-10-10T02:10:55.4725160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp150 2025-10-10T02:10:55.4725700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2382a 2025-10-10T02:10:55.4726270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621-48 2025-10-10T02:10:55.4726830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+pfk+cr 2025-10-10T02:10:55.4727420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h29a-nkc-uc 2025-10-10T02:10:55.4727930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp700 2025-10-10T02:10:55.4728550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621b-p 2025-10-10T02:10:55.4729070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/h100bw 2025-10-10T02:10:55.4729580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hurd 2025-10-10T02:10:55.4730130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp70092 2025-10-10T02:10:55.4730680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2622a 2025-10-10T02:10:55.4731260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2644a 2025-10-10T02:10:55.4731790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2645 2025-10-10T02:10:55.4732400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-10p-p 2025-10-10T02:10:55.4732950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-s 2025-10-10T02:10:55.4733580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627c 2025-10-10T02:10:55.4734110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hz1552-rv 2025-10-10T02:10:55.4734620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626 2025-10-10T02:10:55.4735200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2627a-rev 2025-10-10T02:10:55.4735810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621 2025-10-10T02:10:55.4736270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b 2025-10-10T02:10:55.4736820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2626-ns 2025-10-10T02:10:55.4737350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hmod1 2025-10-10T02:10:55.4737880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2621A 2025-10-10T02:10:55.4738440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp+labels 2025-10-10T02:10:55.4739090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2624b-p 2025-10-10T02:10:55.4739550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/heath-ansi 2025-10-10T02:10:55.4740170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/68/hp2647a 2025-10-10T02:10:55.4740810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35 2025-10-10T02:10:55.4741370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-100 2025-10-10T02:10:55.4741990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50 2025-10-10T02:10:55.4742530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o4112-nd 2025-10-10T02:10:55.4743140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-w 2025-10-10T02:10:55.4743650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oc100 2025-10-10T02:10:55.4744250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60 2025-10-10T02:10:55.4745860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35-w 2025-10-10T02:10:55.4746230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osexec 2025-10-10T02:10:55.4746690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o85h 2025-10-10T02:10:55.4747210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldibmpc3 2025-10-10T02:10:55.4747690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-w 2025-10-10T02:10:55.4748240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50-w 2025-10-10T02:10:55.4748810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-w-vt 2025-10-10T02:10:55.4749280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne 2025-10-10T02:10:55.4749750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldsun 2025-10-10T02:10:55.4750330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne1-w 2025-10-10T02:10:55.4750850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne-w 2025-10-10T02:10:55.4751280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/owl 2025-10-10T02:10:55.4751830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oconcept 2025-10-10T02:10:55.4752280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt 2025-10-10T02:10:55.4752840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60-nti 2025-10-10T02:10:55.4753290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/ofcons 2025-10-10T02:10:55.4753800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opus3n1+ 2025-10-10T02:10:55.4754340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4112 2025-10-10T02:10:55.4754820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4115 2025-10-10T02:10:55.4755410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldxterm+sm+1006 2025-10-10T02:10:55.4755930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-100-nti 2025-10-10T02:10:55.4756440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-nti 2025-10-10T02:10:55.4756910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oblit 2025-10-10T02:10:55.4757520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4114 2025-10-10T02:10:55.4758020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/otek4113 2025-10-10T02:10:55.4758590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-50-nti 2025-10-10T02:10:55.4759050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/o31 2025-10-10T02:10:55.4759740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oabm85h 2025-10-10T02:10:55.4760140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/oldpc3 2025-10-10T02:10:55.4760690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/osborne1 2025-10-10T02:10:55.4761210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/omron 2025-10-10T02:10:55.4761800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25-nti 2025-10-10T02:10:55.4762190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/origpc3 2025-10-10T02:10:55.4762780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-w-vt 2025-10-10T02:10:55.4763260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-60-w 2025-10-10T02:10:55.4763830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/origibmpc3 2025-10-10T02:10:55.4764340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/old-st 2025-10-10T02:10:55.4764810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/ojerq 2025-10-10T02:10:55.4765320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-25 2025-10-10T02:10:55.4765940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/opennt-35-nti 2025-10-10T02:10:55.4766360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6f/os9LII 2025-10-10T02:10:55.4766860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jfbterm 2025-10-10T02:10:55.4767380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jaixterm-m 2025-10-10T02:10:55.4767820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jerq 2025-10-10T02:10:55.4768350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6a/jaixterm 2025-10-10T02:10:55.4768810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621 2025-10-10T02:10:55.4769320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621-wl 2025-10-10T02:10:55.4769840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/32/2621A 2025-10-10T02:10:55.4770370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5051 2025-10-10T02:10:55.4770930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5410-w 2025-10-10T02:10:55.4771450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5630-24 2025-10-10T02:10:55.4772050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5630DMD-24 2025-10-10T02:10:55.4772600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/35/5620 2025-10-10T02:10:55.4773150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi 2025-10-10T02:10:55.4773680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iq140 2025-10-10T02:10:55.4774270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3161 2025-10-10T02:10:55.4774880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertube2 2025-10-10T02:10:55.4775540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6154-c 2025-10-10T02:10:55.4775980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm 2025-10-10T02:10:55.4776480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertube 2025-10-10T02:10:55.4777010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3151 2025-10-10T02:10:55.4777550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5051 2025-10-10T02:10:55.4778090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8604 2025-10-10T02:10:55.4778660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/infoton 2025-10-10T02:10:55.4779250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3r-mono 2025-10-10T02:10:55.4779750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmaed 2025-10-10T02:10:55.4780290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc 2025-10-10T02:10:55.4780800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ips 2025-10-10T02:10:55.4781350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm327x 2025-10-10T02:10:55.4781880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibcs2 2025-10-10T02:10:55.4782410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i100 2025-10-10T02:10:55.4783050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmmpel-c 2025-10-10T02:10:55.4783540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmega 2025-10-10T02:10:55.4784040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5154 2025-10-10T02:10:55.4784570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iTerm2.app 2025-10-10T02:10:55.4785130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi-net 2025-10-10T02:10:55.4785670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/infoton2 2025-10-10T02:10:55.4786270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmvga-c 2025-10-10T02:10:55.4786850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm+16color 2025-10-10T02:10:55.4787420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims-ansi 2025-10-10T02:10:55.4788030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-system1 2025-10-10T02:10:55.4788590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8c 2025-10-10T02:10:55.4789220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8503 2025-10-10T02:10:55.4789790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmega-c 2025-10-10T02:10:55.4790250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmx 2025-10-10T02:10:55.4790720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-pc 2025-10-10T02:10:55.4791200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intext2 2025-10-10T02:10:55.4791730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5081 2025-10-10T02:10:55.4792270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8c-c 2025-10-10T02:10:55.4792820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ipsi 2025-10-10T02:10:55.4793290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3162 2025-10-10T02:10:55.4793870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-color 2025-10-10T02:10:55.4794460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950-rv 2025-10-10T02:10:55.4795000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8512 2025-10-10T02:10:55.4795600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3161-C 2025-10-10T02:10:55.4796160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iq120 2025-10-10T02:10:55.4796660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3163 2025-10-10T02:10:55.4797210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3164 2025-10-10T02:10:55.4797780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153-90 2025-10-10T02:10:55.4798320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8513 2025-10-10T02:10:55.4798890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5081-c 2025-10-10T02:10:55.4799410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris40 2025-10-10T02:10:55.4799940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8514 2025-10-10T02:10:55.4800490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm3101 2025-10-10T02:10:55.4801020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm2 2025-10-10T02:10:55.4801570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153 2025-10-10T02:10:55.4802120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intertec 2025-10-10T02:10:55.4802670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6154 2025-10-10T02:10:55.4803200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3r 2025-10-10T02:10:55.4803740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmvga 2025-10-10T02:10:55.4804280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6155 2025-10-10T02:10:55.4804850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950-b 2025-10-10T02:10:55.4805430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/interix-nti 2025-10-10T02:10:55.4805960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmmono 2025-10-10T02:10:55.4806550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa8 2025-10-10T02:10:55.4807120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iTerm.app 2025-10-10T02:10:55.4807620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6404 2025-10-10T02:10:55.4808180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6404-w 2025-10-10T02:10:55.4808780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iterm2-direct 2025-10-10T02:10:55.4809290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i3101 2025-10-10T02:10:55.4809830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intext 2025-10-10T02:10:55.4810430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/interix 2025-10-10T02:10:55.4810920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpc3 2025-10-10T02:10:55.4811490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5151 2025-10-10T02:10:55.4812030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmpcx 2025-10-10T02:10:55.4812710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm+color 2025-10-10T02:10:55.4813270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i3164 2025-10-10T02:10:55.4813640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/icl6402 2025-10-10T02:10:55.4814100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ifmr 2025-10-10T02:10:55.4814600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/i400 2025-10-10T02:10:55.4815090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8507 2025-10-10T02:10:55.4815540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ims950 2025-10-10T02:10:55.4816110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/iris-ansi-ap 2025-10-10T02:10:55.4816670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibmapa16 2025-10-10T02:10:55.4817160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm-apl 2025-10-10T02:10:55.4817690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/intextii 2025-10-10T02:10:55.4818160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm8514-c 2025-10-10T02:10:55.4818670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm5154-c 2025-10-10T02:10:55.4819240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/69/ibm6153-40 2025-10-10T02:10:55.4819710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-H 2025-10-10T02:10:55.4820210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q306-8-pc 2025-10-10T02:10:55.4820760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-H-am 2025-10-10T02:10:55.4821300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-w-am 2025-10-10T02:10:55.4821810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-w 2025-10-10T02:10:55.4822320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/51/Q310-vip-Hw 2025-10-10T02:10:55.4822820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/58/X-hpterm 2025-10-10T02:10:55.4823410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/58/X-hpterm-color2 2025-10-10T02:10:55.4823900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2012 2025-10-10T02:10:55.4824450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-44 2025-10-10T02:10:55.4824930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+rv 2025-10-10T02:10:55.4825420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru 2025-10-10T02:10:55.4825860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator 2025-10-10T02:10:55.4826420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome+pcfkeys 2025-10-10T02:10:55.4826860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go140 2025-10-10T02:10:55.4827410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-s 2025-10-10T02:10:55.4827870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-lp 2025-10-10T02:10:55.4828410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-w-s 2025-10-10T02:10:55.4834000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gsi 2025-10-10T02:10:55.4834190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs6300 2025-10-10T02:10:55.4834410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-52 2025-10-10T02:10:55.4834530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-44-s 2025-10-10T02:10:55.4834640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh72 2025-10-10T02:10:55.4834750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430-24 2025-10-10T02:10:55.4834860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh80 2025-10-10T02:10:55.4834960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+s 2025-10-10T02:10:55.4835070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-fc5 2025-10-10T02:10:55.4835220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430-22 2025-10-10T02:10:55.4835320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt40 2025-10-10T02:10:55.4835420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go225 2025-10-10T02:10:55.4835540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33-rv 2025-10-10T02:10:55.4835710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome 2025-10-10T02:10:55.4836180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2007 2025-10-10T02:10:55.4836720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gigi 2025-10-10T02:10:55.4837180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33 2025-10-10T02:10:55.4837640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-2008 2025-10-10T02:10:55.4838080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-t 2025-10-10T02:10:55.4838570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/graphos 2025-10-10T02:10:55.4839040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76 2025-10-10T02:10:55.4839620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/glasstty 2025-10-10T02:10:55.4840170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-256color 2025-10-10T02:10:55.4840670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gs5430 2025-10-10T02:10:55.4841060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-rv 2025-10-10T02:10:55.4841690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-24 2025-10-10T02:10:55.4842520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru+unk 2025-10-10T02:10:55.4843310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh90 2025-10-10T02:10:55.4844070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-w 2025-10-10T02:10:55.4844660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-nctxt 2025-10-10T02:10:55.4845320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gnome-rh62 2025-10-10T02:10:55.4845930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go-225 2025-10-10T02:10:55.4846680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt100a 2025-10-10T02:10:55.4847320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt100 2025-10-10T02:10:55.4847880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gt42 2025-10-10T02:10:55.4848460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-s 2025-10-10T02:10:55.4849110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-lp 2025-10-10T02:10:55.4849790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/go140w 2025-10-10T02:10:55.4850470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/graphos-30 2025-10-10T02:10:55.4851060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-33-s 2025-10-10T02:10:55.4851740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/gator-52t 2025-10-10T02:10:55.4852430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/67/guru-76-wm 2025-10-10T02:10:55.4853020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4410-w 2025-10-10T02:10:55.4853620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4027ex 2025-10-10T02:10:55.4854260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/34/4025ex 2025-10-10T02:10:55.4854930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/33/386at 2025-10-10T02:10:55.4855480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/33/3b1 2025-10-10T02:10:55.4856100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4e/NCR260VT300WPP 2025-10-10T02:10:55.4856700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4e/NCRVT100WPP 2025-10-10T02:10:55.4857340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-88color 2025-10-10T02:10:55.4857920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm 2025-10-10T02:10:55.4858560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-256color 2025-10-10T02:10:55.4859420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/45/Eterm-color 2025-10-10T02:10:55.4860250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b-nb 2025-10-10T02:10:55.4860990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scanset 2025-10-10T02:10:55.4861520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/swtp 2025-10-10T02:10:55.4862170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbee-xsb 2025-10-10T02:10:55.4862660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/synertek380 2025-10-10T02:10:55.4863240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-256color 2025-10-10T02:10:55.4863760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen5 2025-10-10T02:10:55.4864330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc140 2025-10-10T02:10:55.4864930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color 2025-10-10T02:10:55.4865460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen2 2025-10-10T02:10:55.4866000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-17 2025-10-10T02:10:55.4866690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty 2025-10-10T02:10:55.4867180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun 2025-10-10T02:10:55.4867760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-16color 2025-10-10T02:10:55.4868420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm-256color 2025-10-10T02:10:55.4868950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen3 2025-10-10T02:10:55.4869490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen4 2025-10-10T02:10:55.4870200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.konsole-256color 2025-10-10T02:10:55.4870660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/s4 2025-10-10T02:10:55.4871300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m1 2025-10-10T02:10:55.4871940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-bce-s 2025-10-10T02:10:55.4872570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-bce 2025-10-10T02:10:55.4873250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel12-80 2025-10-10T02:10:55.4873720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbee 2025-10-10T02:10:55.4874250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.7 2025-10-10T02:10:55.4875010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m1b 2025-10-10T02:10:55.4875580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-cgsix 2025-10-10T02:10:55.4876030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb3 2025-10-10T02:10:55.4876530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi 2025-10-10T02:10:55.4877110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.konsole 2025-10-10T02:10:55.4877570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-m 2025-10-10T02:10:55.4878010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.6 2025-10-10T02:10:55.4878580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.rxvt 2025-10-10T02:10:55.4879100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-type4 2025-10-10T02:10:55.4879570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-0.8 2025-10-10T02:10:55.4880080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb2 2025-10-10T02:10:55.4880680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m1b 2025-10-10T02:10:55.4881230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbeeic 2025-10-10T02:10:55.4881660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-e-s 2025-10-10T02:10:55.4882150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-cmd 2025-10-10T02:10:55.4882640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc 2025-10-10T02:10:55.4883180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.gnome 2025-10-10T02:10:55.4883800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-r6 2025-10-10T02:10:55.4884280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-s 2025-10-10T02:10:55.4884760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-c 2025-10-10T02:10:55.4885300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.vte 2025-10-10T02:10:55.4885790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sune 2025-10-10T02:10:55.4886360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1-nb 2025-10-10T02:10:55.4886840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-base 2025-10-10T02:10:55.4887410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.gnome 2025-10-10T02:10:55.4887950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m2 2025-10-10T02:10:55.4888400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun2 2025-10-10T02:10:55.4888950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-w 2025-10-10T02:10:55.4889570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-xfree86 2025-10-10T02:10:55.4890040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm 2025-10-10T02:10:55.4890560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-ss5 2025-10-10T02:10:55.4891010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-e 2025-10-10T02:10:55.4891490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-nic 2025-10-10T02:10:55.4892150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mlterm-256color 2025-10-10T02:10:55.4892680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.rxvt 2025-10-10T02:10:55.4893160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-34 2025-10-10T02:10:55.4893850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel2-80 2025-10-10T02:10:55.4894360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st-direct 2025-10-10T02:10:55.4894820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/simterm 2025-10-10T02:10:55.4895420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b 2025-10-10T02:10:55.4895860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sc415 2025-10-10T02:10:55.4896350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sibo 2025-10-10T02:10:55.4896900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi-old 2025-10-10T02:10:55.4897380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stv52 2025-10-10T02:10:55.4897990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-s 2025-10-10T02:10:55.4898560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.xterm-new 2025-10-10T02:10:55.4898960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st 2025-10-10T02:10:55.4899530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-color 2025-10-10T02:10:55.4900110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sbobcat 2025-10-10T02:10:55.4900540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux 2025-10-10T02:10:55.4901050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-12 2025-10-10T02:10:55.4901740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-bce-s 2025-10-10T02:10:55.4902430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen+italics 2025-10-10T02:10:55.4902900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-24 2025-10-10T02:10:55.4903520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-m2 2025-10-10T02:10:55.4904130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.linux 2025-10-10T02:10:55.4904680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screwpoint 2025-10-10T02:10:55.4905220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/soroc120 2025-10-10T02:10:55.4905760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-48 2025-10-10T02:10:55.4906330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/simpleterm 2025-10-10T02:10:55.4906910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/synertek 2025-10-10T02:10:55.4907370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scrt 2025-10-10T02:10:55.4907910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen 2025-10-10T02:10:55.4908490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-il 2025-10-10T02:10:55.4909030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce 2025-10-10T02:10:55.4909530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sbi 2025-10-10T02:10:55.4910050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sb1 2025-10-10T02:10:55.4910750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-256color 2025-10-10T02:10:55.4911220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52 2025-10-10T02:10:55.4911760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scrhp 2025-10-10T02:10:55.4912410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stterm-16color 2025-10-10T02:10:55.4912990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/scoansi-new 2025-10-10T02:10:55.4913520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/superbrain 2025-10-10T02:10:55.4914160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color-s 2025-10-10T02:10:55.4914680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sv80 2025-10-10T02:10:55.4915260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mlterm 2025-10-10T02:10:55.4915900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.vte-256color 2025-10-10T02:10:55.4916570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.putty-256color 2025-10-10T02:10:55.4917170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.mrxvt 2025-10-10T02:10:55.4917710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/st52-old 2025-10-10T02:10:55.4918300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.Eterm 2025-10-10T02:10:55.4918930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/spinwriter 2025-10-10T02:10:55.4919510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-s 2025-10-10T02:10:55.4920180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun1 2025-10-10T02:10:55.4920720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.teraterm 2025-10-10T02:10:55.4921280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.Eterm 2025-10-10T02:10:55.4921850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.mrxvt 2025-10-10T02:10:55.4922480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-16color-bce 2025-10-10T02:10:55.4922980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-s 2025-10-10T02:10:55.4923530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/stv52pc 2025-10-10T02:10:55.4924210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1b-80 2025-10-10T02:10:55.4924710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/system1 2025-10-10T02:10:55.4925390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.linux-m1 2025-10-10T02:10:55.4925890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-1 2025-10-10T02:10:55.4926460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-color 2025-10-10T02:10:55.4927120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.xterm-new 2025-10-10T02:10:55.4928750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-256color 2025-10-10T02:10:55.4929120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen+fkeys 2025-10-10T02:10:55.4929670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen-bce.konsole 2025-10-10T02:10:55.4930140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun+sl 2025-10-10T02:10:55.4930620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sc410 2025-10-10T02:10:55.4931100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/sun-s-e 2025-10-10T02:10:55.4931690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/screen.minitel1 2025-10-10T02:10:55.4932170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/73/securecrt 2025-10-10T02:10:55.4932670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424 2025-10-10T02:10:55.4933130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52 2025-10-10T02:10:55.4933740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc-vb 2025-10-10T02:10:55.4934190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-s 2025-10-10T02:10:55.4934750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk-2p 2025-10-10T02:10:55.4935250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-rv 2025-10-10T02:10:55.4935760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-15 2025-10-10T02:10:55.4936270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-1 2025-10-10T02:10:55.4936740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek 2025-10-10T02:10:55.4937240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti926-8 2025-10-10T02:10:55.4937770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc 2025-10-10T02:10:55.4938330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb 2025-10-10T02:10:55.4938820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi925-hi 2025-10-10T02:10:55.4939280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty33 2025-10-10T02:10:55.4939810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4027-ex 2025-10-10T02:10:55.4940350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4107 2025-10-10T02:10:55.4940890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti928-8 2025-10-10T02:10:55.4941470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-rv 2025-10-10T02:10:55.4942050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-p 2025-10-10T02:10:55.4942650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-unk 2025-10-10T02:10:55.4943170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ttydmd 2025-10-10T02:10:55.4943770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p-2p 2025-10-10T02:10:55.4944300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4109 2025-10-10T02:10:55.4944830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty35 2025-10-10T02:10:55.4945440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc-2p 2025-10-10T02:10:55.4946030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-8-132 2025-10-10T02:10:55.4946680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-unk 2025-10-10T02:10:55.4947170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti931 2025-10-10T02:10:55.4947730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970-vb 2025-10-10T02:10:55.4948260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425 2025-10-10T02:10:55.4948780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts-1p 2025-10-10T02:10:55.4949340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920 2025-10-10T02:10:55.4949900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-34 2025-10-10T02:10:55.4950450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi9065 2025-10-10T02:10:55.4951080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p-2p 2025-10-10T02:10:55.4951620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-p 2025-10-10T02:10:55.4952230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+printer 2025-10-10T02:10:55.4952810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc-2p 2025-10-10T02:10:55.4953330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t16 2025-10-10T02:10:55.4953840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c 2025-10-10T02:10:55.4954410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk-vb 2025-10-10T02:10:55.4954900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tgtelnet 2025-10-10T02:10:55.4955480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk 2025-10-10T02:10:55.4956030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4027 2025-10-10T02:10:55.4956610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology 2025-10-10T02:10:55.4957200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620 2025-10-10T02:10:55.4957760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc-vb 2025-10-10T02:10:55.4958430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b+fn 2025-10-10T02:10:55.4958910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2103-sna 2025-10-10T02:10:55.4959430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105-30 2025-10-10T02:10:55.4959950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2102-sna 2025-10-10T02:10:55.4960490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-17-ws 2025-10-10T02:10:55.4960990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b 2025-10-10T02:10:55.4961590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc 2025-10-10T02:10:55.4962030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi910 2025-10-10T02:10:55.4962730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb 2025-10-10T02:10:55.4963460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424-1 2025-10-10T02:10:55.4964040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t10 2025-10-10T02:10:55.4964780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk 2025-10-10T02:10:55.4965350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti707 2025-10-10T02:10:55.4966020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi921 2025-10-10T02:10:55.4966590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti700 2025-10-10T02:10:55.4967260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4404 2025-10-10T02:10:55.4967970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p 2025-10-10T02:10:55.4968660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-2p 2025-10-10T02:10:55.4969240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken 2025-10-10T02:10:55.4969800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tt52 2025-10-10T02:10:55.4970460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025a 2025-10-10T02:10:55.4971150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-p 2025-10-10T02:10:55.4971800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-unk-2p 2025-10-10T02:10:55.4972450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410v1-w 2025-10-10T02:10:55.4973060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs2 2025-10-10T02:10:55.4974030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-mc-2p 2025-10-10T02:10:55.4974640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950 2025-10-10T02:10:55.4975340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924 2025-10-10T02:10:55.4976160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52-m 2025-10-10T02:10:55.4976850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-132 2025-10-10T02:10:55.4977560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-nl 2025-10-10T02:10:55.4978410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425-w 2025-10-10T02:10:55.4979060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv 2025-10-10T02:10:55.4979810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p-vb 2025-10-10T02:10:55.4980530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc-vb 2025-10-10T02:10:55.4981150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970-2p 2025-10-10T02:10:55.4981810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4207 2025-10-10T02:10:55.4982490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm4.59 2025-10-10T02:10:55.4983240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912cc 2025-10-10T02:10:55.4984030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-unk 2025-10-10T02:10:55.4984600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t3800 2025-10-10T02:10:55.4985380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-mc-vb 2025-10-10T02:10:55.4986080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-1.0.0 2025-10-10T02:10:55.4986610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw100 2025-10-10T02:10:55.4987280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+dim 2025-10-10T02:10:55.4987900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet300 2025-10-10T02:10:55.4988600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-2018 2025-10-10T02:10:55.4989230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti703-w 2025-10-10T02:10:55.4989800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty43 2025-10-10T02:10:55.4990420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113 2025-10-10T02:10:55.4991190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-16color 2025-10-10T02:10:55.4991940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminator 2025-10-10T02:10:55.4992500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4114 2025-10-10T02:10:55.4993190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti_ansi 2025-10-10T02:10:55.4993890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100-ctxt 2025-10-10T02:10:55.4994590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5425-nl 2025-10-10T02:10:55.4995350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teletec 2025-10-10T02:10:55.4996010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts1p 2025-10-10T02:10:55.4996790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-unk 2025-10-10T02:10:55.4997550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p-vb 2025-10-10T02:10:55.4998260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4125 2025-10-10T02:10:55.4999000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv-4p 2025-10-10T02:10:55.4999520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100 2025-10-10T02:10:55.5000290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p 2025-10-10T02:10:55.5001120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410-w 2025-10-10T02:10:55.5001820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-p 2025-10-10T02:10:55.5002400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab 2025-10-10T02:10:55.5003070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti707-w 2025-10-10T02:10:55.5003690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-p 2025-10-10T02:10:55.5004410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955-w 2025-10-10T02:10:55.5005090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc-2p 2025-10-10T02:10:55.5005900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113-34 2025-10-10T02:10:55.5006430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p 2025-10-10T02:10:55.5006940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4115 2025-10-10T02:10:55.5007470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk-vb 2025-10-10T02:10:55.5007960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112 2025-10-10T02:10:55.5008510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet1200 2025-10-10T02:10:55.5008950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t3700 2025-10-10T02:10:55.5009530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-sc+fkeys 2025-10-10T02:10:55.5009990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t1061f 2025-10-10T02:10:55.5010460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty37 2025-10-10T02:10:55.5010960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c 2025-10-10T02:10:55.5011450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t1061 2025-10-10T02:10:55.5011970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi803 2025-10-10T02:10:55.5012480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tn1200 2025-10-10T02:10:55.5012980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924-8 2025-10-10T02:10:55.5013550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-unk 2025-10-10T02:10:55.5014080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-vt+fkeys 2025-10-10T02:10:55.5014560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts100-sp 2025-10-10T02:10:55.5015050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4420 2025-10-10T02:10:55.5015610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-mc 2025-10-10T02:10:55.5016110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4424m 2025-10-10T02:10:55.5016590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105 2025-10-10T02:10:55.5017100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4015-sm 2025-10-10T02:10:55.5017670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-mc 2025-10-10T02:10:55.5018150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminet 2025-10-10T02:10:55.5018630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b 2025-10-10T02:10:55.5019140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w 2025-10-10T02:10:55.5019690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-w-rv 2025-10-10T02:10:55.5020160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teleray 2025-10-10T02:10:55.5020670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trsII 2025-10-10T02:10:55.5021190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+vb 2025-10-10T02:10:55.5021830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p-2p 2025-10-10T02:10:55.5022250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p-p 2025-10-10T02:10:55.5022810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4109brl 2025-10-10T02:10:55.5023360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty4426 2025-10-10T02:10:55.5023940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-2p 2025-10-10T02:10:55.5024540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk-2p 2025-10-10T02:10:55.5025110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-rv 2025-10-10T02:10:55.5025660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112-5 2025-10-10T02:10:55.5026260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux-256color 2025-10-10T02:10:55.5026780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi924 2025-10-10T02:10:55.5027390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-rv-nl 2025-10-10T02:10:55.5027970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924-8w 2025-10-10T02:10:55.5028500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-p 2025-10-10T02:10:55.5029090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132-w 2025-10-10T02:10:55.5029650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts-1 2025-10-10T02:10:55.5030220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p-2p 2025-10-10T02:10:55.5030790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws-generic 2025-10-10T02:10:55.5031360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tandem6510 2025-10-10T02:10:55.5032000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm-256color 2025-10-10T02:10:55.5032580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-mc 2025-10-10T02:10:55.5033110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912 2025-10-10T02:10:55.5033670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm 2025-10-10T02:10:55.5034190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti733 2025-10-10T02:10:55.5034750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025 2025-10-10T02:10:55.5035330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+mc 2025-10-10T02:10:55.5035930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410 2025-10-10T02:10:55.5036420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi92D 2025-10-10T02:10:55.5037050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk-vb 2025-10-10T02:10:55.5037550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4014 2025-10-10T02:10:55.5038110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-vt 2025-10-10T02:10:55.5038680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p 2025-10-10T02:10:55.5039230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4013 2025-10-10T02:10:55.5039800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi970 2025-10-10T02:10:55.5040340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk 2025-10-10T02:10:55.5040860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi914 2025-10-10T02:10:55.5041390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti735 2025-10-10T02:10:55.5041980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux 2025-10-10T02:10:55.5042400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti703 2025-10-10T02:10:55.5042900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi925 2025-10-10T02:10:55.5043360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/t653x 2025-10-10T02:10:55.5043890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tw52-color 2025-10-10T02:10:55.5044350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs16 2025-10-10T02:10:55.5044860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4012 2025-10-10T02:10:55.5045340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420 2025-10-10T02:10:55.5045820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/trs80II 2025-10-10T02:10:55.5046340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4015 2025-10-10T02:10:55.5046850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-sc 2025-10-10T02:10:55.5047350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p 2025-10-10T02:10:55.5047940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-unk 2025-10-10T02:10:55.5048360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tab132 2025-10-10T02:10:55.5048860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4023 2025-10-10T02:10:55.5049360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-p 2025-10-10T02:10:55.5049860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tandem653 2025-10-10T02:10:55.5050350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4024 2025-10-10T02:10:55.5050920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-2p-mc 2025-10-10T02:10:55.5051410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955-hb 2025-10-10T02:10:55.5051900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi92B 2025-10-10T02:10:55.5052490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-unk 2025-10-10T02:10:55.5052940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4014-sm 2025-10-10T02:10:55.5053510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-nl 2025-10-10T02:10:55.5053970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916 2025-10-10T02:10:55.5054480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4205 2025-10-10T02:10:55.5055020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-p 2025-10-10T02:10:55.5055590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm4.97 2025-10-10T02:10:55.5056100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-cr 2025-10-10T02:10:55.5056700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4113-nd 2025-10-10T02:10:55.5057200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-vb-mc 2025-10-10T02:10:55.5057740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-vb-unk 2025-10-10T02:10:55.5058310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tmux-direct 2025-10-10T02:10:55.5058790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-220-7 2025-10-10T02:10:55.5059290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4107brl 2025-10-10T02:10:55.5059740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ts1 2025-10-10T02:10:55.5060230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti926 2025-10-10T02:10:55.5060830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-unk-2p 2025-10-10T02:10:55.5061280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti924w 2025-10-10T02:10:55.5061730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tn300 2025-10-10T02:10:55.5062220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi955 2025-10-10T02:10:55.5062740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-4p 2025-10-10T02:10:55.5063230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti928 2025-10-10T02:10:55.5063770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-mc 2025-10-10T02:10:55.5064280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb 2025-10-10T02:10:55.5064750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti745 2025-10-10T02:10:55.5065240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tws2103 2025-10-10T02:10:55.5065790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-220-8 2025-10-10T02:10:55.5066300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5620-24 2025-10-10T02:10:55.5066820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5410v1 2025-10-10T02:10:55.5067340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420+nl 2025-10-10T02:10:55.5067830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025ex 2025-10-10T02:10:55.5068320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-ex 2025-10-10T02:10:55.5068900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-mc 2025-10-10T02:10:55.5069420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-p-vb 2025-10-10T02:10:55.5069880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti800 2025-10-10T02:10:55.5070440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912c-p-vb 2025-10-10T02:10:55.5070980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty5420-w-rv-n 2025-10-10T02:10:55.5071480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b+2p 2025-10-10T02:10:55.5071930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tty40 2025-10-10T02:10:55.5072540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-unk-vb 2025-10-10T02:10:55.5073060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi950-rv-2p 2025-10-10T02:10:55.5073560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-mc 2025-10-10T02:10:55.5074100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb 2025-10-10T02:10:55.5074580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tt 2025-10-10T02:10:55.5075080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4207-s 2025-10-10T02:10:55.5075680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi912b-2p-mc 2025-10-10T02:10:55.5076210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/ti916-8 2025-10-10T02:10:55.5076790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teraterm2.3 2025-10-10T02:10:55.5077410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-0.6.1 2025-10-10T02:10:55.5077950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi910+ 2025-10-10T02:10:55.5078490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvipt 2025-10-10T02:10:55.5079140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920b-vb-mc 2025-10-10T02:10:55.5079670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/termite 2025-10-10T02:10:55.5080280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-2p-unk 2025-10-10T02:10:55.5080870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4105a 2025-10-10T02:10:55.5081400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4112-nd 2025-10-10T02:10:55.5081960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/teken-2022 2025-10-10T02:10:55.5082520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4025-17 2025-10-10T02:10:55.5083110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tvi920c-vb-p 2025-10-10T02:10:55.5083680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tek4106brl 2025-10-10T02:10:55.5084320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/terminology-1.8.1 2025-10-10T02:10:55.5084800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/74/tkterm 2025-10-10T02:10:55.5085390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4c/LFT-PC850 2025-10-10T02:10:55.5085940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb162 2025-10-10T02:10:55.5086460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb 2025-10-10T02:10:55.5087030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/4d/MtxOrb204 2025-10-10T02:10:55.5087570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uniterm 2025-10-10T02:10:55.5088120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/ultima2 2025-10-10T02:10:55.5088670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uniterm49 2025-10-10T02:10:55.5089210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uts30 2025-10-10T02:10:55.5089770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/ultimaII 2025-10-10T02:10:55.5090320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/unixpc 2025-10-10T02:10:55.5090820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/unknown 2025-10-10T02:10:55.5091340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/75/uwin 2025-10-10T02:10:55.5091910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rebus3180 2025-10-10T02:10:55.5092460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm-w 2025-10-10T02:10:55.5093070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/report+version 2025-10-10T02:10:55.5093620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-xpm 2025-10-10T02:10:55.5094270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rtpc 2025-10-10T02:10:55.5094750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-16color 2025-10-10T02:10:55.5095350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-cygwin-native 2025-10-10T02:10:55.5095830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent200 2025-10-10T02:10:55.5096310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rt6221 2025-10-10T02:10:55.5096840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm-nam 2025-10-10T02:10:55.5097310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rbcomm 2025-10-10T02:10:55.5097850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-88color 2025-10-10T02:10:55.5098400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rcons 2025-10-10T02:10:55.5098860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-cygwin 2025-10-10T02:10:55.5099350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent40 2025-10-10T02:10:55.5099850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent100 2025-10-10T02:10:55.5100360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent25 2025-10-10T02:10:55.5100880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/report+da2 2025-10-10T02:10:55.5101360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt 2025-10-10T02:10:55.5101950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent60 2025-10-10T02:10:55.5102430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rio 2025-10-10T02:10:55.5102890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rca 2025-10-10T02:10:55.5103400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-color 2025-10-10T02:10:55.5103990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-256color 2025-10-10T02:10:55.5104480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rt6221-w 2025-10-10T02:10:55.5104970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt-basic 2025-10-10T02:10:55.5105490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rcons-color 2025-10-10T02:10:55.5106020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rio-direct 2025-10-10T02:10:55.5106510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent40+ 2025-10-10T02:10:55.5107060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/rxvt+pcfkeys 2025-10-10T02:10:55.5107600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent 2025-10-10T02:10:55.5108120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/72/regent20 2025-10-10T02:10:55.5108650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-vt100 2025-10-10T02:10:55.5109100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm 2025-10-10T02:10:55.5109670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-direct 2025-10-10T02:10:55.5110200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-base 2025-10-10T02:10:55.5110690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr 2025-10-10T02:10:55.5111200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds7372-w 2025-10-10T02:10:55.5111740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm-color 2025-10-10T02:10:55.5112330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-vt420pc 2025-10-10T02:10:55.5112770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kvt 2025-10-10T02:10:55.5113270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kaypro 2025-10-10T02:10:55.5113760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole 2025-10-10T02:10:55.5115340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-solaris 2025-10-10T02:10:55.5115740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-linux 2025-10-10T02:10:55.5116200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/ktm 2025-10-10T02:10:55.5116750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr-dumb 2025-10-10T02:10:55.5117270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty+common 2025-10-10T02:10:55.5117850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-16color 2025-10-10T02:10:55.5118300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/k45 2025-10-10T02:10:55.5118810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kermit-am 2025-10-10T02:10:55.5119350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds6402 2025-10-10T02:10:55.5119790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kds7372 2025-10-10T02:10:55.5120330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+acs 2025-10-10T02:10:55.5120830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty+setal 2025-10-10T02:10:55.5121440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole+pcfkeys 2025-10-10T02:10:55.5121910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-xf3x 2025-10-10T02:10:55.5122380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kt7ix 2025-10-10T02:10:55.5122970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-256color 2025-10-10T02:10:55.5123440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kermit 2025-10-10T02:10:55.5123960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty-direct 2025-10-10T02:10:55.5124460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kt7 2025-10-10T02:10:55.5124950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+color 2025-10-10T02:10:55.5125410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kitty 2025-10-10T02:10:55.5125920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kterm-co 2025-10-10T02:10:55.5126490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+koi8acs 2025-10-10T02:10:55.5127040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/klone+sgr8 2025-10-10T02:10:55.5127520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/konsole-xf4x 2025-10-10T02:10:55.5128000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kon 2025-10-10T02:10:55.5128470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kaypro2 2025-10-10T02:10:55.5128930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6b/kon2 2025-10-10T02:10:55.5129400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/38/8510 2025-10-10T02:10:55.5129890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm 2025-10-10T02:10:55.5130490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-mc-nl 2025-10-10T02:10:55.5131050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy60wpp 2025-10-10T02:10:55.5131600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build309 2025-10-10T02:10:55.5132060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-517 2025-10-10T02:10:55.5132720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200wpp 2025-10-10T02:10:55.5133480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-w 2025-10-10T02:10:55.5134110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy50+pp 2025-10-10T02:10:55.5134680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news28-a 2025-10-10T02:10:55.5135300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25 2025-10-10T02:10:55.5135920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29-euc 2025-10-10T02:10:55.5136570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/next 2025-10-10T02:10:55.5137210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-511 2025-10-10T02:10:55.5137960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-s 2025-10-10T02:10:55.5138740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/netbsd6 2025-10-10T02:10:55.5139270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50-w 2025-10-10T02:10:55.5139840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60-nti 2025-10-10T02:10:55.5140370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s-7 2025-10-10T02:10:55.5140970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build440 2025-10-10T02:10:55.5141500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100an 2025-10-10T02:10:55.5142020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt+sl 2025-10-10T02:10:55.5142570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100pp 2025-10-10T02:10:55.5143080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newhpkeyboard 2025-10-10T02:10:55.5143670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42-sjis 2025-10-10T02:10:55.5144210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vpwpp 2025-10-10T02:10:55.5144650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nxterm 2025-10-10T02:10:55.5145200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501 2025-10-10T02:10:55.5145710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansisysk 2025-10-10T02:10:55.5146240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200an 2025-10-10T02:10:55.5146810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300pp 2025-10-10T02:10:55.5147350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy325wpp 2025-10-10T02:10:55.5147870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vp+sl 2025-10-10T02:10:55.5148300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40 2025-10-10T02:10:55.5148910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35-w 2025-10-10T02:10:55.5149450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy350wpp 2025-10-10T02:10:55.5150000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300wpp 2025-10-10T02:10:55.5150560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-100 2025-10-10T02:10:55.5151140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-vt220-8 2025-10-10T02:10:55.5151630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512-a 2025-10-10T02:10:55.5152120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518-o 2025-10-10T02:10:55.5152680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300an 2025-10-10T02:10:55.5153210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200pp 2025-10-10T02:10:55.5153790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100wpp 2025-10-10T02:10:55.5154240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500 2025-10-10T02:10:55.5154760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512-o 2025-10-10T02:10:55.5155260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518-a 2025-10-10T02:10:55.5155870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-100-nti 2025-10-10T02:10:55.5156330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40-o 2025-10-10T02:10:55.5156840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m 2025-10-10T02:10:55.5157380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-mc 2025-10-10T02:10:55.5157860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+s 2025-10-10T02:10:55.5158380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-nl 2025-10-10T02:10:55.5158890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news40-a 2025-10-10T02:10:55.5159410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c 2025-10-10T02:10:55.5159910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nec5520 2025-10-10T02:10:55.5160470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy325pp 2025-10-10T02:10:55.5161010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100wan 2025-10-10T02:10:55.5161520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-s 2025-10-10T02:10:55.5162030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501-o 2025-10-10T02:10:55.5162520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31 2025-10-10T02:10:55.5163090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300wan 2025-10-10T02:10:55.5163560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp251-o 2025-10-10T02:10:55.5164100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100wan 2025-10-10T02:10:55.5164620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-old-unk 2025-10-10T02:10:55.5165120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp251-a 2025-10-10T02:10:55.5165620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwe501-a 2025-10-10T02:10:55.5166180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s-acs 2025-10-10T02:10:55.5166670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+7 2025-10-10T02:10:55.5167240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build400 2025-10-10T02:10:55.5167760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-bce 2025-10-10T02:10:55.5168260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100an 2025-10-10T02:10:55.5168850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-mc-nl 2025-10-10T02:10:55.5169350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansisys 2025-10-10T02:10:55.5169870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+acs 2025-10-10T02:10:55.5170390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-w 2025-10-10T02:10:55.5170920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-acs 2025-10-10T02:10:55.5171460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33-sjis 2025-10-10T02:10:55.5171970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-m 2025-10-10T02:10:55.5172510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s-acs 2025-10-10T02:10:55.5173000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp518 2025-10-10T02:10:55.5173480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp511 2025-10-10T02:10:55.5173980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-7 2025-10-10T02:10:55.5174510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp517-w 2025-10-10T02:10:55.5175070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intwan 2025-10-10T02:10:55.5175660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-c-s 2025-10-10T02:10:55.5176110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s 2025-10-10T02:10:55.5176660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy350pp 2025-10-10T02:10:55.5177170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+c41 2025-10-10T02:10:55.5177670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp517 2025-10-10T02:10:55.5178130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa 2025-10-10T02:10:55.5178610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31-a 2025-10-10T02:10:55.5179170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intan 2025-10-10T02:10:55.5179640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newhp 2025-10-10T02:10:55.5180140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news31-o 2025-10-10T02:10:55.5180680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s 2025-10-10T02:10:55.5181220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200wan 2025-10-10T02:10:55.5181650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/n7900 2025-10-10T02:10:55.5182210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29-sjis 2025-10-10T02:10:55.5182780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy50+wpp 2025-10-10T02:10:55.5183300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25 2025-10-10T02:10:55.5183750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nd9500 2025-10-10T02:10:55.5184300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-7 2025-10-10T02:10:55.5184890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-m-s 2025-10-10T02:10:55.5185370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50 2025-10-10T02:10:55.5185930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build361 2025-10-10T02:10:55.5186460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vpwpp 2025-10-10T02:10:55.5186930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900iv 2025-10-10T02:10:55.5187550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-c-s-acs 2025-10-10T02:10:55.5188010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7901 2025-10-10T02:10:55.5188560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100wan 2025-10-10T02:10:55.5189100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansi.sysk 2025-10-10T02:10:55.5189700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300pp 2025-10-10T02:10:55.5190150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200an 2025-10-10T02:10:55.5190670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy60pp 2025-10-10T02:10:55.5191240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300wan 2025-10-10T02:10:55.5191730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vppp 2025-10-10T02:10:55.5192300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200pp 2025-10-10T02:10:55.5192850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt300an 2025-10-10T02:10:55.5193380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-c-s 2025-10-10T02:10:55.5194140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-c 2025-10-10T02:10:55.5194470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35 2025-10-10T02:10:55.5195030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-nti 2025-10-10T02:10:55.5195540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp-517-w 2025-10-10T02:10:55.5196050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs-m 2025-10-10T02:10:55.5196590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-acs 2025-10-10T02:10:55.5197170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-25-w-vt 2025-10-10T02:10:55.5197640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900 2025-10-10T02:10:55.5198200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60 2025-10-10T02:10:55.5198730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-m-s 2025-10-10T02:10:55.5199230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100an 2025-10-10T02:10:55.5199800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-old 2025-10-10T02:10:55.5200340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-acs 2025-10-10T02:10:55.5200920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt100pp 2025-10-10T02:10:55.5201410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm33 2025-10-10T02:10:55.5201870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news 2025-10-10T02:10:55.5202420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42-euc 2025-10-10T02:10:55.5202910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33 2025-10-10T02:10:55.5203430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/no+brackets 2025-10-10T02:10:55.5203920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-unk 2025-10-10T02:10:55.5204430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news42 2025-10-10T02:10:55.5204950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm-o 2025-10-10T02:10:55.5205460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-direct 2025-10-10T02:10:55.5205960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514-a 2025-10-10T02:10:55.5206560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-256color 2025-10-10T02:10:55.5206980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news29 2025-10-10T02:10:55.5207630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-m-ns 2025-10-10T02:10:55.5208300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514-o 2025-10-10T02:10:55.5208930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/newscbm-a 2025-10-10T02:10:55.5209700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-nl 2025-10-10T02:10:55.5210410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-ns 2025-10-10T02:10:55.5211240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ndr9500-25-mc 2025-10-10T02:10:55.5212010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-35-nti 2025-10-10T02:10:55.5212550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nec 2025-10-10T02:10:55.5213420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy60wpp 2025-10-10T02:10:55.5214010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy50+wpp 2025-10-10T02:10:55.5214860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt200wan 2025-10-10T02:10:55.5215480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160wy50+pp 2025-10-10T02:10:55.5216160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-16color 2025-10-10T02:10:55.5216810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news28 2025-10-10T02:10:55.5217540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+mac 2025-10-10T02:10:55.5218190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-60-w 2025-10-10T02:10:55.5218750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vppp 2025-10-10T02:10:55.5219320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7 2025-10-10T02:10:55.5219990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-w-vt 2025-10-10T02:10:55.5220760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt200wpp 2025-10-10T02:10:55.5221330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intpp 2025-10-10T02:10:55.5221960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-m-s-7 2025-10-10T02:10:55.5222570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm+c 2025-10-10T02:10:55.5223280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260wy60pp 2025-10-10T02:10:55.5223850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-42 2025-10-10T02:10:55.5224510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole-50-nti 2025-10-10T02:10:55.5225050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news33 2025-10-10T02:10:55.5225710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s 2025-10-10T02:10:55.5226500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-c 2025-10-10T02:10:55.5227220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260intwpp 2025-10-10T02:10:55.5227930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-s-7 2025-10-10T02:10:55.5228550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-29 2025-10-10T02:10:55.5229180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-7-m 2025-10-10T02:10:55.5229800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-a 2025-10-10T02:10:55.5230570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncsa-vt220 2025-10-10T02:10:55.5231240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-o 2025-10-10T02:10:55.5232050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr7900i 2025-10-10T02:10:55.5232830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nextshell 2025-10-10T02:10:55.5233500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100pp 2025-10-10T02:10:55.5234140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp512 2025-10-10T02:10:55.5234780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/northstar 2025-10-10T02:10:55.5235320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm 2025-10-10T02:10:55.5236020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr160vt300wpp 2025-10-10T02:10:55.5236780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncrvt100wpp 2025-10-10T02:10:55.5237470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ncr260vt100wpp 2025-10-10T02:10:55.5238030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nansi.sys 2025-10-10T02:10:55.5238710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build326 2025-10-10T02:10:55.5239380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513-o 2025-10-10T02:10:55.5243270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513 2025-10-10T02:10:55.5243450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp514 2025-10-10T02:10:55.5243590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/ntconsole 2025-10-10T02:10:55.5243810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nsterm-build343 2025-10-10T02:10:55.5243950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/nwp513-a 2025-10-10T02:10:55.5244090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6e/news-33-euc 2025-10-10T02:10:55.5244210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/6053-dg 2025-10-10T02:10:55.5244660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/605x-dg 2025-10-10T02:10:55.5245310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/6053 2025-10-10T02:10:55.5245870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/605x 2025-10-10T02:10:55.5246600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/630MTG-24 2025-10-10T02:10:55.5247160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/36/630-lm 2025-10-10T02:10:55.5247730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/31/1178 2025-10-10T02:10:55.5248360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/31/1730-lm 2025-10-10T02:10:55.5249050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62-w 2025-10-10T02:10:55.5249640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emu-220 2025-10-10T02:10:55.5250250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emu 2025-10-10T02:10:55.5250850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62 2025-10-10T02:10:55.5251430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64 2025-10-10T02:10:55.5252240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+italics 2025-10-10T02:10:55.5252890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ex155 2025-10-10T02:10:55.5253560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+sgr 2025-10-10T02:10:55.5254280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+strikeout 2025-10-10T02:10:55.5254920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64-rv 2025-10-10T02:10:55.5255630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-vt52 2025-10-10T02:10:55.5256250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep4000 2025-10-10T02:10:55.5256970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+index 2025-10-10T02:10:55.5257560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep48 2025-10-10T02:10:55.5258370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-glasstty 2025-10-10T02:10:55.5258990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emx-base 2025-10-10T02:10:55.5259650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ecma+color 2025-10-10T02:10:55.5260240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep40 2025-10-10T02:10:55.5260840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ep4080 2025-10-10T02:10:55.5261660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel62-rv 2025-10-10T02:10:55.5262240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/env230 2025-10-10T02:10:55.5262870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/excel64-w 2025-10-10T02:10:55.5263560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/envision230 2025-10-10T02:10:55.5264580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/ergo4000 2025-10-10T02:10:55.5265150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks-ansi 2025-10-10T02:10:55.5265770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/esprit-am 2025-10-10T02:10:55.5266290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/emots 2025-10-10T02:10:55.5266970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/esprit 2025-10-10T02:10:55.5267530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/elks 2025-10-10T02:10:55.5268220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/eterm 2025-10-10T02:10:55.5268850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/exec80 2025-10-10T02:10:55.5269630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/65/eterm-color 2025-10-10T02:10:55.5270300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bct510a 2025-10-10T02:10:55.5271120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-w-rv 2025-10-10T02:10:55.5271560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8 2025-10-10T02:10:55.5272440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-nobold 2025-10-10T02:10:55.5272960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0 2025-10-10T02:10:55.5273600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/b-128 2025-10-10T02:10:55.5274230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300 2025-10-10T02:10:55.5274870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc 2025-10-10T02:10:55.5275580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc 2025-10-10T02:10:55.5276250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10rv 2025-10-10T02:10:55.5276870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bee 2025-10-10T02:10:55.5277580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w-8rv 2025-10-10T02:10:55.5278230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bh4 2025-10-10T02:10:55.5278980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehiveIIIm 2025-10-10T02:10:55.5279580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-m 2025-10-10T02:10:55.5280220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-rv 2025-10-10T02:10:55.5281040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bracketed+paste 2025-10-10T02:10:55.5281630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc 2025-10-10T02:10:55.5282260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10nv 2025-10-10T02:10:55.5282950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-w 2025-10-10T02:10:55.5283690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8rv 2025-10-10T02:10:55.5284210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-rv 2025-10-10T02:10:55.5284700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/basic4 2025-10-10T02:10:55.5285190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bct510d 2025-10-10T02:10:55.5285680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8w 2025-10-10T02:10:55.5286170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive 2025-10-10T02:10:55.5286670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w 2025-10-10T02:10:55.5287200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25nv 2025-10-10T02:10:55.5287650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0nv 2025-10-10T02:10:55.5288140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bantam 2025-10-10T02:10:55.5288650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bobcat 2025-10-10T02:10:55.5289100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg3.10 2025-10-10T02:10:55.5289670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-rv 2025-10-10T02:10:55.5290120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bh3m 2025-10-10T02:10:55.5290610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bitgraph 2025-10-10T02:10:55.5291150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-w-rv 2025-10-10T02:10:55.5291610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bterm 2025-10-10T02:10:55.5292170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-pc-mono 2025-10-10T02:10:55.5292660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25rv 2025-10-10T02:10:55.5293140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg2.0rv 2025-10-10T02:10:55.5293720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-sparc 2025-10-10T02:10:55.5294200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive4 2025-10-10T02:10:55.5294700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beehive3 2025-10-10T02:10:55.5295170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beterm 2025-10-10T02:10:55.5295690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/basis 2025-10-10T02:10:55.5296120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/blit 2025-10-10T02:10:55.5296650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bsdos-ppc 2025-10-10T02:10:55.5297110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bg1.25 2025-10-10T02:10:55.5297720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-8-pc-w-rv 2025-10-10T02:10:55.5298210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/bq300-pc-w 2025-10-10T02:10:55.5298740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/62/beacon 2025-10-10T02:10:55.5299220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTGr 2025-10-10T02:10:55.5299730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTGr-24 2025-10-10T02:10:55.5300260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-24 2025-10-10T02:10:55.5300770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-41 2025-10-10T02:10:55.5301320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/37/730MTG-41r 2025-10-10T02:10:55.5301810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime314 2025-10-10T02:10:55.5302240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mosh 2025-10-10T02:10:55.5302790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit227 2025-10-10T02:10:55.5303290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mouse-sun 2025-10-10T02:10:55.5303740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mai 2025-10-10T02:10:55.5304270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mterm-ansi 2025-10-10T02:10:55.5304750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt70 2025-10-10T02:10:55.5305250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mod24 2025-10-10T02:10:55.5306650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime340 2025-10-10T02:10:55.5307120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph48 2025-10-10T02:10:55.5307590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgterm 2025-10-10T02:10:55.5308170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-gnu-color 2025-10-10T02:10:55.5308630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk227 2025-10-10T02:10:55.5309310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-old 2025-10-10T02:10:55.5309790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty+common 2025-10-10T02:10:55.5310270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-fb 2025-10-10T02:10:55.5310780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp 2025-10-10T02:10:55.5311290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp2 2025-10-10T02:10:55.5311760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mterm 2025-10-10T02:10:55.5312240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2 2025-10-10T02:10:55.5312740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mvterm 2025-10-10T02:10:55.5313210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt-70 2025-10-10T02:10:55.5313800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-old-am 2025-10-10T02:10:55.5314310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mrxvt-256color 2025-10-10T02:10:55.5314810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm2 2025-10-10T02:10:55.5315330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/macintosh 2025-10-10T02:10:55.5315900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/macterminal-w 2025-10-10T02:10:55.5316380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100 2025-10-10T02:10:55.5316870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-gnu 2025-10-10T02:10:55.5317350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mac-w 2025-10-10T02:10:55.5317910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microterm5 2025-10-10T02:10:55.5318380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/m2-nam 2025-10-10T02:10:55.5318940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit227am 2025-10-10T02:10:55.5319390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm3 2025-10-10T02:10:55.5319930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a-v 2025-10-10T02:10:55.5320420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a 2025-10-10T02:10:55.5320930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-1.7 2025-10-10T02:10:55.5321500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel2-80 2025-10-10T02:10:55.5321970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph2 2025-10-10T02:10:55.5322530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1-nb 2025-10-10T02:10:55.5323010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-hb 2025-10-10T02:10:55.5323480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk227am 2025-10-10T02:10:55.5323980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mimeii 2025-10-10T02:10:55.5324580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b-80 2025-10-10T02:10:55.5325030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microbee 2025-10-10T02:10:55.5325630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mosh-256color 2025-10-10T02:10:55.5326150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm-direct 2025-10-10T02:10:55.5326700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100-16color 2025-10-10T02:10:55.5327240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr-linux 2025-10-10T02:10:55.5327760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mskermit22714 2025-10-10T02:10:55.5328270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty-direct 2025-10-10T02:10:55.5328890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mostlike 2025-10-10T02:10:55.5329370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr-sun 2025-10-10T02:10:55.5329840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mac 2025-10-10T02:10:55.5330340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1 2025-10-10T02:10:55.5330800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgt 2025-10-10T02:10:55.5331290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime-3ax 2025-10-10T02:10:55.5331860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm-256color 2025-10-10T02:10:55.5332380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel12-80 2025-10-10T02:10:55.5332860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/modgraph 2025-10-10T02:10:55.5333310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mgr 2025-10-10T02:10:55.5333870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microterm 2025-10-10T02:10:55.5334410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm+pcfkeys 2025-10-10T02:10:55.5335010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/masscomp1 2025-10-10T02:10:55.5335520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-color 2025-10-10T02:10:55.5335960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime1 2025-10-10T02:10:55.5336460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mm314 2025-10-10T02:10:55.5336940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime3a 2025-10-10T02:10:55.5337400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mm340 2025-10-10T02:10:55.5337930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mt4520-rv 2025-10-10T02:10:55.5338380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/megatek 2025-10-10T02:10:55.5338990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel-2-nam 2025-10-10T02:10:55.5339520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b-nb 2025-10-10T02:10:55.5340020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel-2 2025-10-10T02:10:55.5340520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mono-emx 2025-10-10T02:10:55.5341050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime 2025-10-10T02:10:55.5341480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/msk22714 2025-10-10T02:10:55.5342040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mdl110 2025-10-10T02:10:55.5342480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mimei 2025-10-10T02:10:55.5342940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach 2025-10-10T02:10:55.5343450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime2a-s 2025-10-10T02:10:55.5343940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-1.5 2025-10-10T02:10:55.5344430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/microb 2025-10-10T02:10:55.5344920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/memhp 2025-10-10T02:10:55.5345400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mintty 2025-10-10T02:10:55.5345870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mlterm 2025-10-10T02:10:55.5346480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100-color 2025-10-10T02:10:55.5346940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix-3.0 2025-10-10T02:10:55.5347420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mime3ax 2025-10-10T02:10:55.5347940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt100+ 2025-10-10T02:10:55.5348480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/morphos 2025-10-10T02:10:55.5348960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel 2025-10-10T02:10:55.5349420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minix 2025-10-10T02:10:55.5349890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mod 2025-10-10T02:10:55.5350390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mach-bold 2025-10-10T02:10:55.5350910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/minitel1b 2025-10-10T02:10:55.5351430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-terminal 2025-10-10T02:10:55.5351880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/mrxvt 2025-10-10T02:10:55.5352400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6d/ms-vt-utf8 2025-10-10T02:10:55.5352950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisaterm-w 2025-10-10T02:10:55.5353410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux3.0 2025-10-10T02:10:55.5353990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+sfkeys 2025-10-10T02:10:55.5354500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m2 2025-10-10T02:10:55.5354920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/luna 2025-10-10T02:10:55.5355470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-lat 2025-10-10T02:10:55.5355940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/luna68k 2025-10-10T02:10:55.5356490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-koi8r 2025-10-10T02:10:55.5356960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/la120 2025-10-10T02:10:55.5357440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lft-pc850 2025-10-10T02:10:55.5357970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.2 2025-10-10T02:10:55.5358460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-s 2025-10-10T02:10:55.5358970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+decid 2025-10-10T02:10:55.5359470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisaterm 2025-10-10T02:10:55.5360030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-16color 2025-10-10T02:10:55.5360510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/ln03 2025-10-10T02:10:55.5361000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/ln03-w 2025-10-10T02:10:55.5361480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-vt 2025-10-10T02:10:55.5361950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/layer 2025-10-10T02:10:55.5362500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux+kbs 2025-10-10T02:10:55.5363060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-basic 2025-10-10T02:10:55.5363470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lisa 2025-10-10T02:10:55.5363930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux 2025-10-10T02:10:55.5364480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m1 2025-10-10T02:10:55.5364990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-c-nc 2025-10-10T02:10:55.5365480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/liswb 2025-10-10T02:10:55.5365950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lft 2025-10-10T02:10:55.5366420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m1b 2025-10-10T02:10:55.5366950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.6 2025-10-10T02:10:55.5367480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux2.6.26 2025-10-10T02:10:55.5367930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-c 2025-10-10T02:10:55.5368460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-m 2025-10-10T02:10:55.5368940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-nic 2025-10-10T02:10:55.5369440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/linux-koi8 2025-10-10T02:10:55.5369890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/6c/lpr 2025-10-10T02:10:55.5370370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/955-w 2025-10-10T02:10:55.5370860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/9term 2025-10-10T02:10:55.5371390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/39/955-hb 2025-10-10T02:10:55.5371910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-4p 2025-10-10T02:10:55.5372460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/coco3 2025-10-10T02:10:55.5372930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-6lpi 2025-10-10T02:10:55.5373380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cx100 2025-10-10T02:10:55.5373850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c321 2025-10-10T02:10:55.5374360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit80 2025-10-10T02:10:55.5374820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50 2025-10-10T02:10:55.5375310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops-10 2025-10-10T02:10:55.5375860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept-avt 2025-10-10T02:10:55.5376320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50r 2025-10-10T02:10:55.5376900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept100-rv 2025-10-10T02:10:55.5377350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60 2025-10-10T02:10:55.5377810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cci1 2025-10-10T02:10:55.5378340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/coherent 2025-10-10T02:10:55.5378820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cad68-2 2025-10-10T02:10:55.5379280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cyb83 2025-10-10T02:10:55.5379830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-koi8r 2025-10-10T02:10:55.5380310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cbunix 2025-10-10T02:10:55.5380790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv 2025-10-10T02:10:55.5381290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-8p 2025-10-10T02:10:55.5381760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cs10-w 2025-10-10T02:10:55.5382290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60l1 2025-10-10T02:10:55.5382820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cad68-3 2025-10-10T02:10:55.5383260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citc 2025-10-10T02:10:55.5383800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv-8p 2025-10-10T02:10:55.5384400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-w8p 2025-10-10T02:10:55.5384890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-ps 2025-10-10T02:10:55.5385360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-4p 2025-10-10T02:10:55.5385920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-n132 2025-10-10T02:10:55.5386420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel320 2025-10-10T02:10:55.5386970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-koi8r-m 2025-10-10T02:10:55.5387420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ct82 2025-10-10T02:10:55.5387910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ct8500 2025-10-10T02:10:55.5388390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops 2025-10-10T02:10:55.5388930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept100 2025-10-10T02:10:55.5389420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel321 2025-10-10T02:10:55.5389960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-8lpi 2025-10-10T02:10:55.5390500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-m 2025-10-10T02:10:55.5390930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25w 2025-10-10T02:10:55.5391430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cbblit 2025-10-10T02:10:55.5391950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108 2025-10-10T02:10:55.5392450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60r 2025-10-10T02:10:55.5392910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ctrm 2025-10-10T02:10:55.5393410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour 2025-10-10T02:10:55.5393930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-rv 2025-10-10T02:10:55.5394440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-rv-4p 2025-10-10T02:10:55.5394920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ci8510 2025-10-10T02:10:55.5395500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-koi8r-m 2025-10-10T02:10:55.5396090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-iso-m 2025-10-10T02:10:55.5396560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/commodore 2025-10-10T02:10:55.5397020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108 2025-10-10T02:10:55.5397510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons43 2025-10-10T02:10:55.5398070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-iso8859 2025-10-10T02:10:55.5398550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101 2025-10-10T02:10:55.5399040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons30-m 2025-10-10T02:10:55.5399590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60l1-m 2025-10-10T02:10:55.5400040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100 2025-10-10T02:10:55.5400520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc752 2025-10-10T02:10:55.5401010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit500 2025-10-10T02:10:55.5401460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cgc2 2025-10-10T02:10:55.5401950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cg7900 2025-10-10T02:10:55.5402530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwinDBG 2025-10-10T02:10:55.5403070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/chromatics 2025-10-10T02:10:55.5403570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50l1-m 2025-10-10T02:10:55.5404080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/colorscan 2025-10-10T02:10:55.5404560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/ca22851 2025-10-10T02:10:55.5405120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-koi8r 2025-10-10T02:10:55.5405600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721 2025-10-10T02:10:55.5406140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-n 2025-10-10T02:10:55.5406610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cgc3 2025-10-10T02:10:55.5407120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-w 2025-10-10T02:10:55.5407680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-8p 2025-10-10T02:10:55.5408110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cs10 2025-10-10T02:10:55.5408610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-m 2025-10-10T02:10:55.5409120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons30 2025-10-10T02:10:55.5409590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept 2025-10-10T02:10:55.5410070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh 2025-10-10T02:10:55.5410600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-pica 2025-10-10T02:10:55.5411120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-iso 2025-10-10T02:10:55.5411610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel300 2025-10-10T02:10:55.5412160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-rv-4p 2025-10-10T02:10:55.5412630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-4p 2025-10-10T02:10:55.5413160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-elite 2025-10-10T02:10:55.5413750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour-direct 2025-10-10T02:10:55.5414250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cops10 2025-10-10T02:10:55.5414730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e 2025-10-10T02:10:55.5415260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contel301 2025-10-10T02:10:55.5415770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-comp 2025-10-10T02:10:55.5416300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-m 2025-10-10T02:10:55.5416780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-1p 2025-10-10T02:10:55.5417260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c100-rv 2025-10-10T02:10:55.5417760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc456 2025-10-10T02:10:55.5418290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit-80 2025-10-10T02:10:55.5418800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-iso-m 2025-10-10T02:10:55.5419370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60-iso-m 2025-10-10T02:10:55.5419770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cx 2025-10-10T02:10:55.5420270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25r 2025-10-10T02:10:55.5420820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-debian 2025-10-10T02:10:55.5421260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/crt 2025-10-10T02:10:55.5421790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c108-w-8p 2025-10-10T02:10:55.5422320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons43-m 2025-10-10T02:10:55.5422790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/crt-vt220 2025-10-10T02:10:55.5423300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721-esc 2025-10-10T02:10:55.5423810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwinB19 2025-10-10T02:10:55.5424370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25l1-m 2025-10-10T02:10:55.5424880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/color_xterm 2025-10-10T02:10:55.5425350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50l1 2025-10-10T02:10:55.5425870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/citoh-prop 2025-10-10T02:10:55.5426430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50-koi8r-m 2025-10-10T02:10:55.5426970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-koi8-r 2025-10-10T02:10:55.5427430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c301 2025-10-10T02:10:55.5427890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cyb110 2025-10-10T02:10:55.5428510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25-iso8859 2025-10-10T02:10:55.5429010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108-w-8 2025-10-10T02:10:55.5429530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons60r-m 2025-10-10T02:10:55.5429990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c300 2025-10-10T02:10:55.5430460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25 2025-10-10T02:10:55.5430980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cygwin 2025-10-10T02:10:55.5431530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/contour-latest 2025-10-10T02:10:55.5432040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc721ll 2025-10-10T02:10:55.5432540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25r-m 2025-10-10T02:10:55.5433010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/c104 2025-10-10T02:10:55.5433490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cdc756 2025-10-10T02:10:55.5434040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cit101e-132 2025-10-10T02:10:55.5434580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons50r-m 2025-10-10T02:10:55.5435010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cci 2025-10-10T02:10:55.5435550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/concept108rv4p 2025-10-10T02:10:55.5436030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/63/cons25l1 2025-10-10T02:10:55.5436620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/digilog 2025-10-10T02:10:55.5437070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd-34 2025-10-10T02:10:55.5437560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmdt80 2025-10-10T02:10:55.5438070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-7b-w 2025-10-10T02:10:55.5438610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-7b-w 2025-10-10T02:10:55.5439070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d132 2025-10-10T02:10:55.5439600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230c 2025-10-10T02:10:55.5440110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102-sna 2025-10-10T02:10:55.5440550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/delta 2025-10-10T02:10:55.5441070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-dg 2025-10-10T02:10:55.5441590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7103-sna 2025-10-10T02:10:55.5442090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix 2025-10-10T02:10:55.5442650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7003-dumb 2025-10-10T02:10:55.5443430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-7b 2025-10-10T02:10:55.5443740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmchat 2025-10-10T02:10:55.5444300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x48-m 2025-10-10T02:10:55.5444790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt220 2025-10-10T02:10:55.5445350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-w-ccc 2025-10-10T02:10:55.5445830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm3025 2025-10-10T02:10:55.5446290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+s 2025-10-10T02:10:55.5446770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw1 2025-10-10T02:10:55.5447320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-unix-25 2025-10-10T02:10:55.5447790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+25 2025-10-10T02:10:55.5448340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-w 2025-10-10T02:10:55.5448930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-144x48-m 2025-10-10T02:10:55.5449460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt330 2025-10-10T02:10:55.5449960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578-dg 2025-10-10T02:10:55.5450470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datapoint 2025-10-10T02:10:55.5451010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211 2025-10-10T02:10:55.5451440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462e-dg 2025-10-10T02:10:55.5451910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+ 2025-10-10T02:10:55.5452470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-25 2025-10-10T02:10:55.5452910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80 2025-10-10T02:10:55.5453490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-s-ccc 2025-10-10T02:10:55.5453950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220 2025-10-10T02:10:55.5454480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-w 2025-10-10T02:10:55.5455040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dialogue80 2025-10-10T02:10:55.5455580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-25 2025-10-10T02:10:55.5456040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dumb 2025-10-10T02:10:55.5456700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-sr-ccc 2025-10-10T02:10:55.5457210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg-generic 2025-10-10T02:10:55.5457740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-unix-25 2025-10-10T02:10:55.5458300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7003 2025-10-10T02:10:55.5458850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-25 2025-10-10T02:10:55.5459410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-112x37-m 2025-10-10T02:10:55.5459870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+25 2025-10-10T02:10:55.5460410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1720 2025-10-10T02:10:55.5460850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470 2025-10-10T02:10:55.5461380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-s 2025-10-10T02:10:55.5461920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-s 2025-10-10T02:10:55.5462380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decpro 2025-10-10T02:10:55.5462840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d210 2025-10-10T02:10:55.5463390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datagraphix 2025-10-10T02:10:55.5463860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-dg 2025-10-10T02:10:55.5464400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-sr 2025-10-10T02:10:55.5464950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x25-m 2025-10-10T02:10:55.5465460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-7b-w 2025-10-10T02:10:55.5466020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-ccc 2025-10-10T02:10:55.5466530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-sr 2025-10-10T02:10:55.5467020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt340 2025-10-10T02:10:55.5467520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmdt80w 2025-10-10T02:10:55.5468110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dumb-emacs-ansi 2025-10-10T02:10:55.5468570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm80w 2025-10-10T02:10:55.5469040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-dg 2025-10-10T02:10:55.5469580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+11 2025-10-10T02:10:55.5470120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/datamedia2500 2025-10-10T02:10:55.5470580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtc382 2025-10-10T02:10:55.5471080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-w 2025-10-10T02:10:55.5471780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102-old 2025-10-10T02:10:55.5472320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m 2025-10-10T02:10:55.5472990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216-unix 2025-10-10T02:10:55.5473610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-dg 2025-10-10T02:10:55.5475040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-7b-w 2025-10-10T02:10:55.5475720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-s 2025-10-10T02:10:55.5476460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-sr 2025-10-10T02:10:55.5477130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+color8 2025-10-10T02:10:55.5477690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp 2025-10-10T02:10:55.5478450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-112x37 2025-10-10T02:10:55.5479040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e-dg 2025-10-10T02:10:55.5479710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-25 2025-10-10T02:10:55.5480480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ddr3180 2025-10-10T02:10:55.5481110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+7b 2025-10-10T02:10:55.5481750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-dg 2025-10-10T02:10:55.5482520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-dg-ccc 2025-10-10T02:10:55.5483240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-sr-ccc 2025-10-10T02:10:55.5483770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d400 2025-10-10T02:10:55.5484390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-dg 2025-10-10T02:10:55.5485000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+sr 2025-10-10T02:10:55.5485630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-b 2025-10-10T02:10:55.5486330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-sr 2025-10-10T02:10:55.5487010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgmode+color8 2025-10-10T02:10:55.5487570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix 2025-10-10T02:10:55.5488130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt110 2025-10-10T02:10:55.5488820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-ccc 2025-10-10T02:10:55.5489410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg-ansi 2025-10-10T02:10:55.5490120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+fixed 2025-10-10T02:10:55.5490730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd 2025-10-10T02:10:55.5491460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt-100w 2025-10-10T02:10:55.5492340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640 2025-10-10T02:10:55.5493240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x40 2025-10-10T02:10:55.5493930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-dg 2025-10-10T02:10:55.5494710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dataspeed40 2025-10-10T02:10:55.5495310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+w 2025-10-10T02:10:55.5495970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dd5000 2025-10-10T02:10:55.5496640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt400 2025-10-10T02:10:55.5497330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dp3360 2025-10-10T02:10:55.5498140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6053-old 2025-10-10T02:10:55.5498870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg210 2025-10-10T02:10:55.5499600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x64-m 2025-10-10T02:10:55.5500270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-s 2025-10-10T02:10:55.5500900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x48 2025-10-10T02:10:55.5501650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x64 2025-10-10T02:10:55.5502390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmterm 2025-10-10T02:10:55.5502990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+ 2025-10-10T02:10:55.5503850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo-lm 2025-10-10T02:10:55.5504440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decansi 2025-10-10T02:10:55.5505130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-7b-w 2025-10-10T02:10:55.5505870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-w 2025-10-10T02:10:55.5506510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+25 2025-10-10T02:10:55.5507210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-b 2025-10-10T02:10:55.5507960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d217-unix 2025-10-10T02:10:55.5508740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578-7b 2025-10-10T02:10:55.5509370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+sr 2025-10-10T02:10:55.5509920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ds40-2 2025-10-10T02:10:55.5510690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg211 2025-10-10T02:10:55.5511290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80w 2025-10-10T02:10:55.5511820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-dg 2025-10-10T02:10:55.5512490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-w 2025-10-10T02:10:55.5513130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-w 2025-10-10T02:10:55.5513820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230c-dg 2025-10-10T02:10:55.5514440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d80 2025-10-10T02:10:55.5514960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw3 2025-10-10T02:10:55.5515580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-90x30 2025-10-10T02:10:55.5516280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt-100 2025-10-10T02:10:55.5516850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+ccc 2025-10-10T02:10:55.5517430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw4 2025-10-10T02:10:55.5518280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dwk-vt 2025-10-10T02:10:55.5518820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-dg 2025-10-10T02:10:55.5519580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-90x30-m 2025-10-10T02:10:55.5520270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgunix+fixed 2025-10-10T02:10:55.5520840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dialogue 2025-10-10T02:10:55.5521380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-dg 2025-10-10T02:10:55.5521930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg450 2025-10-10T02:10:55.5522490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555 2025-10-10T02:10:55.5523220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470-dg 2025-10-10T02:10:55.5523830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm3045 2025-10-10T02:10:55.5524430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm1520 2025-10-10T02:10:55.5525100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decwriter 2025-10-10T02:10:55.5525750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-100x37 2025-10-10T02:10:55.5526340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x30 2025-10-10T02:10:55.5526890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-w 2025-10-10T02:10:55.5527490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm2500 2025-10-10T02:10:55.5528270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix 2025-10-10T02:10:55.5528860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215-7b 2025-10-10T02:10:55.5529500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+ 2025-10-10T02:10:55.5530210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c-7b 2025-10-10T02:10:55.5530850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1620-m8 2025-10-10T02:10:55.5531520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt80-sas 2025-10-10T02:10:55.5532260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+w 2025-10-10T02:10:55.5532870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d450-dg 2025-10-10T02:10:55.5533540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-sr 2025-10-10T02:10:55.5534410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x75 2025-10-10T02:10:55.5535210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-256x96 2025-10-10T02:10:55.5535810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw2 2025-10-10T02:10:55.5536400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg605x 2025-10-10T02:10:55.5537100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-200x75-m 2025-10-10T02:10:55.5537840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgmode+color 2025-10-10T02:10:55.5538520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d2-dg 2025-10-10T02:10:55.5539260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-dg 2025-10-10T02:10:55.5539840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd1 2025-10-10T02:10:55.5540350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm1521 2025-10-10T02:10:55.5541060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-25-ccc 2025-10-10T02:10:55.5541600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dwk 2025-10-10T02:10:55.5542300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6053 2025-10-10T02:10:55.5543000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-128x40-m 2025-10-10T02:10:55.5543610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo 2025-10-10T02:10:55.5544210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211-7b 2025-10-10T02:10:55.5544820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg200 2025-10-10T02:10:55.5545480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg+color 2025-10-10T02:10:55.5546190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-25 2025-10-10T02:10:55.5546670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtterm 2025-10-10T02:10:55.5547430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-160x64 2025-10-10T02:10:55.5548130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dvtm-256color 2025-10-10T02:10:55.5548780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dp8242 2025-10-10T02:10:55.5549460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d400-dg 2025-10-10T02:10:55.5550080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410 2025-10-10T02:10:55.5550780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-sr 2025-10-10T02:10:55.5551480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1740 2025-10-10T02:10:55.5552120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-100x37-m 2025-10-10T02:10:55.5552800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-s 2025-10-10T02:10:55.5553510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-dg 2025-10-10T02:10:55.5554170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216+dg 2025-10-10T02:10:55.5554760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215 2025-10-10T02:10:55.5555550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-25 2025-10-10T02:10:55.5556230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt100 2025-10-10T02:10:55.5556970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix 2025-10-10T02:10:55.5557530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec+pp 2025-10-10T02:10:55.5558220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-s 2025-10-10T02:10:55.5558930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411 2025-10-10T02:10:55.5559530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix 2025-10-10T02:10:55.5560210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640-m8 2025-10-10T02:10:55.5560880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d2 2025-10-10T02:10:55.5561380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e+ 2025-10-10T02:10:55.5561840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dw 2025-10-10T02:10:55.5562340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-dg 2025-10-10T02:10:55.5562830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dvtm 2025-10-10T02:10:55.5563520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-dg 2025-10-10T02:10:55.5564150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec+sl 2025-10-10T02:10:55.5564980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7202 2025-10-10T02:10:55.5565860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-256x96-m 2025-10-10T02:10:55.5566550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-w 2025-10-10T02:10:55.5567420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-w 2025-10-10T02:10:55.5568060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-w 2025-10-10T02:10:55.5568720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-w 2025-10-10T02:10:55.5569340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgunix+ccc 2025-10-10T02:10:55.5570040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220-7b 2025-10-10T02:10:55.5570750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dec-vt100 2025-10-10T02:10:55.5571330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d214 2025-10-10T02:10:55.5572050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo630 2025-10-10T02:10:55.5572810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix 2025-10-10T02:10:55.5573400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d800 2025-10-10T02:10:55.5574400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dt100w 2025-10-10T02:10:55.5575170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e+dg 2025-10-10T02:10:55.5575890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460 2025-10-10T02:10:55.5576650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1730 2025-10-10T02:10:55.5577280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d200 2025-10-10T02:10:55.5577870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ddr 2025-10-10T02:10:55.5578670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d463-unix-sr 2025-10-10T02:10:55.5579350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-w 2025-10-10T02:10:55.5579970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-f2 2025-10-10T02:10:55.5580630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin 2025-10-10T02:10:55.5581320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c-dg 2025-10-10T02:10:55.5581890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462+dg 2025-10-10T02:10:55.5582470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp203 2025-10-10T02:10:55.5583150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/djgpp204 2025-10-10T02:10:55.5583820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d211-dg 2025-10-10T02:10:55.5584370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg6134 2025-10-10T02:10:55.5585100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d411-7b 2025-10-10T02:10:55.5585740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dm80 2025-10-10T02:10:55.5586550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d413-unix-25 2025-10-10T02:10:55.5587430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-w-ccc 2025-10-10T02:10:55.5588010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+15 2025-10-10T02:10:55.5588610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-7b-w 2025-10-10T02:10:55.5589150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d450 2025-10-10T02:10:55.5589790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-f 2025-10-10T02:10:55.5590770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x30-m 2025-10-10T02:10:55.5591500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d460-7b 2025-10-10T02:10:55.5592170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg100 2025-10-10T02:10:55.5592730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461 2025-10-10T02:10:55.5593750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1640-lm 2025-10-10T02:10:55.5594240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230 2025-10-10T02:10:55.5595040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-144x48 2025-10-10T02:10:55.5595820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d215-dg 2025-10-10T02:10:55.5596410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dgkeys+8b 2025-10-10T02:10:55.5596920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo450 2025-10-10T02:10:55.5597420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470-7b 2025-10-10T02:10:55.5598950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/domterm 2025-10-10T02:10:55.5599410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d470c 2025-10-10T02:10:55.5599980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix 2025-10-10T02:10:55.5600530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d555-7b 2025-10-10T02:10:55.5601110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d216e-unix 2025-10-10T02:10:55.5601720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-80x25 2025-10-10T02:10:55.5602250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d461-7b 2025-10-10T02:10:55.5602910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-25-ccc 2025-10-10T02:10:55.5603490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-dg-ccc 2025-10-10T02:10:55.5604020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577-w 2025-10-10T02:10:55.5604650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-160x64-m 2025-10-10T02:10:55.5605160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d578 2025-10-10T02:10:55.5605730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d230-dg 2025-10-10T02:10:55.5606280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dtc300s 2025-10-10T02:10:55.5606850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dg460-ansi 2025-10-10T02:10:55.5607440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d464-unix-w 2025-10-10T02:10:55.5607950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/ds40 2025-10-10T02:10:55.5608510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+dg 2025-10-10T02:10:55.5609070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d214-dg 2025-10-10T02:10:55.5609620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d220-dg 2025-10-10T02:10:55.5610240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1740-lm 2025-10-10T02:10:55.5610770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412+s 2025-10-10T02:10:55.5611340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/decid+cpr 2025-10-10T02:10:55.5611880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dmd-24 2025-10-10T02:10:55.5612480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-f2 2025-10-10T02:10:55.5613110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430c-unix-s-ccc 2025-10-10T02:10:55.5613680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d414-unix-s 2025-10-10T02:10:55.5614270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/diablo1620 2025-10-10T02:10:55.5614800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d200-dg 2025-10-10T02:10:55.5615440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d577 2025-10-10T02:10:55.5616040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix-sr 2025-10-10T02:10:55.5616580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d210-dg 2025-10-10T02:10:55.5617200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d430-unix-s 2025-10-10T02:10:55.5617780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/darwin-m-f 2025-10-10T02:10:55.5618360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d412-unix-25 2025-10-10T02:10:55.5618940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d410-7b 2025-10-10T02:10:55.5619480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/d462-unix 2025-10-10T02:10:55.5620030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/64/dku7102 2025-10-10T02:10:55.5620690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/41/Apple_Terminal 2025-10-10T02:10:55.5621250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-42 2025-10-10T02:10:55.5621850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-epc-w 2025-10-10T02:10:55.5622430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48wpc 2025-10-10T02:10:55.5623010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-25 2025-10-10T02:10:55.5623600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-mc 2025-10-10T02:10:55.5624130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-w 2025-10-10T02:10:55.5624750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-25-w 2025-10-10T02:10:55.5625310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-w-vb 2025-10-10T02:10:55.5625900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42wvb 2025-10-10T02:10:55.5626450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-w 2025-10-10T02:10:55.5627010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-wvb 2025-10-10T02:10:55.5627620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-42-w 2025-10-10T02:10:55.5628160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-wvb 2025-10-10T02:10:55.5628710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-vb 2025-10-10T02:10:55.5629310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-25 2025-10-10T02:10:55.5629880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-w 2025-10-10T02:10:55.5630440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-43-w 2025-10-10T02:10:55.5631040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-25 2025-10-10T02:10:55.5631640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-wvb 2025-10-10T02:10:55.5632280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-43 2025-10-10T02:10:55.5632840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75ap 2025-10-10T02:10:55.5633420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-w-vb 2025-10-10T02:10:55.5633930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75 2025-10-10T02:10:55.5634490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30-mc 2025-10-10T02:10:55.5635050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-vb 2025-10-10T02:10:55.5635650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36pc 2025-10-10T02:10:55.5636240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36w 2025-10-10T02:10:55.5636830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-316X 2025-10-10T02:10:55.5637410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-vb 2025-10-10T02:10:55.5637980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-25 2025-10-10T02:10:55.5638570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-25 2025-10-10T02:10:55.5639110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-w 2025-10-10T02:10:55.5639650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-AT 2025-10-10T02:10:55.5640210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse370 2025-10-10T02:10:55.5640750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy100 2025-10-10T02:10:55.5641330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-vb 2025-10-10T02:10:55.5642130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-w 2025-10-10T02:10:55.5642490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30-vb 2025-10-10T02:10:55.5643010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-25 2025-10-10T02:10:55.5643560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-w 2025-10-10T02:10:55.5644120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350 2025-10-10T02:10:55.5644670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120 2025-10-10T02:10:55.5645230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50 2025-10-10T02:10:55.5645810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325w-24 2025-10-10T02:10:55.5646390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-42w 2025-10-10T02:10:55.5646990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-wvb 2025-10-10T02:10:55.5647520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520 2025-10-10T02:10:55.5648190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-wvb 2025-10-10T02:10:55.5648660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-vb 2025-10-10T02:10:55.5649250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-25-w 2025-10-10T02:10:55.5649930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48w 2025-10-10T02:10:55.5650500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43wvb 2025-10-10T02:10:55.5651050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-w 2025-10-10T02:10:55.5651620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-w 2025-10-10T02:10:55.5652170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-mc 2025-10-10T02:10:55.5652740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-25 2025-10-10T02:10:55.5653290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325 2025-10-10T02:10:55.5653870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-wvb 2025-10-10T02:10:55.5654480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-epc 2025-10-10T02:10:55.5655060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-vb 2025-10-10T02:10:55.5655610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60 2025-10-10T02:10:55.5656180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-25 2025-10-10T02:10:55.5656790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-25-w 2025-10-10T02:10:55.5657340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsvt25 2025-10-10T02:10:55.5657890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-vb 2025-10-10T02:10:55.5661390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/winconsole 2025-10-10T02:10:55.5661630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150 2025-10-10T02:10:55.5661760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-43 2025-10-10T02:10:55.5661870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wrenw 2025-10-10T02:10:55.5662030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42w-vb 2025-10-10T02:10:55.5662150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75 2025-10-10T02:10:55.5662260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75ap 2025-10-10T02:10:55.5662370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-wvb 2025-10-10T02:10:55.5662660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-w 2025-10-10T02:10:55.5663210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-43-w 2025-10-10T02:10:55.5663760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-vb 2025-10-10T02:10:55.5664340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185 2025-10-10T02:10:55.5664880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wezterm 2025-10-10T02:10:55.5665500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-42 2025-10-10T02:10:55.5666130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-w 2025-10-10T02:10:55.5666670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-316X 2025-10-10T02:10:55.5667210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160 2025-10-10T02:10:55.5667780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-vb 2025-10-10T02:10:55.5668330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsvt25m 2025-10-10T02:10:55.5668940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36w 2025-10-10T02:10:55.5669620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43w-vb 2025-10-10T02:10:55.5670170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-99fgt 2025-10-10T02:10:55.5670790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-wvb 2025-10-10T02:10:55.5671340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-vb 2025-10-10T02:10:55.5671860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50 2025-10-10T02:10:55.5672420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-25 2025-10-10T02:10:55.5673020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-w 2025-10-10T02:10:55.5673570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-PC 2025-10-10T02:10:55.5674180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-42-w 2025-10-10T02:10:55.5674700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-vb 2025-10-10T02:10:55.5675270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42w 2025-10-10T02:10:55.5675870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-80 2025-10-10T02:10:55.5676430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-w 2025-10-10T02:10:55.5676990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-42 2025-10-10T02:10:55.5677570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48w 2025-10-10T02:10:55.5678150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-w-vb 2025-10-10T02:10:55.5678700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fa 2025-10-10T02:10:55.5679230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wren 2025-10-10T02:10:55.5679800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-vb 2025-10-10T02:10:55.5680400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-24 2025-10-10T02:10:55.5680960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-wvb 2025-10-10T02:10:55.5681530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy100q 2025-10-10T02:10:55.5682600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-wvb 2025-10-10T02:10:55.5683150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-75ap 2025-10-10T02:10:55.5683670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60 2025-10-10T02:10:55.5684250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc 2025-10-10T02:10:55.5684850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-vb 2025-10-10T02:10:55.5685400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43 2025-10-10T02:10:55.5686000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36pc 2025-10-10T02:10:55.5686570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36wpc 2025-10-10T02:10:55.5687100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wsiris 2025-10-10T02:10:55.5687690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-w-vb 2025-10-10T02:10:55.5688270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-wvb 2025-10-10T02:10:55.5688820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-vb 2025-10-10T02:10:55.5689380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-75ap 2025-10-10T02:10:55.5689940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-w 2025-10-10T02:10:55.5690520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-42 2025-10-10T02:10:55.5691100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-vb 2025-10-10T02:10:55.5691650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-w 2025-10-10T02:10:55.5692180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt 2025-10-10T02:10:55.5692690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85 2025-10-10T02:10:55.5693260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48 2025-10-10T02:10:55.5693860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-8bit 2025-10-10T02:10:55.5694440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-w-vb 2025-10-10T02:10:55.5695050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-48pc 2025-10-10T02:10:55.5695570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99gt-tek 2025-10-10T02:10:55.5696160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-42-w 2025-10-10T02:10:55.5696730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99-ansi 2025-10-10T02:10:55.5697320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-wvb 2025-10-10T02:10:55.5697930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-vb 2025-10-10T02:10:55.5698460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-25 2025-10-10T02:10:55.5698990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-325 2025-10-10T02:10:55.5699570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-wvb 2025-10-10T02:10:55.5700140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-43w 2025-10-10T02:10:55.5700690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-PC 2025-10-10T02:10:55.5701250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-vb 2025-10-10T02:10:55.5701820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-wvb 2025-10-10T02:10:55.5702400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-105k 2025-10-10T02:10:55.5702960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-24 2025-10-10T02:10:55.5703550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-43 2025-10-10T02:10:55.5704110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-25w 2025-10-10T02:10:55.5704710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-25-w 2025-10-10T02:10:55.5705240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150 2025-10-10T02:10:55.5705910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-pc-24 2025-10-10T02:10:55.5706430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-25-w 2025-10-10T02:10:55.5706940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48 2025-10-10T02:10:55.5707450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-nk 2025-10-10T02:10:55.5707940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-w 2025-10-10T02:10:55.5708510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-24 2025-10-10T02:10:55.5708970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-43 2025-10-10T02:10:55.5709520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99f 2025-10-10T02:10:55.5709990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fgt 2025-10-10T02:10:55.5710490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-vb 2025-10-10T02:10:55.5711020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-w 2025-10-10T02:10:55.5711560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-43-w 2025-10-10T02:10:55.5712080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-wvb 2025-10-10T02:10:55.5712550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160 2025-10-10T02:10:55.5713080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-vb 2025-10-10T02:10:55.5713660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36wpc 2025-10-10T02:10:55.5714160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-25-w 2025-10-10T02:10:55.5714720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99a-ansi 2025-10-10T02:10:55.5715280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30 2025-10-10T02:10:55.5715710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-w-vb 2025-10-10T02:10:55.5716270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-vb 2025-10-10T02:10:55.5716740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185 2025-10-10T02:10:55.5717250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-42 2025-10-10T02:10:55.5717750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-w 2025-10-10T02:10:55.5718370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-vb 2025-10-10T02:10:55.5718950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-p-wvb 2025-10-10T02:10:55.5719460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-24 2025-10-10T02:10:55.5720010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-25-w 2025-10-10T02:10:55.5720530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-wvb 2025-10-10T02:10:55.5721140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-36 2025-10-10T02:10:55.5721570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-vb 2025-10-10T02:10:55.5722060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350 2025-10-10T02:10:55.5722570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120 2025-10-10T02:10:55.5723060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy75-w 2025-10-10T02:10:55.5723620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-pc-vb 2025-10-10T02:10:55.5724210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48wpc 2025-10-10T02:10:55.5724710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse120-w 2025-10-10T02:10:55.5725220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-epc-w 2025-10-10T02:10:55.5725710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-w 2025-10-10T02:10:55.5726260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-mc 2025-10-10T02:10:55.5726780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt 2025-10-10T02:10:55.5727330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-wvb 2025-10-10T02:10:55.5727850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-25 2025-10-10T02:10:55.5728360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370 2025-10-10T02:10:55.5728980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-43-w 2025-10-10T02:10:55.5729540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-tek 2025-10-10T02:10:55.5730090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-AT 2025-10-10T02:10:55.5730570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-wvb 2025-10-10T02:10:55.5731110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-wvb 2025-10-10T02:10:55.5731710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse150-25-w 2025-10-10T02:10:55.5732150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-vb 2025-10-10T02:10:55.5732660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy350-w 2025-10-10T02:10:55.5733220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-42-w 2025-10-10T02:10:55.5733700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-8bit 2025-10-10T02:10:55.5734170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325 2025-10-10T02:10:55.5734710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85 2025-10-10T02:10:55.5735230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-25w 2025-10-10T02:10:55.5735740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse160-w 2025-10-10T02:10:55.5736210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520 2025-10-10T02:10:55.5736750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30-vb 2025-10-10T02:10:55.5737280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse350-wvb 2025-10-10T02:10:55.5737920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse185-wvb 2025-10-10T02:10:55.5738400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse325-43w 2025-10-10T02:10:55.5738850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-43 2025-10-10T02:10:55.5739410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy85-wvb 2025-10-10T02:10:55.5739990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy120-wvb 2025-10-10T02:10:55.5740460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse30-mc 2025-10-10T02:10:55.5741030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse85-w 2025-10-10T02:10:55.5741530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse60-vb 2025-10-10T02:10:55.5742070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-101k 2025-10-10T02:10:55.5742630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse+sl 2025-10-10T02:10:55.5743200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy99fgta 2025-10-10T02:10:55.5743760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse-vp 2025-10-10T02:10:55.5744220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy30 2025-10-10T02:10:55.5744800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-48pc 2025-10-10T02:10:55.5745290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-36 2025-10-10T02:10:55.5745870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy150-w-vb 2025-10-10T02:10:55.5746420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy185-24 2025-10-10T02:10:55.5746990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy60-42 2025-10-10T02:10:55.5747520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-tek 2025-10-10T02:10:55.5748050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse520-w 2025-10-10T02:10:55.5748610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse75-mc 2025-10-10T02:10:55.5749110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy520-vb 2025-10-10T02:10:55.5749590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-25 2025-10-10T02:10:55.5750100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy50-wvb 2025-10-10T02:10:55.5750620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-rv 2025-10-10T02:10:55.5751150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse50-vb 2025-10-10T02:10:55.5751660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy-99fgta 2025-10-10T02:10:55.5752220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wyse99gt-25-w 2025-10-10T02:10:55.5752710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy325-w 2025-10-10T02:10:55.5753230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy370-EPC 2025-10-10T02:10:55.5753750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/77/wy160-25-w 2025-10-10T02:10:55.5754250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25 2025-10-10T02:10:55.5754750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon0 2025-10-10T02:10:55.5755230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt210 2025-10-10T02:10:55.5755760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3-bold 2025-10-10T02:10:55.5756240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p4 2025-10-10T02:10:55.5756790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-m 2025-10-10T02:10:55.5757280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-w 2025-10-10T02:10:55.5757820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-43-m 2025-10-10T02:10:55.5758390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+keypad 2025-10-10T02:10:55.5758860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt40 2025-10-10T02:10:55.5759360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-w 2025-10-10T02:10:55.5759850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-m 2025-10-10T02:10:55.5760350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt200w 2025-10-10T02:10:55.5760940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-w 2025-10-10T02:10:55.5761400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccons 2025-10-10T02:10:55.5761990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-8-w 2025-10-10T02:10:55.5762490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pmconsole 2025-10-10T02:10:55.5763000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvtXX 2025-10-10T02:10:55.5763440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p5 2025-10-10T02:10:55.5763990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-vt100 2025-10-10T02:10:55.5764440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p19 2025-10-10T02:10:55.5764950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty 2025-10-10T02:10:55.5765430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-8-w 2025-10-10T02:10:55.5765970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc6300plus 2025-10-10T02:10:55.5766580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-96x48 2025-10-10T02:10:55.5767020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcconsole 2025-10-10T02:10:55.5767510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pro350 2025-10-10T02:10:55.5768050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit12 2025-10-10T02:10:55.5768540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi25 2025-10-10T02:10:55.5769020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-8 2025-10-10T02:10:55.5769730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+xterm 2025-10-10T02:10:55.5770230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-venix 2025-10-10T02:10:55.5770780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-basic 2025-10-10T02:10:55.5771270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit 2025-10-10T02:10:55.5771960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+sgr+acs0 2025-10-10T02:10:55.5772460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-43 2025-10-10T02:10:55.5772910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pty 2025-10-10T02:10:55.5773410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505 2025-10-10T02:10:55.5773900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon 2025-10-10T02:10:55.5774390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism7 2025-10-10T02:10:55.5774900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-minix 2025-10-10T02:10:55.5775390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9 2025-10-10T02:10:55.5775950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pckermit120 2025-10-10T02:10:55.5776440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt50w 2025-10-10T02:10:55.5776930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8 2025-10-10T02:10:55.5777470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-fast 2025-10-10T02:10:55.5777970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/printer 2025-10-10T02:10:55.5778450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1251 2025-10-10T02:10:55.5778980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-33 2025-10-10T02:10:55.5779470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt35w 2025-10-10T02:10:55.5780080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+vt400 2025-10-10T02:10:55.5780600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-25-m 2025-10-10T02:10:55.5781140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14-m-w 2025-10-10T02:10:55.5781590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8-w 2025-10-10T02:10:55.5782110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-m 2025-10-10T02:10:55.5782580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8gl 2025-10-10T02:10:55.5783200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+sgr+acs 2025-10-10T02:10:55.5783650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m1 2025-10-10T02:10:55.5784220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+cursor 2025-10-10T02:10:55.5784740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys 2025-10-10T02:10:55.5785300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-256color 2025-10-10T02:10:55.5785880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-90x28 2025-10-10T02:10:55.5786470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-mono 2025-10-10T02:10:55.5786980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt250 2025-10-10T02:10:55.5787470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6100 2025-10-10T02:10:55.5788010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-m-w 2025-10-10T02:10:55.5788490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcz19 2025-10-10T02:10:55.5789060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism9-8 2025-10-10T02:10:55.5789500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm 2025-10-10T02:10:55.5790170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+vt100 2025-10-10T02:10:55.5790610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-m 2025-10-10T02:10:55.5791070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p7 2025-10-10T02:10:55.5791620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt43 2025-10-10T02:10:55.5792070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9 2025-10-10T02:10:55.5792650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-w 2025-10-10T02:10:55.5793190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt40w 2025-10-10T02:10:55.5793690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt28 2025-10-10T02:10:55.5794170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1100 2025-10-10T02:10:55.5794720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc-coherent 2025-10-10T02:10:55.5795190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe550 2025-10-10T02:10:55.5795650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p8 2025-10-10T02:10:55.5796170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-m-w 2025-10-10T02:10:55.5796650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3 2025-10-10T02:10:55.5797130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcmw 2025-10-10T02:10:55.5797680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt43w 2025-10-10T02:10:55.5798190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12-m 2025-10-10T02:10:55.5798710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12-w 2025-10-10T02:10:55.5799220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3r-m 2025-10-10T02:10:55.5799720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25w 2025-10-10T02:10:55.5800230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6312 2025-10-10T02:10:55.5800760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-sco 2025-10-10T02:10:55.5801330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+esc 2025-10-10T02:10:55.5801780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p9-w 2025-10-10T02:10:55.5802250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc3r 2025-10-10T02:10:55.5802780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism12 2025-10-10T02:10:55.5803280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe7000m 2025-10-10T02:10:55.5803790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m1b 2025-10-10T02:10:55.5804270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi 2025-10-10T02:10:55.5804790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe7000c 2025-10-10T02:10:55.5805330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt25-color 2025-10-10T02:10:55.5805880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi43 2025-10-10T02:10:55.5806300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14 2025-10-10T02:10:55.5806820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p14-m-w 2025-10-10T02:10:55.5807310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism14 2025-10-10T02:10:55.5807860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-noapp 2025-10-10T02:10:55.5808320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pilot 2025-10-10T02:10:55.5808800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/p12 2025-10-10T02:10:55.5809370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+colors 2025-10-10T02:10:55.5810000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+linux 2025-10-10T02:10:55.5810520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi25m 2025-10-10T02:10:55.5811070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psx_ansi 2025-10-10T02:10:55.5811740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-25 2025-10-10T02:10:55.5812120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt100 2025-10-10T02:10:55.5812590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/ps300 2025-10-10T02:10:55.5813090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe1200 2025-10-10T02:10:55.5813610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt250w 2025-10-10T02:10:55.5814110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8gl 2025-10-10T02:10:55.5814620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi33 2025-10-10T02:10:55.5815110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism4 2025-10-10T02:10:55.5815620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505-24 2025-10-10T02:10:55.5816130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism8-w 2025-10-10T02:10:55.5816620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcplot 2025-10-10T02:10:55.5817220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+fnkeys+sco 2025-10-10T02:10:55.5817760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-screen 2025-10-10T02:10:55.5818280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+keys 2025-10-10T02:10:55.5818760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism5 2025-10-10T02:10:55.5819270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt505-22 2025-10-10T02:10:55.5819820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/prism2 2025-10-10T02:10:55.5820290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty-m2 2025-10-10T02:10:55.5820770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pc7300 2025-10-10T02:10:55.5821330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/psterm-80x24 2025-10-10T02:10:55.5821850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon+base 2025-10-10T02:10:55.5822370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi33m 2025-10-10T02:10:55.5822860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon-m 2025-10-10T02:10:55.5823360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt100w 2025-10-10T02:10:55.5823850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pe6300 2025-10-10T02:10:55.5824350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pt200 2025-10-10T02:10:55.5824830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt35 2025-10-10T02:10:55.5825350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt28w 2025-10-10T02:10:55.5825830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pmcons 2025-10-10T02:10:55.5826320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcix 2025-10-10T02:10:55.5826830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pccon0-m 2025-10-10T02:10:55.5827310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcvt50 2025-10-10T02:10:55.5827860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/pcansi-33-m 2025-10-10T02:10:55.5828440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/70/putty+screen 2025-10-10T02:10:55.5828880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qdcons 2025-10-10T02:10:55.5829390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203 2025-10-10T02:10:55.5829910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-25 2025-10-10T02:10:55.5830450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-25-w 2025-10-10T02:10:55.5831010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-25-w 2025-10-10T02:10:55.5831450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt 2025-10-10T02:10:55.5832000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-25 2025-10-10T02:10:55.5832500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119 2025-10-10T02:10:55.5832990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnx 2025-10-10T02:10:55.5833470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt4 2025-10-10T02:10:55.5834020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt103 2025-10-10T02:10:55.5834470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119-w 2025-10-10T02:10:55.5834980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p 2025-10-10T02:10:55.5835500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-g 2025-10-10T02:10:55.5836050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-25-w 2025-10-10T02:10:55.5836580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-w 2025-10-10T02:10:55.5837100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt102 2025-10-10T02:10:55.5837650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-t 2025-10-10T02:10:55.5838120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxt2 2025-10-10T02:10:55.5838650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-w 2025-10-10T02:10:55.5839140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101p 2025-10-10T02:10:55.5839650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxtmono 2025-10-10T02:10:55.5840150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt103-w 2025-10-10T02:10:55.5840700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+-25 2025-10-10T02:10:55.5841150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qume 2025-10-10T02:10:55.5841700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203-w-am 2025-10-10T02:10:55.5842170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxw 2025-10-10T02:10:55.5842660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnx4 2025-10-10T02:10:55.5843180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119p-w 2025-10-10T02:10:55.5843640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qnxm 2025-10-10T02:10:55.5844250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-m 2025-10-10T02:10:55.5844720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qdss 2025-10-10T02:10:55.5845220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi-w 2025-10-10T02:10:55.5845710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101 2025-10-10T02:10:55.5846210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119+ 2025-10-10T02:10:55.5846720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt108 2025-10-10T02:10:55.5847200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qume5 2025-10-10T02:10:55.5847680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qansi 2025-10-10T02:10:55.5848190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt101+ 2025-10-10T02:10:55.5848680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt203+ 2025-10-10T02:10:55.5849230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/71/qvt119-25-w 2025-10-10T02:10:55.5849690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt61 2025-10-10T02:10:55.5850210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt330 2025-10-10T02:10:55.5850690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102 2025-10-10T02:10:55.5851160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt50 2025-10-10T02:10:55.5851620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp60 2025-10-10T02:10:55.5852170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-putty 2025-10-10T02:10:55.5852660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-8 2025-10-10T02:10:55.5853220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nav-w 2025-10-10T02:10:55.5854200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300 2025-10-10T02:10:55.5854680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt132 2025-10-10T02:10:55.5855180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc403a 2025-10-10T02:10:55.5855740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+pcedit 2025-10-10T02:10:55.5856230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s 2025-10-10T02:10:55.5856740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip 2025-10-10T02:10:55.5857240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-direct 2025-10-10T02:10:55.5857770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint90 2025-10-10T02:10:55.5858300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte+pcfkeys 2025-10-10T02:10:55.5858820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-nam 2025-10-10T02:10:55.5859290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vitty 2025-10-10T02:10:55.5859810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102-w 2025-10-10T02:10:55.5860320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/versaterm 2025-10-10T02:10:55.5860800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/visa50 2025-10-10T02:10:55.5861350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52+arrows 2025-10-10T02:10:55.5861820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp3a+ 2025-10-10T02:10:55.5862350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata 2025-10-10T02:10:55.5862850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2014 2025-10-10T02:10:55.5863320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi550 2025-10-10T02:10:55.5863870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102-nsgr 2025-10-10T02:10:55.5864390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-old 2025-10-10T02:10:55.5864850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt-61 2025-10-10T02:10:55.5865390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-k311 2025-10-10T02:10:55.5865880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+ 2025-10-10T02:10:55.5866430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+keypad 2025-10-10T02:10:55.5866890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vtnt 2025-10-10T02:10:55.5867440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+4bsd 2025-10-10T02:10:55.5867960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata-o 2025-10-10T02:10:55.5868480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt61.5 2025-10-10T02:10:55.5868950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510pc 2025-10-10T02:10:55.5869440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc203 2025-10-10T02:10:55.5869950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v200-nam 2025-10-10T02:10:55.5870420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220 2025-10-10T02:10:55.5870980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-k3 2025-10-10T02:10:55.5871450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100nam 2025-10-10T02:10:55.5871970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2012 2025-10-10T02:10:55.5872440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi300 2025-10-10T02:10:55.5872960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vapple 2025-10-10T02:10:55.5873420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-H 2025-10-10T02:10:55.5873940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2008 2025-10-10T02:10:55.5874430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc415 2025-10-10T02:10:55.5874900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt400 2025-10-10T02:10:55.5875420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-vb 2025-10-10T02:10:55.5875970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+vtedit 2025-10-10T02:10:55.5876480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-nam 2025-10-10T02:10:55.5877030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+noapp 2025-10-10T02:10:55.5877490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v320n 2025-10-10T02:10:55.5877970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vv100 2025-10-10T02:10:55.5878540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+enq 2025-10-10T02:10:55.5879060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-w 2025-10-10T02:10:55.5879540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt102+enq 2025-10-10T02:10:55.5880040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2007 2025-10-10T02:10:55.5880600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s-top 2025-10-10T02:10:55.5881060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc414 2025-10-10T02:10:55.5881560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-w 2025-10-10T02:10:55.5882110Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52-basic 2025-10-10T02:10:55.5882620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vk100 2025-10-10T02:10:55.5883170Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-8bit 2025-10-10T02:10:55.5883630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt520 2025-10-10T02:10:55.5884130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt340 2025-10-10T02:10:55.5884660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vs100-x10 2025-10-10T02:10:55.5885190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nam-w 2025-10-10T02:10:55.5885740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+noapp+pc 2025-10-10T02:10:55.5886210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi55 2025-10-10T02:10:55.5886690Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi603 2025-10-10T02:10:55.5887230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vwmterm 2025-10-10T02:10:55.5887740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420pcdos 2025-10-10T02:10:55.5888240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-js 2025-10-10T02:10:55.5888740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vs100 2025-10-10T02:10:55.5889280Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt520ansi 2025-10-10T02:10:55.5889750Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510 2025-10-10T02:10:55.5890260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-js 2025-10-10T02:10:55.5890810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-256color 2025-10-10T02:10:55.5891320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-w 2025-10-10T02:10:55.5891850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+cvis 2025-10-10T02:10:55.5892330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc103 2025-10-10T02:10:55.5892870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-8bit 2025-10-10T02:10:55.5893380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi300-old 2025-10-10T02:10:55.5893880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200-w 2025-10-10T02:10:55.5894370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vp90 2025-10-10T02:10:55.5894910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+fnkeys 2025-10-10T02:10:55.5895470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200-f 2025-10-10T02:10:55.5895890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420f 2025-10-10T02:10:55.5896410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt400-24 2025-10-10T02:10:55.5896900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-w 2025-10-10T02:10:55.5897440Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/visual603 2025-10-10T02:10:55.5897930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w 2025-10-10T02:10:55.5898550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint60 2025-10-10T02:10:55.5899030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52 2025-10-10T02:10:55.5899530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt131 2025-10-10T02:10:55.5899990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt50h 2025-10-10T02:10:55.5900480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100 2025-10-10T02:10:55.5901000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/venix 2025-10-10T02:10:55.5901490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2017 2025-10-10T02:10:55.5902020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-Hw 2025-10-10T02:10:55.5902480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc404 2025-10-10T02:10:55.5903000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420 2025-10-10T02:10:55.5903550Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-nav 2025-10-10T02:10:55.5904000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte 2025-10-10T02:10:55.5904500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v3220 2025-10-10T02:10:55.5905040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bot-s 2025-10-10T02:10:55.5905570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-nam 2025-10-10T02:10:55.5906040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi500 2025-10-10T02:10:55.5906540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc414h 2025-10-10T02:10:55.5907080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt52+keypad 2025-10-10T02:10:55.5907630Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vte-2018 2025-10-10T02:10:55.5908180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420+lrmm 2025-10-10T02:10:55.5908730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+pfkeys 2025-10-10T02:10:55.5909230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt510pcdos 2025-10-10T02:10:55.5909770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vremote 2025-10-10T02:10:55.5910320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-top-s 2025-10-10T02:10:55.5910850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewdata-rv 2025-10-10T02:10:55.5911340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-w 2025-10-10T02:10:55.5911930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nav 2025-10-10T02:10:55.5912480Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-base 2025-10-10T02:10:55.5913000Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-w-nam 2025-10-10T02:10:55.5913540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint3a+ 2025-10-10T02:10:55.5914040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-nam 2025-10-10T02:10:55.5914580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bm-o 2025-10-10T02:10:55.5915070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi50adm 2025-10-10T02:10:55.5915600Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt300-nam 2025-10-10T02:10:55.5916070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt200 2025-10-10T02:10:55.5916560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220d 2025-10-10T02:10:55.5917030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vsc 2025-10-10T02:10:55.5917520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt420pc 2025-10-10T02:10:55.5918150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-8 2025-10-10T02:10:55.5918560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vanilla 2025-10-10T02:10:55.5919050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vscode 2025-10-10T02:10:55.5919530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt125 2025-10-10T02:10:55.5920020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip-Hw 2025-10-10T02:10:55.5920560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220-old 2025-10-10T02:10:55.5921020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/v5410 2025-10-10T02:10:55.5921580Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100+keypad 2025-10-10T02:10:55.5922100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc303a 2025-10-10T02:10:55.5922640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-am 2025-10-10T02:10:55.5923160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-s-bot 2025-10-10T02:10:55.5923760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320nam 2025-10-10T02:10:55.5924210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-w-am 2025-10-10T02:10:55.5924680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320 2025-10-10T02:10:55.5925180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc303 2025-10-10T02:10:55.5925620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi50 2025-10-10T02:10:55.5926180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vip7800-H 2025-10-10T02:10:55.5926770Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/viewpoint 2025-10-10T02:10:55.5927270Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vc404-s 2025-10-10T02:10:55.5927820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt220+cvis8 2025-10-10T02:10:55.5928300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt-utf8 2025-10-10T02:10:55.5928800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200 2025-10-10T02:10:55.5929310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt100-bm 2025-10-10T02:10:55.5929860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vscode-direct 2025-10-10T02:10:55.5930360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt525 2025-10-10T02:10:55.5930870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vi200-rv 2025-10-10T02:10:55.5931410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/76/vt320-w-nam 2025-10-10T02:10:55.5932020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-256color 2025-10-10T02:10:55.5932520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+r6f2 2025-10-10T02:10:55.5933090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-112x37 2025-10-10T02:10:55.5933640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+200x64 2025-10-10T02:10:55.5934190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x10mouse 2025-10-10T02:10:55.5934730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+128x48 2025-10-10T02:10:55.5935260Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+osc104 2025-10-10T02:10:55.5935850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x64-m 2025-10-10T02:10:55.5936350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-color 2025-10-10T02:10:55.5936910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-16color 2025-10-10T02:10:55.5937460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v40 2025-10-10T02:10:55.5938020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+128x40 2025-10-10T02:10:55.5938530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-b 2025-10-10T02:10:55.5939100Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct256 2025-10-10T02:10:55.5939620Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct2 2025-10-10T02:10:55.5940150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+app+pc 2025-10-10T02:10:55.5940650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xgterm 2025-10-10T02:10:55.5941230Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+88color 2025-10-10T02:10:55.5941700Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+c 2025-10-10T02:10:55.5942220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pce2 2025-10-10T02:10:55.5942780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x64 2025-10-10T02:10:55.5943350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x48 2025-10-10T02:10:55.5943840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+app 2025-10-10T02:10:55.5944360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-8bit 2025-10-10T02:10:55.5944900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox820 2025-10-10T02:10:55.5945400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1750 2025-10-10T02:10:55.5945950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+112x37 2025-10-10T02:10:55.5946460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtermm 2025-10-10T02:10:55.5946950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xi 2025-10-10T02:10:55.5947490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc0 2025-10-10T02:10:55.5947990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-f 2025-10-10T02:10:55.5948560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x11hilite 2025-10-10T02:10:55.5949080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtermc 2025-10-10T02:10:55.5949610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x25-m 2025-10-10T02:10:55.5950180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcf2 2025-10-10T02:10:55.5950720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+keypad 2025-10-10T02:10:55.5951180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm 2025-10-10T02:10:55.5951800Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x40 2025-10-10T02:10:55.5952320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+noapp 2025-10-10T02:10:55.5952820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+b 2025-10-10T02:10:55.5953360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-basic 2025-10-10T02:10:55.5953900Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+meta 2025-10-10T02:10:55.5954450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x11mouse 2025-10-10T02:10:55.5954970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-f2 2025-10-10T02:10:55.5955430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x820 2025-10-10T02:10:55.5955990Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc1 2025-10-10T02:10:55.5956500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-r6 2025-10-10T02:10:55.5956980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1720 2025-10-10T02:10:55.5957500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm.js 2025-10-10T02:10:55.5958070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-88color 2025-10-10T02:10:55.5958590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+tmux2 2025-10-10T02:10:55.5959180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-144x48-m 2025-10-10T02:10:55.5959710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct2 2025-10-10T02:10:55.5960250Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+decedit 2025-10-10T02:10:55.5960780Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-utf8 2025-10-10T02:10:55.5961360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+x11hilite 2025-10-10T02:10:55.5961910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct16 2025-10-10T02:10:55.5962400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xdku 2025-10-10T02:10:55.5962910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x68k-ite 2025-10-10T02:10:55.5963470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt+title 2025-10-10T02:10:55.5964030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-112x37-m 2025-10-10T02:10:55.5964560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct 2025-10-10T02:10:55.5965130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v333 2025-10-10T02:10:55.5965670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xfree86 2025-10-10T02:10:55.5966180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-vt220 2025-10-10T02:10:55.5966710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+acs 2025-10-10T02:10:55.5967210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-hp 2025-10-10T02:10:55.5967730Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-new 2025-10-10T02:10:55.5968300Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-noapp 2025-10-10T02:10:55.5968840Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pc+edit 2025-10-10T02:10:55.5969330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1003 2025-10-10T02:10:55.5969860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterms-sun 2025-10-10T02:10:55.5970400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl-twm 2025-10-10T02:10:55.5970960Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+basic 2025-10-10T02:10:55.5971510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1003 2025-10-10T02:10:55.5972040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-pcolor 2025-10-10T02:10:55.5972500Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xenix 2025-10-10T02:10:55.5973090Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct256 2025-10-10T02:10:55.5973570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc 2025-10-10T02:10:55.5974130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1002 2025-10-10T02:10:55.5974660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+focus 2025-10-10T02:10:55.5975210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1005 2025-10-10T02:10:55.5975760Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1005 2025-10-10T02:10:55.5976330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x48-m 2025-10-10T02:10:55.5976830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox-lm 2025-10-10T02:10:55.5977470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+nopcfkeys 2025-10-10T02:10:55.5977970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-direct 2025-10-10T02:10:55.5978560Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1002 2025-10-10T02:10:55.5979060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-sco 2025-10-10T02:10:55.5979710Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-144x48 2025-10-10T02:10:55.5980240Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-p371 2025-10-10T02:10:55.5980790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256setaf 2025-10-10T02:10:55.5981390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-160x64-m 2025-10-10T02:10:55.5981940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+vt+edit 2025-10-10T02:10:55.5982400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+kbs 2025-10-10T02:10:55.5982950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x30 2025-10-10T02:10:55.5983510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-90x30-m 2025-10-10T02:10:55.5984060Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x11mouse 2025-10-10T02:10:55.5984520Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xwsh 2025-10-10T02:10:55.5985010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xtalk 2025-10-10T02:10:55.5985610Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v43 2025-10-10T02:10:55.5986140Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v44 2025-10-10T02:10:55.5986650Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-p370 2025-10-10T02:10:55.5987190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-f 2025-10-10T02:10:55.5987720Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-90x30 2025-10-10T02:10:55.5988190Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xl83 2025-10-10T02:10:55.5988660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xfce 2025-10-10T02:10:55.5989210Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc3 2025-10-10T02:10:55.5989670Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1700 2025-10-10T02:10:55.5990180Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-24 2025-10-10T02:10:55.5990790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl-alt 2025-10-10T02:10:55.5991370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+144x48 2025-10-10T02:10:55.5991850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-b 2025-10-10T02:10:55.5992370Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-old 2025-10-10T02:10:55.5992910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt47 2025-10-10T02:10:55.5993420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+f2 2025-10-10T02:10:55.5993980Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-x10mouse 2025-10-10T02:10:55.5994530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+80x25 2025-10-10T02:10:55.5995030Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcf0 2025-10-10T02:10:55.5995590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+nofkeys 2025-10-10T02:10:55.5996160Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256color 2025-10-10T02:10:55.5996640Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x1700-lm 2025-10-10T02:10:55.5997150Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m 2025-10-10T02:10:55.5997740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+256color2 2025-10-10T02:10:55.5998220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-r5 2025-10-10T02:10:55.5998820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+titlestack 2025-10-10T02:10:55.5999310Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox1720 2025-10-10T02:10:55.5999850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcc2 2025-10-10T02:10:55.6000320Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm1 2025-10-10T02:10:55.6000810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x68k 2025-10-10T02:10:55.6001360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+f 2025-10-10T02:10:55.6001810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterms 2025-10-10T02:10:55.6002390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-mono 2025-10-10T02:10:55.6002930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x10term+sl 2025-10-10T02:10:55.6003540Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-100x37-m 2025-10-10T02:10:55.6004040Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+80x30 2025-10-10T02:10:55.6004590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x75 2025-10-10T02:10:55.6005130Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-256x96 2025-10-10T02:10:55.6005740Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x30-m 2025-10-10T02:10:55.6006290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+90x30 2025-10-10T02:10:55.6006810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/x10term 2025-10-10T02:10:55.6007340Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+pcfkeys 2025-10-10T02:10:55.6007940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-256x96-m 2025-10-10T02:10:55.6008530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+160x64 2025-10-10T02:10:55.6008950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xerox 2025-10-10T02:10:55.6009460Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sl 2025-10-10T02:10:55.6010010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+edit 2025-10-10T02:10:55.6010510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-sun 2025-10-10T02:10:55.6011080Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-100x37 2025-10-10T02:10:55.6011590Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-bold 2025-10-10T02:10:55.6012120Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-m-f2 2025-10-10T02:10:55.6012680Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+direct16 2025-10-10T02:10:55.6013200Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+200x75 2025-10-10T02:10:55.6013790Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+256x96 2025-10-10T02:10:55.6014330Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+tmux 2025-10-10T02:10:55.6014810Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-nic 2025-10-10T02:10:55.6015360Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-vt52 2025-10-10T02:10:55.6015920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v32 2025-10-10T02:10:55.6016470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-200x75-m 2025-10-10T02:10:55.6017010Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+sm+1006 2025-10-10T02:10:55.6017570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-160x64 2025-10-10T02:10:55.6018070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xiterm 2025-10-10T02:10:55.6018660Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+indirect 2025-10-10T02:10:55.6019220Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+88color2 2025-10-10T02:10:55.6019820Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-128x40-m 2025-10-10T02:10:55.6020290Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-1006 2025-10-10T02:10:55.6020850Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc+100x37 2025-10-10T02:10:55.6021390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+alt1049 2025-10-10T02:10:55.6021940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xnuppc-80x25 2025-10-10T02:10:55.6022510Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm-xf86-v33 2025-10-10T02:10:55.6023020Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/78/xterm+noalt 2025-10-10T02:10:55.6023570Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-nkc-bc 2025-10-10T02:10:55.6024070Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a 2025-10-10T02:10:55.6024530Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z19 2025-10-10T02:10:55.6025050Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z-100bw 2025-10-10T02:10:55.6025970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx 2025-10-10T02:10:55.6026490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen30 2025-10-10T02:10:55.6026970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z-100 2025-10-10T02:10:55.6027490Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith29 2025-10-10T02:10:55.6027950Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29 2025-10-10T02:10:55.6028450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z100 2025-10-10T02:10:55.6028970Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith39-a 2025-10-10T02:10:55.6029430Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z50 2025-10-10T02:10:55.6029930Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z8001 2025-10-10T02:10:55.6030410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx11 2025-10-10T02:10:55.6030940Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-kc-bc 2025-10-10T02:10:55.6031450Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29b 2025-10-10T02:10:55.6031910Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z100bw 2025-10-10T02:10:55.6032390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith 2025-10-10T02:10:55.6032920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen8001 2025-10-10T02:10:55.6033470Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zenith39-ansi 2025-10-10T02:10:55.6033920Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zt-1 2025-10-10T02:10:55.6034410Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/zen50 2025-10-10T02:10:55.6034880Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z110 2025-10-10T02:10:55.6035350Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z110bw 2025-10-10T02:10:55.6035870Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z340 2025-10-10T02:10:55.6036420Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-nkc-uc 2025-10-10T02:10:55.6036890Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z30 2025-10-10T02:10:55.6037400Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z29a-kc-uc 2025-10-10T02:10:55.6037860Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z39a 2025-10-10T02:10:55.6038390Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/ztx-1-a 2025-10-10T02:10:55.6038830Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z39-a 2025-10-10T02:10:55.6039380Z /opt/homebrew/Caskroom/miniconda/base/share/terminfo/7a/z340-nam 2025-10-10T02:10:55.6039910Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_close.3.html 2025-10-10T02:10:55.6040370Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv.3.html 2025-10-10T02:10:55.6040890Z /opt/homebrew/Caskroom/miniconda/base/share/doc/expat/changelog 2025-10-10T02:10:55.6045450Z /opt/homebrew/Caskroom/miniconda/base/share/doc/expat/AUTHORS 2025-10-10T02:10:55.6045630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/INSTALL 2025-10-10T02:10:55.6045750Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/CHANGES 2025-10-10T02:10:55.6045860Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/README 2025-10-10T02:10:55.6045990Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/rluserman.html 2025-10-10T02:10:55.6046110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/history.html 2025-10-10T02:10:55.6046230Z /opt/homebrew/Caskroom/miniconda/base/share/doc/readline/readline.html 2025-10-10T02:10:55.6046330Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/AUTHORS 2025-10-10T02:10:55.6046470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/lzma-file-format.txt 2025-10-10T02:10:55.6046570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/README 2025-10-10T02:10:55.6046660Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/faq.txt 2025-10-10T02:10:55.6046970Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING 2025-10-10T02:10:55.6047470Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/NEWS 2025-10-10T02:10:55.6048170Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/04_compress_easy_mt.c 2025-10-10T02:10:55.6048790Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/01_compress_easy.c 2025-10-10T02:10:55.6049380Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/02_decompress.c 2025-10-10T02:10:55.6049890Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/Makefile 2025-10-10T02:10:55.6050560Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/03_compress_custom.c 2025-10-10T02:10:55.6051110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/00_README.txt 2025-10-10T02:10:55.6051720Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/examples/11_file_info.c 2025-10-10T02:10:55.6052210Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING.0BSD 2025-10-10T02:10:55.6052720Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/COPYING.GPLv2 2025-10-10T02:10:55.6053230Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/history.txt 2025-10-10T02:10:55.6053730Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/THANKS 2025-10-10T02:10:55.6054280Z /opt/homebrew/Caskroom/miniconda/base/share/doc/xz/xz-file-format.txt 2025-10-10T02:10:55.6054770Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/BINDINGS.md 2025-10-10T02:10:55.6055290Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/AUTHORS 2025-10-10T02:10:55.6055830Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/HACKING.md 2025-10-10T02:10:55.6056390Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/RELEASE-NOTES 2025-10-10T02:10:55.6056870Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/README 2025-10-10T02:10:55.6057360Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/COPYING 2025-10-10T02:10:55.6057840Z /opt/homebrew/Caskroom/miniconda/base/share/doc/libssh2/NEWS 2025-10-10T02:10:55.6058500Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_config.html 2025-10-10T02:10:55.6059050Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2compat.html 2025-10-10T02:10:55.6059780Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_depth_limit.html 2025-10-10T02:10:55.6060280Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2.html 2025-10-10T02:10:55.6061220Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_create_from_pattern.html 2025-10-10T02:10:55.6061700Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2unicode.html 2025-10-10T02:10:55.6062310Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2sample.html 2025-10-10T02:10:55.6062970Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_pattern_convert.html 2025-10-10T02:10:55.6063680Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_heap_limit.html 2025-10-10T02:10:55.6064380Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_substitute_callout.html 2025-10-10T02:10:55.6064900Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/index.html 2025-10-10T02:10:55.6065550Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_free.html 2025-10-10T02:10:55.6066290Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_converted_pattern_free.html 2025-10-10T02:10:55.6067070Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_length_bynumber.html 2025-10-10T02:10:55.6067690Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_free.html 2025-10-10T02:10:55.6068500Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_callout_enumerate.html 2025-10-10T02:10:55.6069100Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_free.html 2025-10-10T02:10:55.6069670Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2perform.html 2025-10-10T02:10:55.6070450Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_copy_with_tables.html 2025-10-10T02:10:55.6070940Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2jit.html 2025-10-10T02:10:55.6071610Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2serialize.html 2025-10-10T02:10:55.6072320Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_data_create.html 2025-10-10T02:10:55.6072920Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_maketables.html 2025-10-10T02:10:55.6073630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_assign.html 2025-10-10T02:10:55.6074240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_bsr.html 2025-10-10T02:10:55.6074920Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_create.html 2025-10-10T02:10:55.6075520Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_mark.html 2025-10-10T02:10:55.6076300Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_free_unused_memory.html 2025-10-10T02:10:55.6077060Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_character_tables.html 2025-10-10T02:10:55.6077780Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_match_limit.html 2025-10-10T02:10:55.6078440Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_parens_nest_limit.html 2025-10-10T02:10:55.6079040Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2syntax.html 2025-10-10T02:10:55.6079590Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2api.html 2025-10-10T02:10:55.6080310Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_error_message.html 2025-10-10T02:10:55.6080950Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_startchar.html 2025-10-10T02:10:55.6081630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_newline.html 2025-10-10T02:10:55.6082150Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2convert.html 2025-10-10T02:10:55.6082980Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_ovector_count.html 2025-10-10T02:10:55.6083640Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_pattern_info.html 2025-10-10T02:10:55.6084250Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_maketables_free.html 2025-10-10T02:10:55.6084930Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_glob_escape.html 2025-10-10T02:10:55.6085650Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_ovector_pointer.html 2025-10-10T02:10:55.6086240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_code_copy.html 2025-10-10T02:10:55.6086850Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2matching.html 2025-10-10T02:10:55.6087620Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_create.html 2025-10-10T02:10:55.6088120Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2test.html 2025-10-10T02:10:55.6088770Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_dfa_match.html 2025-10-10T02:10:55.6089320Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2posix.html 2025-10-10T02:10:55.6090110Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_max_pattern_length.html 2025-10-10T02:10:55.6090780Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_encode.html 2025-10-10T02:10:55.6091530Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_recursion_limit.html 2025-10-10T02:10:55.6092240Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_free.html 2025-10-10T02:10:55.6093030Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_nametable_scan.html 2025-10-10T02:10:55.6093570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2callout.html 2025-10-10T02:10:55.6094310Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_copy.html 2025-10-10T02:10:55.6095010Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_free.html 2025-10-10T02:10:55.6095560Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2build.html 2025-10-10T02:10:55.6096270Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_offset_limit.html 2025-10-10T02:10:55.6096990Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_get_byname.html 2025-10-10T02:10:55.6097570Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_match.html 2025-10-10T02:10:55.6098330Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_create.html 2025-10-10T02:10:55.6098890Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2partial.html 2025-10-10T02:10:55.6099460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2grep.html 2025-10-10T02:10:55.6100190Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_free.html 2025-10-10T02:10:55.6100870Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_glob_separator.html 2025-10-10T02:10:55.6101500Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2pattern.html 2025-10-10T02:10:55.6102190Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_general_context_free.html 2025-10-10T02:10:55.6102730Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2demo.html 2025-10-10T02:10:55.6103640Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_recursion_memory_management.html 2025-10-10T02:10:55.6104290Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_create.html 2025-10-10T02:10:55.6105000Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile_context_copy.html 2025-10-10T02:10:55.6105800Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_get_number_of_codes.html 2025-10-10T02:10:55.6106580Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_compile_recursion_guard.html 2025-10-10T02:10:55.6107340Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_number_from_name.html 2025-10-10T02:10:55.6107970Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_list_free.html 2025-10-10T02:10:55.6108680Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_convert_context_copy.html 2025-10-10T02:10:55.6109380Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_get_match_data_size.html 2025-10-10T02:10:55.6110130Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_length_byname.html 2025-10-10T02:10:55.6110840Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_copy_bynumber.html 2025-10-10T02:10:55.6111440Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_compile.html 2025-10-10T02:10:55.6112140Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_decode.html 2025-10-10T02:10:55.6112830Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_copy.html 2025-10-10T02:10:55.6113430Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_compile.html 2025-10-10T02:10:55.6114090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_jit_stack_free.html 2025-10-10T02:10:55.6114670Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2limits.html 2025-10-10T02:10:55.6115270Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2-config.html 2025-10-10T02:10:55.6116040Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substitute.html 2025-10-10T02:10:55.6116610Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match.html 2025-10-10T02:10:55.6117420Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_compile_extra_options.html 2025-10-10T02:10:55.6118090Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_serialize_free.html 2025-10-10T02:10:55.6118840Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_get_bynumber.html 2025-10-10T02:10:55.6119460Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_set_callout.html 2025-10-10T02:10:55.6120250Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_copy_byname.html 2025-10-10T02:10:55.6120910Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_substring_list_get.html 2025-10-10T02:10:55.6121630Z /opt/homebrew/Caskroom/miniconda/base/share/doc/pcre2/html/pcre2_match_context_create.html 2025-10-10T02:10:55.6122070Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconvctl.3.html 2025-10-10T02:10:55.6122670Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_open_into.3.html 2025-10-10T02:10:55.6123140Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv_open.3.html 2025-10-10T02:10:55.6123610Z /opt/homebrew/Caskroom/miniconda/base/share/doc/iconv.1.html 2025-10-10T02:10:55.6124130Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/install-sh 2025-10-10T02:10:55.6124580Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/LICENSE 2025-10-10T02:10:55.6125190Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/config/mh-darwin 2025-10-10T02:10:55.6125680Z /opt/homebrew/Caskroom/miniconda/base/share/icu/73.1/mkinstalldirs 2025-10-10T02:10:56.5643090Z ==> Uninstalling Cask miniconda 2025-10-10T02:10:56.5652050Z ==> Removing files: 2025-10-10T02:10:56.5652320Z /opt/homebrew/Caskroom/miniconda/base 2025-10-10T02:10:58.8126090Z ==> Unlinking Binary '/opt/homebrew/bin/conda' 2025-10-10T02:10:58.8148500Z ==> Purging files for version py313_25.7.0-2 of Cask miniconda 2025-10-10T02:10:58.8659380Z ##[group]Run for dir in ~/.local/lib/python3.*/site-packages; do 2025-10-10T02:10:58.8659690Z for dir in ~/.local/lib/python3.*/site-packages; do 2025-10-10T02:10:58.8659890Z  echo "Cleaning up ${dir}" 2025-10-10T02:10:58.8660040Z  rm -rf "${dir}" 2025-10-10T02:10:58.8660160Z done 2025-10-10T02:10:58.8672650Z shell: /bin/bash -e -l {0} 2025-10-10T02:10:58.8672840Z env: 2025-10-10T02:10:58.8672940Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:58.8673070Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:58.8673220Z TEST_CONFIG: mps 2025-10-10T02:10:58.8673370Z SHARD_NUMBER: 1 2025-10-10T02:10:58.8673500Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:58.8673630Z PR_BODY: 2025-10-10T02:10:58.8673770Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:58.8673900Z ##[endgroup] 2025-10-10T02:10:58.8941640Z Cleaning up /Users/ec2-user/.local/lib/python3.*/site-packages 2025-10-10T02:10:58.9056100Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-10-10T02:10:58.9056320Z with: 2025-10-10T02:10:58.9056450Z minimum-available-space-in-gb: 6 2025-10-10T02:10:58.9056590Z env: 2025-10-10T02:10:58.9056700Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:58.9056860Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:58.9057010Z TEST_CONFIG: mps 2025-10-10T02:10:58.9057120Z SHARD_NUMBER: 1 2025-10-10T02:10:58.9057230Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:58.9057380Z PR_BODY: 2025-10-10T02:10:58.9057530Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:58.9057660Z ##[endgroup] 2025-10-10T02:10:58.9099390Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-10-10T02:10:58.9099730Z echo "Print the available disk space for manual inspection" 2025-10-10T02:10:58.9099960Z df -h 2025-10-10T02:10:58.9100070Z  2025-10-10T02:10:58.9100180Z function check_disk_space() { 2025-10-10T02:10:58.9100390Z  set +e 2025-10-10T02:10:58.9100500Z  2025-10-10T02:10:58.9100640Z  # Set the minimum requirement space to 6GB 2025-10-10T02:10:58.9100970Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-10-10T02:10:58.9101220Z  2025-10-10T02:10:58.9101350Z  # Use KB to avoid floating point warning like 3.1GB 2025-10-10T02:10:58.9101580Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-10-10T02:10:58.9101780Z  do 2025-10-10T02:10:58.9101910Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-10-10T02:10:58.9102090Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-10-10T02:10:58.9102250Z  2025-10-10T02:10:58.9102360Z  if [ "${MOUNT}" = "/" ]; then 2025-10-10T02:10:58.9102560Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-10-10T02:10:58.9103010Z  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-10-10T02:10:58.9103430Z  else 2025-10-10T02:10:58.9103660Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-10-10T02:10:58.9103920Z  fi 2025-10-10T02:10:58.9104020Z  fi 2025-10-10T02:10:58.9104130Z  done 2025-10-10T02:10:58.9104240Z  2025-10-10T02:10:58.9104420Z  set -e 2025-10-10T02:10:58.9104530Z } 2025-10-10T02:10:58.9104710Z  2025-10-10T02:10:58.9104860Z RESULT=$(check_disk_space) 2025-10-10T02:10:58.9105050Z echo "${RESULT}" 2025-10-10T02:10:58.9105170Z  2025-10-10T02:10:58.9105330Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-10-10T02:10:58.9105760Z  # 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-10-10T02:10:58.9106170Z  # https://github.com/pytorch/pytorch/issues/85440 2025-10-10T02:10:58.9106490Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-10-10T02:10:58.9106910Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-10-10T02:10:58.9107280Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-10-10T02:10:58.9107530Z  2025-10-10T02:10:58.9107660Z  # Clean up crash reports on the runner 2025-10-10T02:10:58.9107910Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-10-10T02:10:58.9108140Z  2025-10-10T02:10:58.9108270Z  # Also try to clean up torch.hub caching directory 2025-10-10T02:10:58.9108480Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-10-10T02:10:58.9108900Z  2025-10-10T02:10:58.9109040Z  # Purge conda 2025-10-10T02:10:58.9109190Z  conda clean -p -t -y || true 2025-10-10T02:10:58.9109350Z  # and pip cache 2025-10-10T02:10:58.9109500Z  pip cache purge || true 2025-10-10T02:10:58.9109640Z  2025-10-10T02:10:58.9109800Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-10-10T02:10:58.9110030Z  # Re-run the check 2025-10-10T02:10:58.9110170Z  RESULT=$(check_disk_space) 2025-10-10T02:10:58.9110330Z  echo "${RESULT}" 2025-10-10T02:10:58.9110460Z fi 2025-10-10T02:10:58.9110560Z  2025-10-10T02:10:58.9110670Z if [[ "${RESULT}" == *Failure* ]]; then 2025-10-10T02:10:58.9110850Z  df -h 2025-10-10T02:10:58.9110950Z  2025-10-10T02:10:58.9111330Z  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-10-10T02:10:58.9111750Z  exit 1 2025-10-10T02:10:58.9111850Z fi 2025-10-10T02:10:58.9122720Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:10:58.9122940Z env: 2025-10-10T02:10:58.9123040Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:58.9123230Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:58.9123380Z TEST_CONFIG: mps 2025-10-10T02:10:58.9123490Z SHARD_NUMBER: 1 2025-10-10T02:10:58.9123600Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:58.9123740Z PR_BODY: 2025-10-10T02:10:58.9123840Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:58.9123990Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-10-10T02:10:58.9124140Z ##[endgroup] 2025-10-10T02:10:58.9347550Z Print the available disk space for manual inspection 2025-10-10T02:10:58.9375370Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-10-10T02:10:58.9375680Z /dev/disk5s2s1 256Gi 10Gi 187Gi 6% 426k 2.0G 0% / 2025-10-10T02:10:58.9375990Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-10-10T02:10:58.9376270Z /dev/disk5s5 256Gi 1.0Gi 187Gi 1% 1 2.0G 0% /System/Volumes/VM 2025-10-10T02:10:58.9376580Z /dev/disk5s3 256Gi 6.6Gi 187Gi 4% 1.2k 2.0G 0% /System/Volumes/Preboot 2025-10-10T02:10:58.9376920Z /dev/disk1s2 500Mi 6.0Mi 397Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-10-10T02:10:58.9377240Z /dev/disk1s1 500Mi 49Mi 397Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-10-10T02:10:58.9377700Z /dev/disk1s3 500Mi 752Ki 397Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-10-10T02:10:58.9388110Z /dev/disk5s1 256Gi 49Gi 187Gi 21% 1.6M 2.0G 0% /System/Volumes/Data 2025-10-10T02:10:58.9388490Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-10-10T02:10:58.9388820Z /dev/disk3s4 460Gi 2.1Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-pVFpID 2025-10-10T02:10:58.9803470Z Success: There is 196323676KB free space left in / for macOS, continue 2025-10-10T02:10:58.9875450Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-10-10T02:10:58.9875680Z with: 2025-10-10T02:10:58.9875790Z submodules: recursive 2025-10-10T02:10:58.9875910Z fetch-depth: 0 2025-10-10T02:10:58.9876030Z env: 2025-10-10T02:10:58.9876140Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:58.9876280Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:58.9876540Z TEST_CONFIG: mps 2025-10-10T02:10:58.9876700Z SHARD_NUMBER: 1 2025-10-10T02:10:58.9876810Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:58.9876920Z PR_BODY: 2025-10-10T02:10:58.9877040Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:58.9877170Z ##[endgroup] 2025-10-10T02:10:58.9888000Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T02:10:58.9888470Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-10-10T02:10:58.9900010Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:10:58.9900190Z env: 2025-10-10T02:10:58.9900300Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:58.9900430Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:58.9900590Z TEST_CONFIG: mps 2025-10-10T02:10:58.9900700Z SHARD_NUMBER: 1 2025-10-10T02:10:58.9900800Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:58.9900920Z PR_BODY: 2025-10-10T02:10:58.9901020Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:58.9901150Z ##[endgroup] 2025-10-10T02:10:59.0189260Z ##[group]Run # Use all available CPUs for fetching 2025-10-10T02:10:59.0189520Z # Use all available CPUs for fetching 2025-10-10T02:10:59.0189690Z cd "${GITHUB_WORKSPACE}" 2025-10-10T02:10:59.0189870Z git config --global fetch.parallel 0 2025-10-10T02:10:59.0190070Z git config --global submodule.fetchJobs 0 2025-10-10T02:10:59.0190240Z  2025-10-10T02:10:59.0190480Z # Clean workspace. The default checkout action should also do this, but 2025-10-10T02:10:59.0190740Z # do it here as well just in case 2025-10-10T02:10:59.0190900Z if [[ -d .git ]]; then 2025-10-10T02:10:59.0191050Z  if [ -z "${NO_SUDO}" ]; then 2025-10-10T02:10:59.0191220Z  sudo git clean -ffdx 2025-10-10T02:10:59.0191360Z  else 2025-10-10T02:10:59.0191480Z  git clean -ffdx 2025-10-10T02:10:59.0191620Z  fi 2025-10-10T02:10:59.0191730Z fi 2025-10-10T02:10:59.0201830Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:10:59.0202000Z env: 2025-10-10T02:10:59.0202110Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:59.0202280Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:59.0202430Z TEST_CONFIG: mps 2025-10-10T02:10:59.0202550Z SHARD_NUMBER: 1 2025-10-10T02:10:59.0202650Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:59.0202770Z PR_BODY: 2025-10-10T02:10:59.0202890Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:59.0203020Z NO_SUDO: 2025-10-10T02:10:59.0203140Z ##[endgroup] 2025-10-10T02:10:59.9624530Z Removing .additional_ci_files/ 2025-10-10T02:10:59.9624730Z Removing .pytest_cache/ 2025-10-10T02:10:59.9624890Z Removing build/ 2025-10-10T02:10:59.9625020Z Removing dist/ 2025-10-10T02:10:59.9625160Z Removing test-reports/ 2025-10-10T02:10:59.9625340Z Removing test/.pytorch-disabled-tests.json 2025-10-10T02:10:59.9625570Z Removing test/__pycache__/ 2025-10-10T02:10:59.9625850Z Removing test/inductor/__pycache__/ 2025-10-10T02:10:59.9626040Z Removing test/test-reports/ 2025-10-10T02:10:59.9626190Z Removing test/torch_compile_debug/ 2025-10-10T02:10:59.9626370Z Removing tools/__pycache__/ 2025-10-10T02:10:59.9626520Z Removing tools/stats/__pycache__/ 2025-10-10T02:10:59.9626780Z Removing tools/stats/upload_utilization_stats/__pycache__/ 2025-10-10T02:10:59.9627000Z Removing tools/testing/__pycache__/ 2025-10-10T02:10:59.9627200Z Removing tools/testing/target_determination/__pycache__/ 2025-10-10T02:10:59.9627920Z Removing tools/testing/target_determination/heuristics/__pycache__/ 2025-10-10T02:10:59.9628170Z Removing usage_log.txt 2025-10-10T02:10:59.9684450Z ##[group]Run actions/checkout@v4 2025-10-10T02:10:59.9684610Z with: 2025-10-10T02:10:59.9684730Z ref: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T02:10:59.9684900Z fetch-depth: 0 2025-10-10T02:10:59.9685010Z submodules: recursive 2025-10-10T02:10:59.9685180Z show-progress: false 2025-10-10T02:10:59.9685310Z repository: pytorch/pytorch 2025-10-10T02:10:59.9685500Z token: *** 2025-10-10T02:10:59.9685600Z ssh-strict: true 2025-10-10T02:10:59.9685700Z ssh-user: git 2025-10-10T02:10:59.9685810Z persist-credentials: true 2025-10-10T02:10:59.9685930Z clean: true 2025-10-10T02:10:59.9686040Z sparse-checkout-cone-mode: true 2025-10-10T02:10:59.9686180Z fetch-tags: false 2025-10-10T02:10:59.9686290Z lfs: false 2025-10-10T02:10:59.9686390Z set-safe-directory: true 2025-10-10T02:10:59.9686520Z env: 2025-10-10T02:10:59.9686620Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:10:59.9686760Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:10:59.9686900Z TEST_CONFIG: mps 2025-10-10T02:10:59.9687000Z SHARD_NUMBER: 1 2025-10-10T02:10:59.9687110Z NUM_TEST_SHARDS: 1 2025-10-10T02:10:59.9687230Z PR_BODY: 2025-10-10T02:10:59.9687360Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:10:59.9687490Z ##[endgroup] 2025-10-10T02:11:00.0594100Z Syncing repository: pytorch/pytorch 2025-10-10T02:11:00.0594940Z ##[group]Getting Git version info 2025-10-10T02:11:00.0595180Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2025-10-10T02:11:00.0595530Z [command]/usr/bin/git version 2025-10-10T02:11:00.0649300Z git version 2.39.5 (Apple Git-154) 2025-10-10T02:11:00.0661180Z ##[endgroup] 2025-10-10T02:11:00.0665490Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/5c95992b-7e3b-41c4-a054-a30b1f082d8f/.gitconfig' 2025-10-10T02:11:00.0674050Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/5c95992b-7e3b-41c4-a054-a30b1f082d8f' before making global git config changes 2025-10-10T02:11:00.0674570Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T02:11:00.0677010Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-10-10T02:11:00.0749550Z [command]/usr/bin/git config --local --get remote.origin.url 2025-10-10T02:11:00.0808130Z https://github.com/pytorch/pytorch 2025-10-10T02:11:00.0821360Z ##[group]Removing previously created refs, to avoid conflicts 2025-10-10T02:11:00.0823180Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-10-10T02:11:00.0916140Z HEAD 2025-10-10T02:11:00.0989890Z ##[endgroup] 2025-10-10T02:11:00.0991780Z [command]/usr/bin/git submodule status 2025-10-10T02:11:00.1807410Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-10-10T02:11:00.2098560Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-10-10T02:11:00.2303730Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-10-10T02:11:00.2573030Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-10-10T02:11:00.2955920Z 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 third_party/NVTX (v3.1.0-263-g2942f16) 2025-10-10T02:11:00.3313670Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-10-10T02:11:00.5267850Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-10-10T02:11:00.5670940Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-10-10T02:11:00.5818510Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-10-10T02:11:00.6600060Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-10-10T02:11:00.6843190Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-10-10T02:11:00.7179220Z 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d third_party/cpuinfo (5e3d244) 2025-10-10T02:11:00.7516900Z f937055efc6d414d11f4c6577e3977fe74f35fb6 third_party/cudnn_frontend (v0.5-52-gf937055) 2025-10-10T02:11:00.8047580Z f3fde58372d33e9a5650ba7b80fc48b3b49d40c8 third_party/cutlass (v4.2.1) 2025-10-10T02:11:00.8770000Z 3cefe0564a8c3de514a152d40a2b4770f2ee5be0 third_party/fbgemm (v1.3.0-rc1-404-g3cefe056) 2025-10-10T02:11:00.9047130Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-10-10T02:11:00.9125770Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-10-10T02:11:00.9936330Z e424e3f2e607da02742f73db84873b8084fc714c third_party/fmt (12.0.0) 2025-10-10T02:11:01.0232970Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-10-10T02:11:01.0572160Z 54cbae0d3a67fa890b4c3d9ee162b7860315e341 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-37-g54cbae0) 2025-10-10T02:11:01.1069280Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-10-10T02:11:01.1359900Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-10-10T02:11:01.1518320Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-10-10T02:11:01.1903210Z 001ba8eb519438592f79dbc8e86a349f5f6c6829 third_party/kineto (remotes/origin/sraikund/test-131-g001ba8e) 2025-10-10T02:11:01.2079340Z cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 third_party/kleidiai (v1.8.0) 2025-10-10T02:11:01.2158900Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-10-10T02:11:01.2250450Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-10-10T02:11:01.3038940Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-10-10T02:11:01.3134680Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-10-10T02:11:01.3215010Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-10-10T02:11:01.5542800Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-10-10T02:11:01.5732360Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-10-10T02:11:01.5910430Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-10-10T02:11:01.6033840Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-10-10T02:11:01.6253630Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-10-10T02:11:01.6596520Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-10-10T02:11:01.6863060Z af0118d13e52f5a08841464a768e01a0bf3e3075 third_party/tensorpipe (heads/main) 2025-10-10T02:11:01.6870060Z ##[group]Cleaning the repository 2025-10-10T02:11:01.6873100Z [command]/usr/bin/git clean -ffdx 2025-10-10T02:11:01.7253870Z [command]/usr/bin/git reset --hard HEAD 2025-10-10T02:11:02.5972500Z HEAD is now at 3c0577bd157 Remove shared_ptr from MHAGraphCache (#164895) 2025-10-10T02:11:02.5981700Z ##[endgroup] 2025-10-10T02:11:02.5984700Z ##[group]Disabling automatic garbage collection 2025-10-10T02:11:02.5990610Z [command]/usr/bin/git config --local gc.auto 0 2025-10-10T02:11:02.6075360Z ##[endgroup] 2025-10-10T02:11:02.6075630Z ##[group]Setting up auth 2025-10-10T02:11:02.6079240Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T02:11:02.6146980Z [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-10-10T02:11:02.6671410Z Entering 'android/libs/fbjni' 2025-10-10T02:11:02.6792650Z Entering 'third_party/FP16' 2025-10-10T02:11:02.6906590Z Entering 'third_party/FXdiv' 2025-10-10T02:11:02.7026360Z Entering 'third_party/NNPACK' 2025-10-10T02:11:02.7139020Z Entering 'third_party/NVTX' 2025-10-10T02:11:02.7251830Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:02.7364890Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:02.7480660Z Entering 'third_party/aiter' 2025-10-10T02:11:02.7599580Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:02.7716790Z Entering 'third_party/benchmark' 2025-10-10T02:11:02.7828610Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:02.7943640Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:02.8057790Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:02.8169780Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:02.8281530Z Entering 'third_party/cutlass' 2025-10-10T02:11:02.8402740Z Entering 'third_party/fbgemm' 2025-10-10T02:11:02.8515470Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:02.8629840Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:02.8746070Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:02.8859000Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:02.8973360Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:02.9086730Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:02.9200030Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:02.9314410Z Entering 'third_party/flash-attention' 2025-10-10T02:11:02.9433120Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:02.9546640Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:02.9659810Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:02.9770180Z Entering 'third_party/fmt' 2025-10-10T02:11:02.9880530Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:02.9992230Z Entering 'third_party/gloo' 2025-10-10T02:11:03.0104370Z Entering 'third_party/googletest' 2025-10-10T02:11:03.0216940Z Entering 'third_party/ideep' 2025-10-10T02:11:03.0328280Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:03.0450640Z Entering 'third_party/ittapi' 2025-10-10T02:11:03.0564180Z Entering 'third_party/kineto' 2025-10-10T02:11:03.0676000Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:03.0787900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:03.0902350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:03.1015530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:03.1128250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:03.1246530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:03.1361530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:03.1473310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:03.1585510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:03.1697030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:03.1817060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:03.1928630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:03.2043050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:03.2158090Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:03.2270980Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:03.2385580Z Entering 'third_party/kleidiai' 2025-10-10T02:11:03.2499260Z Entering 'third_party/mimalloc' 2025-10-10T02:11:03.2611160Z Entering 'third_party/nlohmann' 2025-10-10T02:11:03.2723850Z Entering 'third_party/onnx' 2025-10-10T02:11:03.2840590Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:03.2953500Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:03.3065560Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:03.3178880Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:03.3292250Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:03.3406270Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:03.3522810Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:03.3641630Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:03.3752690Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:03.3865420Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:03.3980230Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:03.4094450Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:03.4213890Z Entering 'third_party/pocketfft' 2025-10-10T02:11:03.4329310Z Entering 'third_party/protobuf' 2025-10-10T02:11:03.4442600Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:03.4563170Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:03.4678990Z Entering 'third_party/psimd' 2025-10-10T02:11:03.4793030Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:03.4905220Z Entering 'third_party/pybind11' 2025-10-10T02:11:03.5018450Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:03.5130720Z Entering 'third_party/sleef' 2025-10-10T02:11:03.5243670Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:03.5351660Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:03.5459850Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:03.5569450Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:03.5680680Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:03.5790850Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:03.5914720Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T02:11:03.5982440Z [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-10-10T02:11:03.6497060Z Entering 'android/libs/fbjni' 2025-10-10T02:11:03.6611720Z Entering 'third_party/FP16' 2025-10-10T02:11:03.6723740Z Entering 'third_party/FXdiv' 2025-10-10T02:11:03.6835810Z Entering 'third_party/NNPACK' 2025-10-10T02:11:03.6948630Z Entering 'third_party/NVTX' 2025-10-10T02:11:03.7060290Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:03.7171350Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:03.7288590Z Entering 'third_party/aiter' 2025-10-10T02:11:03.7399470Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:03.7514200Z Entering 'third_party/benchmark' 2025-10-10T02:11:03.7625940Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:03.7740080Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:03.7851090Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:03.7962840Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:03.8074800Z Entering 'third_party/cutlass' 2025-10-10T02:11:03.8188870Z Entering 'third_party/fbgemm' 2025-10-10T02:11:03.8299170Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:03.8411040Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:03.8524400Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:03.8635930Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:03.8750200Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:03.8863330Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:03.8975890Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:03.9091860Z Entering 'third_party/flash-attention' 2025-10-10T02:11:03.9205210Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:03.9321320Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:03.9438030Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:03.9552130Z Entering 'third_party/fmt' 2025-10-10T02:11:03.9665960Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:03.9778680Z Entering 'third_party/gloo' 2025-10-10T02:11:03.9888420Z Entering 'third_party/googletest' 2025-10-10T02:11:03.9999590Z Entering 'third_party/ideep' 2025-10-10T02:11:04.0111120Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:04.0226640Z Entering 'third_party/ittapi' 2025-10-10T02:11:04.0340460Z Entering 'third_party/kineto' 2025-10-10T02:11:04.0451950Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:04.0562550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:04.0674020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:04.0782780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:04.0891130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:04.0998810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:04.1112080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:04.1223540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:04.1338550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:04.1452140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:04.1564790Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:04.1675260Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:04.1789660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:04.1906710Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:04.2018030Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:04.2131190Z Entering 'third_party/kleidiai' 2025-10-10T02:11:04.2245190Z Entering 'third_party/mimalloc' 2025-10-10T02:11:04.2358660Z Entering 'third_party/nlohmann' 2025-10-10T02:11:04.2471700Z Entering 'third_party/onnx' 2025-10-10T02:11:04.2588860Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:04.2703440Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:04.2815470Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:04.2927790Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:04.3038590Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:04.3150710Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:04.3273400Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:04.3395700Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:04.3509710Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:04.3622880Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:04.3737700Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:04.3853880Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:04.3977410Z Entering 'third_party/pocketfft' 2025-10-10T02:11:04.4093010Z Entering 'third_party/protobuf' 2025-10-10T02:11:04.4206150Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:04.4319800Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:04.4435440Z Entering 'third_party/psimd' 2025-10-10T02:11:04.4549410Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:04.4662610Z Entering 'third_party/pybind11' 2025-10-10T02:11:04.4775820Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:04.4888250Z Entering 'third_party/sleef' 2025-10-10T02:11:04.5000080Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:04.5111650Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:04.5223490Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:04.5334780Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:04.5447550Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:04.5558040Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:04.5685190Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T02:11:04.5765260Z ##[endgroup] 2025-10-10T02:11:04.5765610Z ##[group]Fetching the repository 2025-10-10T02:11:04.5769240Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-10-10T02:11:09.9464180Z From https://github.com/pytorch/pytorch 2025-10-10T02:11:09.9464530Z - [deleted] (none) -> origin/ISSUE-154849 2025-10-10T02:11:10.0875110Z - [deleted] (none) -> origin/actually-run-mps-aot-inductor 2025-10-10T02:11:10.0875920Z - [deleted] (none) -> origin/addvllmtest 2025-10-10T02:11:10.0876750Z - [deleted] (none) -> origin/angelayi/pattern 2025-10-10T02:11:10.0877380Z - [deleted] (none) -> origin/bf/minor-cg-config-doc 2025-10-10T02:11:10.0915190Z - [deleted] (none) -> origin/cherry-pick-162425-by-pytorch_bot_bot_ 2025-10-10T02:11:10.0915500Z - [deleted] (none) -> origin/export-D79230339 2025-10-10T02:11:10.0915790Z - [deleted] (none) -> origin/gh/H-Huang/215/base 2025-10-10T02:11:10.0916310Z - [deleted] (none) -> origin/gh/H-Huang/215/head 2025-10-10T02:11:10.0916600Z - [deleted] (none) -> origin/gh/H-Huang/215/orig 2025-10-10T02:11:10.0916880Z - [deleted] (none) -> origin/gh/IvanKobzarev/115/base 2025-10-10T02:11:10.0917180Z - [deleted] (none) -> origin/gh/IvanKobzarev/115/head 2025-10-10T02:11:10.0917470Z - [deleted] (none) -> origin/gh/IvanKobzarev/115/orig 2025-10-10T02:11:10.0917730Z - [deleted] (none) -> origin/gh/anijain2305/868/base 2025-10-10T02:11:10.0917980Z - [deleted] (none) -> origin/gh/anijain2305/868/head 2025-10-10T02:11:10.0918240Z - [deleted] (none) -> origin/gh/anijain2305/868/orig 2025-10-10T02:11:10.0918480Z - [deleted] (none) -> origin/gh/benjaminglass1/95/base 2025-10-10T02:11:10.0918740Z - [deleted] (none) -> origin/gh/benjaminglass1/95/head 2025-10-10T02:11:10.0919000Z - [deleted] (none) -> origin/gh/benjaminglass1/95/orig 2025-10-10T02:11:10.0919280Z - [deleted] (none) -> origin/gh/coconutruben/48/base 2025-10-10T02:11:10.0919540Z - [deleted] (none) -> origin/gh/coconutruben/48/head 2025-10-10T02:11:10.0919790Z - [deleted] (none) -> origin/gh/coconutruben/48/orig 2025-10-10T02:11:10.0920060Z - [deleted] (none) -> origin/gh/coconutruben/49/base 2025-10-10T02:11:10.0920500Z - [deleted] (none) -> origin/gh/coconutruben/49/head 2025-10-10T02:11:10.0920760Z - [deleted] (none) -> origin/gh/coconutruben/49/orig 2025-10-10T02:11:10.0921030Z - [deleted] (none) -> origin/gh/coconutruben/50/base 2025-10-10T02:11:10.0921280Z - [deleted] (none) -> origin/gh/coconutruben/50/head 2025-10-10T02:11:10.0921530Z - [deleted] (none) -> origin/gh/coconutruben/50/orig 2025-10-10T02:11:10.0921790Z - [deleted] (none) -> origin/gh/drisspg/166/base 2025-10-10T02:11:10.0922300Z - [deleted] (none) -> origin/gh/drisspg/166/head 2025-10-10T02:11:10.0922560Z - [deleted] (none) -> origin/gh/drisspg/166/orig 2025-10-10T02:11:10.0922820Z - [deleted] (none) -> origin/gh/guangyey/140/base 2025-10-10T02:11:10.0923070Z - [deleted] (none) -> origin/gh/guangyey/140/head 2025-10-10T02:11:10.0923420Z - [deleted] (none) -> origin/gh/guangyey/140/orig 2025-10-10T02:11:10.0923670Z - [deleted] (none) -> origin/gh/guangyey/142/base 2025-10-10T02:11:10.0923910Z - [deleted] (none) -> origin/gh/guangyey/142/head 2025-10-10T02:11:10.0924150Z - [deleted] (none) -> origin/gh/guangyey/142/orig 2025-10-10T02:11:10.0924370Z - [deleted] (none) -> origin/gh/isuruf/147/base 2025-10-10T02:11:10.0924600Z - [deleted] (none) -> origin/gh/isuruf/147/head 2025-10-10T02:11:10.0924820Z - [deleted] (none) -> origin/gh/isuruf/147/orig 2025-10-10T02:11:10.0925070Z - [deleted] (none) -> origin/gh/jamesjwu/189/base 2025-10-10T02:11:10.0925340Z - [deleted] (none) -> origin/gh/jamesjwu/189/head 2025-10-10T02:11:10.0925570Z - [deleted] (none) -> origin/gh/jamesjwu/189/orig 2025-10-10T02:11:10.0925810Z - [deleted] (none) -> origin/gh/kwen2501/222/base 2025-10-10T02:11:10.0926070Z - [deleted] (none) -> origin/gh/kwen2501/222/head 2025-10-10T02:11:10.0926300Z - [deleted] (none) -> origin/gh/kwen2501/222/orig 2025-10-10T02:11:10.0926540Z - [deleted] (none) -> origin/gh/kwen2501/232/base 2025-10-10T02:11:10.0926820Z - [deleted] (none) -> origin/gh/kwen2501/232/head 2025-10-10T02:11:10.0927060Z - [deleted] (none) -> origin/gh/kwen2501/232/orig 2025-10-10T02:11:10.0927310Z - [deleted] (none) -> origin/gh/kwen2501/233/base 2025-10-10T02:11:10.0927550Z - [deleted] (none) -> origin/gh/kwen2501/233/head 2025-10-10T02:11:10.0927830Z - [deleted] (none) -> origin/gh/kwen2501/233/orig 2025-10-10T02:11:10.0928060Z - [deleted] (none) -> origin/gh/laithsakka/268/base 2025-10-10T02:11:10.0928310Z - [deleted] (none) -> origin/gh/laithsakka/268/head 2025-10-10T02:11:10.0928550Z - [deleted] (none) -> origin/gh/laithsakka/268/orig 2025-10-10T02:11:10.0928820Z - [deleted] (none) -> origin/gh/oulgen/35/base 2025-10-10T02:11:10.0929060Z - [deleted] (none) -> origin/gh/oulgen/35/head 2025-10-10T02:11:10.0929280Z - [deleted] (none) -> origin/gh/oulgen/35/orig 2025-10-10T02:11:10.0929510Z - [deleted] (none) -> origin/gh/shunting314/223/base 2025-10-10T02:11:10.0929760Z - [deleted] (none) -> origin/gh/shunting314/223/head 2025-10-10T02:11:10.0930020Z - [deleted] (none) -> origin/gh/shunting314/223/orig 2025-10-10T02:11:10.0930270Z - [deleted] (none) -> origin/gh/swolchok/826/base 2025-10-10T02:11:10.0930510Z - [deleted] (none) -> origin/gh/swolchok/826/head 2025-10-10T02:11:10.0930780Z - [deleted] (none) -> origin/gh/swolchok/826/orig 2025-10-10T02:11:10.0931090Z - [deleted] (none) -> origin/gh/swolchok/833/base 2025-10-10T02:11:10.0931350Z - [deleted] (none) -> origin/gh/swolchok/833/head 2025-10-10T02:11:10.0931580Z - [deleted] (none) -> origin/gh/swolchok/833/orig 2025-10-10T02:11:10.0931810Z - [deleted] (none) -> origin/gh/tugsbayasgalan/11/base 2025-10-10T02:11:10.0932060Z - [deleted] (none) -> origin/gh/tugsbayasgalan/11/head 2025-10-10T02:11:10.0932300Z - [deleted] (none) -> origin/gh/tugsbayasgalan/11/orig 2025-10-10T02:11:10.0932650Z - [deleted] (none) -> origin/gh/zhxchen17/31/base 2025-10-10T02:11:10.0932880Z - [deleted] (none) -> origin/gh/zhxchen17/31/head 2025-10-10T02:11:10.0933120Z - [deleted] (none) -> origin/gh/zhxchen17/31/orig 2025-10-10T02:11:10.0933360Z - [deleted] (none) -> origin/gh/zou3519/1198/base 2025-10-10T02:11:10.0933640Z - [deleted] (none) -> origin/gh/zou3519/1198/head 2025-10-10T02:11:10.0933910Z - [deleted] (none) -> origin/gh/zou3519/1198/orig 2025-10-10T02:11:10.0934160Z - [deleted] (none) -> origin/ideep-update 2025-10-10T02:11:10.0934810Z - [deleted] (none) -> origin/malfet-patch-2 2025-10-10T02:11:10.0935560Z - [deleted] (none) -> origin/pianpwk/unbacked_channels_last 2025-10-10T02:11:10.0936310Z - [deleted] (none) -> origin/pianpwk/whitelist_optimizer 2025-10-10T02:11:10.0936980Z - [deleted] (none) -> origin/quantile-docs 2025-10-10T02:11:10.0937730Z - [deleted] (none) -> origin/update-audio-commit-hash/17567864209-1799-1 2025-10-10T02:11:10.0938420Z - [deleted] (none) -> origin/update-vllm-commit-hash/17536029887-1798-1 2025-10-10T02:11:10.0939130Z - [deleted] (none) -> ciflow/inductor-periodic/156592 2025-10-10T02:11:10.0939840Z - [deleted] (none) -> ciflow/inductor/156592 2025-10-10T02:11:10.0940550Z - [deleted] (none) -> ciflow/inductor/161118 2025-10-10T02:11:10.0941270Z - [deleted] (none) -> ciflow/inductor/162031 2025-10-10T02:11:10.0941980Z - [deleted] (none) -> ciflow/inductor/162768 2025-10-10T02:11:10.0942710Z - [deleted] (none) -> ciflow/inductor/163533 2025-10-10T02:11:10.0943440Z - [deleted] (none) -> ciflow/inductor/163976 2025-10-10T02:11:10.0944160Z - [deleted] (none) -> ciflow/inductor/164291 2025-10-10T02:11:10.0944860Z - [deleted] (none) -> ciflow/inductor/164379 2025-10-10T02:11:10.0945620Z - [deleted] (none) -> ciflow/inductor/164488 2025-10-10T02:11:10.0946300Z - [deleted] (none) -> ciflow/inductor/164497 2025-10-10T02:11:10.0947010Z - [deleted] (none) -> ciflow/inductor/164498 2025-10-10T02:11:10.0947760Z - [deleted] (none) -> ciflow/inductor/164521 2025-10-10T02:11:10.0948480Z - [deleted] (none) -> ciflow/inductor/164524 2025-10-10T02:11:10.0949180Z - [deleted] (none) -> ciflow/inductor/164527 2025-10-10T02:11:10.0949920Z - [deleted] (none) -> ciflow/inductor/165010 2025-10-10T02:11:10.0950650Z - [deleted] (none) -> ciflow/linux-aarch64/165010 2025-10-10T02:11:10.0951340Z - [deleted] (none) -> ciflow/rocm/156592 2025-10-10T02:11:10.0952080Z - [deleted] (none) -> ciflow/rocm/165103 2025-10-10T02:11:10.0952820Z - [deleted] (none) -> ciflow/trunk/156592 2025-10-10T02:11:10.0953510Z - [deleted] (none) -> ciflow/trunk/162031 2025-10-10T02:11:11.7239460Z + 4daaf3b0ad1...10852276b4d angelayi/allow_fake -> origin/angelayi/allow_fake (forced update) 2025-10-10T02:11:11.7283160Z 1ef33328641..776ead37e98 gh/fduwjj/217/base -> origin/gh/fduwjj/217/base 2025-10-10T02:11:11.7290410Z f239d3e0702..59e9f1704ae gh/fduwjj/217/head -> origin/gh/fduwjj/217/head 2025-10-10T02:11:11.7297290Z + db641b4f26b...30c57a2cbc2 gh/fduwjj/217/orig -> origin/gh/fduwjj/217/orig (forced update) 2025-10-10T02:11:11.7315280Z + 80aa77cf4df...894901d17f5 gh/jiayisunx/80/orig -> origin/gh/jiayisunx/80/orig (forced update) 2025-10-10T02:11:11.7327070Z + 7fd300f95f7...c54ba0fd8e2 gh/jiayisunx/81/orig -> origin/gh/jiayisunx/81/orig (forced update) 2025-10-10T02:11:11.7334690Z + 9c14fc5534c...15acda7dd3e gh/jiayisunx/82/orig -> origin/gh/jiayisunx/82/orig (forced update) 2025-10-10T02:11:11.7342190Z b3e44f1dac0..a0094f794e3 gh/jiayisunx/84/head -> origin/gh/jiayisunx/84/head 2025-10-10T02:11:11.7348990Z + 37ea2ac881d...f2995818bf2 gh/jiayisunx/84/orig -> origin/gh/jiayisunx/84/orig (forced update) 2025-10-10T02:11:11.7365140Z 910d96fba22..9f8a8b4af9e gh/malfet/547/head -> origin/gh/malfet/547/head 2025-10-10T02:11:11.7377250Z + 6dc67ad33bd...16b4e5aadbf gh/malfet/547/orig -> origin/gh/malfet/547/orig (forced update) 2025-10-10T02:11:11.7403880Z + b10cb93cf4a...ffe0a6ed36f guangyey/reimport -> origin/guangyey/reimport (forced update) 2025-10-10T02:11:11.7412730Z a6fa4f9c283..0747d959946 main -> origin/main 2025-10-10T02:11:11.7424050Z + 80fe2f3eb7e...cb9c2db7c85 update_submodule_FBGEMM -> origin/update_submodule_FBGEMM (forced update) 2025-10-10T02:11:11.7437430Z + 18c97719205...419b7500e6e yiming/precompile_benchmark -> origin/yiming/precompile_benchmark (forced update) 2025-10-10T02:11:11.7439470Z t [tag update] ciflow/binaries/164894 -> ciflow/binaries/164894 2025-10-10T02:11:11.7441360Z * [new tag] ciflow/inductor-rocm/165115 -> ciflow/inductor-rocm/165115 2025-10-10T02:11:11.7443480Z t [tag update] ciflow/inductor/162066 -> ciflow/inductor/162066 2025-10-10T02:11:11.7445460Z t [tag update] ciflow/inductor/164202 -> ciflow/inductor/164202 2025-10-10T02:11:11.7447980Z t [tag update] ciflow/inductor/164906 -> ciflow/inductor/164906 2025-10-10T02:11:11.7450040Z t [tag update] ciflow/inductor/165031 -> ciflow/inductor/165031 2025-10-10T02:11:11.7451650Z t [tag update] ciflow/inductor/165114 -> ciflow/inductor/165114 2025-10-10T02:11:11.7453540Z * [new tag] ciflow/periodic-rocm-mi300/165115 -> ciflow/periodic-rocm-mi300/165115 2025-10-10T02:11:11.7455210Z * [new tag] ciflow/rocm-mi300/165115 -> ciflow/rocm-mi300/165115 2025-10-10T02:11:11.7457270Z * [new tag] ciflow/trunk/158932 -> ciflow/trunk/158932 2025-10-10T02:11:11.7458430Z * [new tag] ciflow/trunk/159936 -> ciflow/trunk/159936 2025-10-10T02:11:11.7466180Z t [tag update] ciflow/trunk/162066 -> ciflow/trunk/162066 2025-10-10T02:11:11.7467910Z t [tag update] ciflow/trunk/164202 -> ciflow/trunk/164202 2025-10-10T02:11:11.7469750Z t [tag update] ciflow/trunk/164510 -> ciflow/trunk/164510 2025-10-10T02:11:11.7471670Z t [tag update] ciflow/trunk/164894 -> ciflow/trunk/164894 2025-10-10T02:11:11.7473110Z * [new tag] ciflow/trunk/165031 -> ciflow/trunk/165031 2025-10-10T02:11:11.7474320Z * [new tag] ciflow/trunk/165043 -> ciflow/trunk/165043 2025-10-10T02:11:11.7476550Z t [tag update] ciflow/trunk/165090 -> ciflow/trunk/165090 2025-10-10T02:11:11.7478570Z * [new tag] trunk/0747d95994600a5a5538da560801476abbb67342 -> trunk/0747d95994600a5a5538da560801476abbb67342 2025-10-10T02:11:11.7481520Z * [new tag] trunk/7614338b69481d702c9f084ac15d9109c7cd3ef0 -> trunk/7614338b69481d702c9f084ac15d9109c7cd3ef0 2025-10-10T02:11:11.7483960Z * [new tag] trunk/c7b57d93490d83c9cf59908eb34754882664a1c2 -> trunk/c7b57d93490d83c9cf59908eb34754882664a1c2 2025-10-10T02:11:11.8533800Z [command]/usr/bin/git rev-parse --verify --quiet 344e6365a0068c2d2847fcec0c55dd53291d475e^{object} 2025-10-10T02:11:11.8605590Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T02:11:11.8609480Z ##[endgroup] 2025-10-10T02:11:11.8609700Z ##[group]Determining the checkout info 2025-10-10T02:11:11.8609940Z ##[endgroup] 2025-10-10T02:11:11.8612200Z [command]/usr/bin/git sparse-checkout disable 2025-10-10T02:11:11.8802650Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-10-10T02:11:11.8866380Z ##[group]Checking out the ref 2025-10-10T02:11:11.8868810Z [command]/usr/bin/git checkout --progress --force 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T02:11:12.2362030Z Previous HEAD position was 3c0577bd157 Remove shared_ptr from MHAGraphCache (#164895) 2025-10-10T02:11:12.2385440Z HEAD is now at 344e6365a00 [inductor][eazy] change how torch.use_deterministic_algorithms affect inductor (#164905) 2025-10-10T02:11:12.2394650Z ##[endgroup] 2025-10-10T02:11:12.2394870Z ##[group]Setting up auth for fetching submodules 2025-10-10T02:11:12.2399350Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-10-10T02:11:12.2484470Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-10-10T02:11:12.2550260Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-10-10T02:11:12.2615120Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-10-10T02:11:12.2676610Z ##[endgroup] 2025-10-10T02:11:12.2676810Z ##[group]Fetching submodules 2025-10-10T02:11:12.2678920Z [command]/usr/bin/git submodule sync --recursive 2025-10-10T02:11:12.3206310Z Synchronizing submodule url for 'android/libs/fbjni' 2025-10-10T02:11:12.3245430Z Synchronizing submodule url for 'third_party/FP16' 2025-10-10T02:11:12.3282550Z Synchronizing submodule url for 'third_party/FXdiv' 2025-10-10T02:11:12.3325970Z Synchronizing submodule url for 'third_party/NNPACK' 2025-10-10T02:11:12.3363850Z Synchronizing submodule url for 'third_party/NVTX' 2025-10-10T02:11:12.3402320Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:12.3440170Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-10-10T02:11:12.3482120Z Synchronizing submodule url for 'third_party/aiter' 2025-10-10T02:11:12.3554420Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:12.3596220Z Synchronizing submodule url for 'third_party/benchmark' 2025-10-10T02:11:12.3634480Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-10-10T02:11:12.3677380Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-10-10T02:11:12.3720600Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-10-10T02:11:12.3759260Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-10-10T02:11:12.3797390Z Synchronizing submodule url for 'third_party/cutlass' 2025-10-10T02:11:12.3845800Z Synchronizing submodule url for 'third_party/fbgemm' 2025-10-10T02:11:12.3898160Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:12.3934590Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:12.3978540Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:12.4021280Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:12.4066660Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:12.4109550Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:12.4154330Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-10-10T02:11:12.4199820Z Synchronizing submodule url for 'third_party/flash-attention' 2025-10-10T02:11:12.4259490Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:12.4305100Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:12.4348510Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-10-10T02:11:12.4389480Z Synchronizing submodule url for 'third_party/fmt' 2025-10-10T02:11:12.4428520Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:12.4468070Z Synchronizing submodule url for 'third_party/gloo' 2025-10-10T02:11:12.4511460Z Synchronizing submodule url for 'third_party/googletest' 2025-10-10T02:11:12.4556390Z Synchronizing submodule url for 'third_party/ideep' 2025-10-10T02:11:12.4607550Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:12.4649620Z Synchronizing submodule url for 'third_party/ittapi' 2025-10-10T02:11:12.4687940Z Synchronizing submodule url for 'third_party/kineto' 2025-10-10T02:11:12.4747010Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:12.4798920Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:12.4836830Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:12.4879820Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:12.4923010Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:12.4974650Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:12.5020720Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:12.5064680Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:12.5109140Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:12.5153600Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:12.5197600Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:12.5256380Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:12.5301730Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:12.5355060Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:12.5397790Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:12.5438750Z Synchronizing submodule url for 'third_party/kleidiai' 2025-10-10T02:11:12.5478690Z Synchronizing submodule url for 'third_party/mimalloc' 2025-10-10T02:11:12.5516510Z Synchronizing submodule url for 'third_party/nlohmann' 2025-10-10T02:11:12.5555030Z Synchronizing submodule url for 'third_party/onnx' 2025-10-10T02:11:12.5609400Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:12.5649630Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-10-10T02:11:12.5709530Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:12.5747120Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:12.5790450Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:12.5833330Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:12.5877660Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:12.5915080Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:12.5958660Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:12.6011240Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:12.6065910Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:12.6113140Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:12.6160060Z Synchronizing submodule url for 'third_party/pocketfft' 2025-10-10T02:11:12.6198650Z Synchronizing submodule url for 'third_party/protobuf' 2025-10-10T02:11:12.6251760Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:12.6295800Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:12.6334910Z Synchronizing submodule url for 'third_party/psimd' 2025-10-10T02:11:12.6372850Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-10-10T02:11:12.6410820Z Synchronizing submodule url for 'third_party/pybind11' 2025-10-10T02:11:12.6449140Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-10-10T02:11:12.6486770Z Synchronizing submodule url for 'third_party/sleef' 2025-10-10T02:11:12.6524430Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-10-10T02:11:12.6585930Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:12.6623910Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:12.6661950Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:12.6704280Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:12.6746390Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:12.6790430Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-10-10T02:11:12.7502090Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-10-10T02:11:12.7677660Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-10-10T02:11:12.7857050Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-10-10T02:11:12.8042870Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-10-10T02:11:12.8223970Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-10-10T02:11:12.8413850Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-10-10T02:11:12.9023460Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-10-10T02:11:12.9369630Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-10-10T02:11:13.0772690Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-10-10T02:11:13.1176780Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-10-10T02:11:13.1895820Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-10-10T02:11:13.2085440Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-10-10T02:11:13.2572710Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-10-10T02:11:13.2754760Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-10-10T02:11:13.3019040Z Submodule path 'third_party/cutlass': checked out 'f3fde58372d33e9a5650ba7b80fc48b3b49d40c8' 2025-10-10T02:11:13.3847460Z Submodule path 'third_party/fbgemm': checked out '3cefe0564a8c3de514a152d40a2b4770f2ee5be0' 2025-10-10T02:11:13.4294590Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-10-10T02:11:13.6343860Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-10-10T02:11:13.7004530Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-10-10T02:11:13.7845880Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '311f3c8e51dc0eb56310cfc6980bf63d0fbd7917' 2025-10-10T02:11:13.8550940Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-10-10T02:11:13.8845350Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-10-10T02:11:14.0043830Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-10-10T02:11:14.0287030Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-10-10T02:11:14.1657550Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-10-10T02:11:14.2193380Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-10-10T02:11:14.2781290Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-10-10T02:11:14.3044080Z Submodule path 'third_party/fmt': checked out 'e424e3f2e607da02742f73db84873b8084fc714c' 2025-10-10T02:11:14.3323310Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-10-10T02:11:14.3661250Z Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341' 2025-10-10T02:11:14.4025540Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-10-10T02:11:14.4228820Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-10-10T02:11:14.7184040Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-10-10T02:11:14.7363780Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-10-10T02:11:14.7543780Z Submodule path 'third_party/kineto': checked out '001ba8eb519438592f79dbc8e86a349f5f6c6829' 2025-10-10T02:11:14.7917070Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1' 2025-10-10T02:11:14.8242630Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-10-10T02:11:14.8566530Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-10-10T02:11:14.9231270Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-10-10T02:11:14.9458200Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-10-10T02:11:14.9686560Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-10-10T02:11:14.9981030Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-10-10T02:11:15.0445220Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-10-10T02:11:15.1211130Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-10-10T02:11:15.1405790Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-10-10T02:11:15.1706060Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a' 2025-10-10T02:11:15.2172650Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159' 2025-10-10T02:11:15.2617490Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-10-10T02:11:15.3235680Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-10-10T02:11:15.3701030Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-10-10T02:11:15.3893070Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-10-10T02:11:15.4476570Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-10-10T02:11:15.5199650Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-10-10T02:11:15.5598320Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-10-10T02:11:15.6335740Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-10-10T02:11:15.6919380Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-10-10T02:11:15.7294260Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-10-10T02:11:15.7749950Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-10-10T02:11:15.8041390Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-10-10T02:11:15.8803360Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-10-10T02:11:15.9042150Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-10-10T02:11:15.9241480Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-10-10T02:11:15.9512070Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-10-10T02:11:15.9971860Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-10-10T02:11:16.0426190Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-10-10T02:11:16.2400750Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-10-10T02:11:16.2584180Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-10-10T02:11:16.2963430Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-10-10T02:11:16.3455710Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-10-10T02:11:16.4014520Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-10-10T02:11:16.4183470Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-10-10T02:11:16.4351120Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-10-10T02:11:16.5022360Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-10-10T02:11:16.5282200Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-10-10T02:11:16.5603810Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-10-10T02:11:16.5962030Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-10-10T02:11:16.6701320Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-10-10T02:11:16.6978830Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-10-10T02:11:16.8260430Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-10-10T02:11:16.8986170Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-10-10T02:11:16.9217790Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-10-10T02:11:16.9266840Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-10-10T02:11:16.9789920Z Entering 'android/libs/fbjni' 2025-10-10T02:11:16.9879580Z Entering 'third_party/FP16' 2025-10-10T02:11:16.9969480Z Entering 'third_party/FXdiv' 2025-10-10T02:11:17.0057420Z Entering 'third_party/NNPACK' 2025-10-10T02:11:17.0146510Z Entering 'third_party/NVTX' 2025-10-10T02:11:17.0232440Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:17.0321070Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:17.0413970Z Entering 'third_party/aiter' 2025-10-10T02:11:17.0501910Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:17.0601810Z Entering 'third_party/benchmark' 2025-10-10T02:11:17.0686110Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:17.0777820Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:17.0864650Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:17.0952970Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:17.1043010Z Entering 'third_party/cutlass' 2025-10-10T02:11:17.1134460Z Entering 'third_party/fbgemm' 2025-10-10T02:11:17.1221280Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:17.1309150Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:17.1399090Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:17.1487930Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:17.1579110Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:17.1665810Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:17.1754140Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:17.1845270Z Entering 'third_party/flash-attention' 2025-10-10T02:11:17.1933830Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:17.2023090Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:17.2115100Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:17.2205500Z Entering 'third_party/fmt' 2025-10-10T02:11:17.2294100Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:17.2381550Z Entering 'third_party/gloo' 2025-10-10T02:11:17.2470150Z Entering 'third_party/googletest' 2025-10-10T02:11:17.2556090Z Entering 'third_party/ideep' 2025-10-10T02:11:17.2642750Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:17.2733470Z Entering 'third_party/ittapi' 2025-10-10T02:11:17.2821460Z Entering 'third_party/kineto' 2025-10-10T02:11:17.2907310Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:17.2994680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:17.3083850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:17.3172070Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:17.3260930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:17.3346960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:17.3435710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:17.3523930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:17.3612330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:17.3700120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:17.3789160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:17.3875740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:17.3974170Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:17.4068520Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:17.4160340Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:17.4251800Z Entering 'third_party/kleidiai' 2025-10-10T02:11:17.4343560Z Entering 'third_party/mimalloc' 2025-10-10T02:11:17.4432890Z Entering 'third_party/nlohmann' 2025-10-10T02:11:17.4524030Z Entering 'third_party/onnx' 2025-10-10T02:11:17.4619820Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:17.4709870Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:17.4799470Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:17.4886700Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:17.4976010Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:17.5064850Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:17.5154410Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:17.5241200Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:17.5329970Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:17.5417890Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:17.5507570Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:17.5598160Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:17.5694470Z Entering 'third_party/pocketfft' 2025-10-10T02:11:17.5786390Z Entering 'third_party/protobuf' 2025-10-10T02:11:17.5875390Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:17.5963870Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:17.6052650Z Entering 'third_party/psimd' 2025-10-10T02:11:17.6142440Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:17.6228140Z Entering 'third_party/pybind11' 2025-10-10T02:11:17.6316250Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:17.6401690Z Entering 'third_party/sleef' 2025-10-10T02:11:17.6489820Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:17.6577330Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:17.6664790Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:17.6752450Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:17.6840130Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:17.6925460Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:17.7021110Z ##[endgroup] 2025-10-10T02:11:17.7021340Z ##[group]Persisting credentials for submodules 2025-10-10T02:11:17.7025500Z [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-10-10T02:11:17.7546450Z Entering 'android/libs/fbjni' 2025-10-10T02:11:17.7626350Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7626540Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7693560Z Entering 'third_party/FP16' 2025-10-10T02:11:17.7772170Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7772360Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7839230Z Entering 'third_party/FXdiv' 2025-10-10T02:11:17.7917740Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7917910Z url.https://github.com/.insteadof 2025-10-10T02:11:17.7984590Z Entering 'third_party/NNPACK' 2025-10-10T02:11:17.8062030Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8062220Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8129120Z Entering 'third_party/NVTX' 2025-10-10T02:11:17.8207700Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8207900Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8274140Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:17.8351760Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8352060Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8417660Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:17.8495370Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8495550Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8564830Z Entering 'third_party/aiter' 2025-10-10T02:11:17.8644290Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8644480Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8709750Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:17.8789530Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8789720Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8860040Z Entering 'third_party/benchmark' 2025-10-10T02:11:17.8938400Z url.https://github.com/.insteadof 2025-10-10T02:11:17.8938580Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9005590Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:17.9084020Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9084200Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9156120Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:17.9235880Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9236050Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9304920Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:17.9381540Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9448150Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9448360Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:17.9526830Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9527010Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9593700Z Entering 'third_party/cutlass' 2025-10-10T02:11:17.9672330Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9672510Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9741110Z Entering 'third_party/fbgemm' 2025-10-10T02:11:17.9820840Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9821020Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9886900Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:17.9965960Z url.https://github.com/.insteadof 2025-10-10T02:11:17.9966150Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0031840Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:18.0110770Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0110950Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0179180Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:18.0257720Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0257900Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0324130Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:18.0401700Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0401890Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0471730Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:18.0548430Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0548600Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0615630Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:18.0692780Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0693020Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0760010Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:18.0837160Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0837340Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0905790Z Entering 'third_party/flash-attention' 2025-10-10T02:11:18.0985220Z url.https://github.com/.insteadof 2025-10-10T02:11:18.0985390Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1050630Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:18.1128820Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1129020Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1197770Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:18.1276140Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1276330Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1346750Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:18.1426380Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1426570Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1493100Z Entering 'third_party/fmt' 2025-10-10T02:11:18.1568560Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1568740Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1633880Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:18.1711740Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1711910Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1778060Z Entering 'third_party/gloo' 2025-10-10T02:11:18.1856320Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1856500Z url.https://github.com/.insteadof 2025-10-10T02:11:18.1923100Z Entering 'third_party/googletest' 2025-10-10T02:11:18.2000650Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2000840Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2066150Z Entering 'third_party/ideep' 2025-10-10T02:11:18.2145230Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2145420Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2209850Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:18.2288190Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2288390Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2358790Z Entering 'third_party/ittapi' 2025-10-10T02:11:18.2437480Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2437670Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2503640Z Entering 'third_party/kineto' 2025-10-10T02:11:18.2581470Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2581650Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2647170Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:18.2724950Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2725130Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2791450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:18.2868600Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2868770Z url.https://github.com/.insteadof 2025-10-10T02:11:18.2936280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:18.3013450Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3013630Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3079340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:18.3157170Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3157340Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3224120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:18.3303110Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3303300Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3367880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:18.3445910Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3446090Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3515760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:18.3594180Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3594350Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3660830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:18.3738150Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3738320Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3805830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:18.3882640Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3882820Z url.https://github.com/.insteadof 2025-10-10T02:11:18.3952450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:18.4028850Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4029050Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4095490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:18.4173330Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4173610Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4238930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:18.4318820Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4318990Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4387520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:18.4467980Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4468160Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4536600Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:18.4614880Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4615060Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4681280Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:18.4760670Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4761000Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4832770Z Entering 'third_party/kleidiai' 2025-10-10T02:11:18.4913950Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4914140Z url.https://github.com/.insteadof 2025-10-10T02:11:18.4980970Z Entering 'third_party/mimalloc' 2025-10-10T02:11:18.5060580Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5060760Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5127610Z Entering 'third_party/nlohmann' 2025-10-10T02:11:18.5204360Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5204540Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5272340Z Entering 'third_party/onnx' 2025-10-10T02:11:18.5349500Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5349670Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5420750Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:18.5498840Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5499020Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5567810Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:18.5647640Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5647810Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5713210Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:18.5792920Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5793090Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5859580Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:18.5937840Z url.https://github.com/.insteadof 2025-10-10T02:11:18.5938010Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6004370Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:18.6083160Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6083340Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6149750Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:18.6227170Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6227350Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6293490Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:18.6370150Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6370360Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6436710Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:18.6514580Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6514790Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6582660Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:18.6662100Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6662440Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6726160Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:18.6803700Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6803880Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6871260Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:18.6949870Z url.https://github.com/.insteadof 2025-10-10T02:11:18.6950060Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7019380Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:18.7098480Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7098650Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7174060Z Entering 'third_party/pocketfft' 2025-10-10T02:11:18.7254050Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7254240Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7320940Z Entering 'third_party/protobuf' 2025-10-10T02:11:18.7398590Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7398820Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7464960Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:18.7541040Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7541220Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7607570Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:18.7685280Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7685480Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7754210Z Entering 'third_party/psimd' 2025-10-10T02:11:18.7832950Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7833130Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7898310Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:18.7977140Z url.https://github.com/.insteadof 2025-10-10T02:11:18.7977330Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8043170Z Entering 'third_party/pybind11' 2025-10-10T02:11:18.8122640Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8122830Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8188280Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:18.8266940Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8267110Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8332820Z Entering 'third_party/sleef' 2025-10-10T02:11:18.8411900Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8412130Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8479440Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:18.8557900Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8558080Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8624410Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:18.8699690Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8699860Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8766730Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:18.8844580Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8844760Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8909160Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:18.8984580Z url.https://github.com/.insteadof 2025-10-10T02:11:18.8984760Z url.https://github.com/.insteadof 2025-10-10T02:11:18.9050700Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:18.9129260Z url.https://github.com/.insteadof 2025-10-10T02:11:18.9129460Z url.https://github.com/.insteadof 2025-10-10T02:11:18.9193850Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:18.9272980Z url.https://github.com/.insteadof 2025-10-10T02:11:18.9273150Z url.https://github.com/.insteadof 2025-10-10T02:11:18.9352640Z [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-10-10T02:11:18.9873500Z Entering 'android/libs/fbjni' 2025-10-10T02:11:18.9987420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-10-10T02:11:19.0021560Z Entering 'third_party/FP16' 2025-10-10T02:11:19.0132250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-10-10T02:11:19.0165540Z Entering 'third_party/FXdiv' 2025-10-10T02:11:19.0276530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-10-10T02:11:19.0311050Z Entering 'third_party/NNPACK' 2025-10-10T02:11:19.0421490Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-10-10T02:11:19.0455480Z Entering 'third_party/NVTX' 2025-10-10T02:11:19.0563940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-10-10T02:11:19.0598210Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:19.0705810Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-10-10T02:11:19.0739920Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:19.0851440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-10-10T02:11:19.0889100Z Entering 'third_party/aiter' 2025-10-10T02:11:19.1000250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-10-10T02:11:19.1033250Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:19.1143970Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-10-10T02:11:19.1180600Z Entering 'third_party/benchmark' 2025-10-10T02:11:19.1291890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-10-10T02:11:19.1325490Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:19.1434570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-10-10T02:11:19.1471620Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:19.1582940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-10-10T02:11:19.1616700Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:19.1723950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-10-10T02:11:19.1758950Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:19.1866880Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-10-10T02:11:19.1900620Z Entering 'third_party/cutlass' 2025-10-10T02:11:19.2011950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-10-10T02:11:19.2048310Z Entering 'third_party/fbgemm' 2025-10-10T02:11:19.2159150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-10-10T02:11:19.2192290Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:19.2302700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-10-10T02:11:19.2336060Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:19.2445920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-10-10T02:11:19.2481590Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:19.2587900Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-10-10T02:11:19.2620830Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:19.2726810Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-10-10T02:11:19.2762780Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:19.2871530Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-10-10T02:11:19.2905570Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:19.3013010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-10-10T02:11:19.3046140Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:19.3156240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-10-10T02:11:19.3191720Z Entering 'third_party/flash-attention' 2025-10-10T02:11:19.3303730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-10-10T02:11:19.3337010Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:19.3454610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-10-10T02:11:19.3495760Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:19.3617090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-10-10T02:11:19.3657220Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:19.3773990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-10-10T02:11:19.3811210Z Entering 'third_party/fmt' 2025-10-10T02:11:19.3925710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-10-10T02:11:19.3960520Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:19.4074660Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-10-10T02:11:19.4110800Z Entering 'third_party/gloo' 2025-10-10T02:11:19.4222690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-10-10T02:11:19.4258970Z Entering 'third_party/googletest' 2025-10-10T02:11:19.4372000Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-10-10T02:11:19.4408630Z Entering 'third_party/ideep' 2025-10-10T02:11:19.4521600Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-10-10T02:11:19.4554600Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:19.4669510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-10-10T02:11:19.4707900Z Entering 'third_party/ittapi' 2025-10-10T02:11:19.4822940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-10-10T02:11:19.4857380Z Entering 'third_party/kineto' 2025-10-10T02:11:19.4972150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-10-10T02:11:19.5005420Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:19.5119470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-10-10T02:11:19.5153940Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:19.5269530Z 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-10-10T02:11:19.5305250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:19.5416430Z 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-10-10T02:11:19.5451740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:19.5564400Z 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-10-10T02:11:19.5599330Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:19.5713510Z 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-10-10T02:11:19.5747730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:19.5861410Z 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-10-10T02:11:19.5897280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:19.6008530Z 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-10-10T02:11:19.6042300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:19.6155790Z 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-10-10T02:11:19.6191060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:19.6303810Z 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-10-10T02:11:19.6338090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:19.6450760Z 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-10-10T02:11:19.6485630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:19.6598100Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/config remote.origin.url 2025-10-10T02:11:19.6631590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:19.6745320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2025-10-10T02:11:19.6781770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:19.6895150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2025-10-10T02:11:19.6933830Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:19.7046710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-10-10T02:11:19.7081270Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:19.7191960Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-10-10T02:11:19.7227610Z Entering 'third_party/kleidiai' 2025-10-10T02:11:19.7341640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-10-10T02:11:19.7376710Z Entering 'third_party/mimalloc' 2025-10-10T02:11:19.7489440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-10-10T02:11:19.7522920Z Entering 'third_party/nlohmann' 2025-10-10T02:11:19.7634130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-10-10T02:11:19.7668750Z Entering 'third_party/onnx' 2025-10-10T02:11:19.7778750Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-10-10T02:11:19.7818300Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:19.7933070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-10-10T02:11:19.7969900Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:19.8080690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-10-10T02:11:19.8115440Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:19.8228780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-10-10T02:11:19.8263250Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:19.8376160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-10-10T02:11:19.8411970Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:19.8523780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-10-10T02:11:19.8558370Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:19.8670700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-10-10T02:11:19.8705230Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:19.8817980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-10-10T02:11:19.8851520Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:19.8964570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-10-10T02:11:19.8998010Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:19.9111250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-10-10T02:11:19.9144230Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:19.9255470Z 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-10-10T02:11:19.9290610Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:19.9401170Z 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-10-10T02:11:19.9437180Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:19.9548880Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-10-10T02:11:19.9591310Z Entering 'third_party/pocketfft' 2025-10-10T02:11:19.9703540Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-10-10T02:11:19.9738550Z Entering 'third_party/protobuf' 2025-10-10T02:11:19.9850630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-10-10T02:11:19.9885360Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:19.9998350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-10-10T02:11:20.0031770Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:20.0143130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-10-10T02:11:20.0178010Z Entering 'third_party/psimd' 2025-10-10T02:11:20.0288570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-10-10T02:11:20.0323750Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:20.0434770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-10-10T02:11:20.0469890Z Entering 'third_party/pybind11' 2025-10-10T02:11:20.0579840Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-10-10T02:11:20.0614410Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:20.0725020Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-10-10T02:11:20.0759400Z Entering 'third_party/sleef' 2025-10-10T02:11:20.0872140Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-10-10T02:11:20.0907520Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:20.1020310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-10-10T02:11:20.1053220Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:20.1164470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-10-10T02:11:20.1198250Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:20.1309680Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-10-10T02:11:20.1343160Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:20.1454510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-10-10T02:11:20.1488980Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:20.1600350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-10-10T02:11:20.1633830Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:20.1744970Z 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-10-10T02:11:20.1927540Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-10-10T02:11:20.2459610Z Entering 'android/libs/fbjni' 2025-10-10T02:11:20.2550960Z Entering 'third_party/FP16' 2025-10-10T02:11:20.2640910Z Entering 'third_party/FXdiv' 2025-10-10T02:11:20.2728870Z Entering 'third_party/NNPACK' 2025-10-10T02:11:20.2817840Z Entering 'third_party/NVTX' 2025-10-10T02:11:20.2908160Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:20.2997260Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:20.3090440Z Entering 'third_party/aiter' 2025-10-10T02:11:20.3180450Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:20.3273620Z Entering 'third_party/benchmark' 2025-10-10T02:11:20.3362880Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:20.3454610Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:20.3543640Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:20.3633130Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:20.3720760Z Entering 'third_party/cutlass' 2025-10-10T02:11:20.3813430Z Entering 'third_party/fbgemm' 2025-10-10T02:11:20.3901160Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:20.3990060Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:20.4081780Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:20.4171380Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:20.4263640Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:20.4353720Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:20.4443000Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:20.4533900Z Entering 'third_party/flash-attention' 2025-10-10T02:11:20.4625320Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:20.4715220Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:20.4808180Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:20.4895520Z Entering 'third_party/fmt' 2025-10-10T02:11:20.4982370Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:20.5070160Z Entering 'third_party/gloo' 2025-10-10T02:11:20.5160480Z Entering 'third_party/googletest' 2025-10-10T02:11:20.5249770Z Entering 'third_party/ideep' 2025-10-10T02:11:20.5337950Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:20.5430150Z Entering 'third_party/ittapi' 2025-10-10T02:11:20.5518930Z Entering 'third_party/kineto' 2025-10-10T02:11:20.5606640Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:20.5695980Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:20.5785310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:20.5875480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:20.5965500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:20.6053290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:20.6144490Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:20.6231710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:20.6321080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:20.6409900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:20.6499000Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:20.6586710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:20.6678180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:20.6771590Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:20.6860130Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:20.6950980Z Entering 'third_party/kleidiai' 2025-10-10T02:11:20.7040410Z Entering 'third_party/mimalloc' 2025-10-10T02:11:20.7129610Z Entering 'third_party/nlohmann' 2025-10-10T02:11:20.7217870Z Entering 'third_party/onnx' 2025-10-10T02:11:20.7312140Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:20.7402130Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:20.7490350Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:20.7577330Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:20.7666310Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:20.7753170Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:20.7842380Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:20.7929660Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:20.8018620Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:20.8105260Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:20.8196120Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:20.8286990Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:20.8386270Z Entering 'third_party/pocketfft' 2025-10-10T02:11:20.8479150Z Entering 'third_party/protobuf' 2025-10-10T02:11:20.8569210Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:20.8659080Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:20.8749430Z Entering 'third_party/psimd' 2025-10-10T02:11:20.8838840Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:20.8926950Z Entering 'third_party/pybind11' 2025-10-10T02:11:20.9017930Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:20.9107530Z Entering 'third_party/sleef' 2025-10-10T02:11:20.9196120Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:20.9283560Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:20.9371840Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:20.9457660Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:20.9544200Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:20.9631830Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:20.9732790Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-10-10T02:11:21.0254100Z Entering 'android/libs/fbjni' 2025-10-10T02:11:21.0343350Z Entering 'third_party/FP16' 2025-10-10T02:11:21.0429830Z Entering 'third_party/FXdiv' 2025-10-10T02:11:21.0517060Z Entering 'third_party/NNPACK' 2025-10-10T02:11:21.0603450Z Entering 'third_party/NVTX' 2025-10-10T02:11:21.0690610Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:21.0778020Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:21.0872370Z Entering 'third_party/aiter' 2025-10-10T02:11:21.0961590Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:21.1054080Z Entering 'third_party/benchmark' 2025-10-10T02:11:21.1143590Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:21.1232020Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:21.1320030Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:21.1408720Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:21.1498810Z Entering 'third_party/cutlass' 2025-10-10T02:11:21.1590220Z Entering 'third_party/fbgemm' 2025-10-10T02:11:21.1680390Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:21.1769380Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:21.1861340Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:21.1951070Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:21.2043000Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:21.2132820Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:21.2221210Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:21.2312650Z Entering 'third_party/flash-attention' 2025-10-10T02:11:21.2401770Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:21.2492610Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:21.2583490Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:21.2674190Z Entering 'third_party/fmt' 2025-10-10T02:11:21.2764140Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:21.2852820Z Entering 'third_party/gloo' 2025-10-10T02:11:21.2941850Z Entering 'third_party/googletest' 2025-10-10T02:11:21.3030940Z Entering 'third_party/ideep' 2025-10-10T02:11:21.3120200Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:21.3212820Z Entering 'third_party/ittapi' 2025-10-10T02:11:21.3302700Z Entering 'third_party/kineto' 2025-10-10T02:11:21.3390880Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:21.3480450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:21.3569860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:21.3658160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:21.3746300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:21.3830600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:21.3917850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:21.4003780Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:21.4090140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:21.4179680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:21.4270900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:21.4358020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:21.4449610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:21.4542900Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:21.4631660Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:21.4722980Z Entering 'third_party/kleidiai' 2025-10-10T02:11:21.4813240Z Entering 'third_party/mimalloc' 2025-10-10T02:11:21.4901690Z Entering 'third_party/nlohmann' 2025-10-10T02:11:21.4991340Z Entering 'third_party/onnx' 2025-10-10T02:11:21.5085390Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:21.5175580Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:21.5264090Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:21.5352400Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:21.5438810Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:21.5523570Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:21.5610850Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:21.5699460Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:21.5788510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:21.5875560Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:21.5965100Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:21.6058380Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:21.6153450Z Entering 'third_party/pocketfft' 2025-10-10T02:11:21.6241370Z Entering 'third_party/protobuf' 2025-10-10T02:11:21.6329240Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:21.6415290Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:21.6504530Z Entering 'third_party/psimd' 2025-10-10T02:11:21.6593460Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:21.6682640Z Entering 'third_party/pybind11' 2025-10-10T02:11:21.6773310Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:21.6862930Z Entering 'third_party/sleef' 2025-10-10T02:11:21.6952040Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:21.7039930Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:21.7129360Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:21.7217970Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:21.7307380Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:21.7394410Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:21.7492240Z ##[endgroup] 2025-10-10T02:11:21.7575680Z [command]/usr/bin/git log -1 --format=%H 2025-10-10T02:11:21.7641130Z 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T02:11:21.7701750Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-10-10T02:11:21.7701920Z cd "${GITHUB_WORKSPACE}" 2025-10-10T02:11:21.7702060Z # Clean stale submodule dirs 2025-10-10T02:11:21.7702220Z if [ -z "${NO_SUDO}" ]; then 2025-10-10T02:11:21.7702400Z  sudo git submodule foreach --recursive git clean -ffdx 2025-10-10T02:11:21.7702650Z else 2025-10-10T02:11:21.7702800Z  git submodule foreach --recursive git clean -ffdx 2025-10-10T02:11:21.7702970Z fi 2025-10-10T02:11:21.7714410Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:11:21.7714590Z env: 2025-10-10T02:11:21.7714680Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:11:21.7714810Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:11:21.7714950Z TEST_CONFIG: mps 2025-10-10T02:11:21.7715060Z SHARD_NUMBER: 1 2025-10-10T02:11:21.7715160Z NUM_TEST_SHARDS: 1 2025-10-10T02:11:21.7715270Z PR_BODY: 2025-10-10T02:11:21.7715380Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:11:21.7715500Z NO_SUDO: 2025-10-10T02:11:21.7715590Z ##[endgroup] 2025-10-10T02:11:21.8543020Z Entering 'android/libs/fbjni' 2025-10-10T02:11:21.8655820Z Entering 'third_party/FP16' 2025-10-10T02:11:21.8731040Z Entering 'third_party/FXdiv' 2025-10-10T02:11:21.8795720Z Entering 'third_party/NNPACK' 2025-10-10T02:11:21.8988880Z Entering 'third_party/NVTX' 2025-10-10T02:11:21.9261080Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:11:21.9419260Z Entering 'third_party/XNNPACK' 2025-10-10T02:11:22.0630440Z Entering 'third_party/aiter' 2025-10-10T02:11:22.1037420Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:11:22.3322700Z Entering 'third_party/benchmark' 2025-10-10T02:11:22.3401010Z Entering 'third_party/composable_kernel' 2025-10-10T02:11:22.6088150Z Entering 'third_party/cpp-httplib' 2025-10-10T02:11:22.6230340Z Entering 'third_party/cpuinfo' 2025-10-10T02:11:22.6302190Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:11:22.6493900Z Entering 'third_party/cutlass' 2025-10-10T02:11:22.8899740Z Entering 'third_party/fbgemm' 2025-10-10T02:11:22.9025130Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:11:22.9098080Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:11:22.9292970Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:11:22.9364980Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:11:22.9525740Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:11:22.9593680Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:11:22.9656180Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:11:22.9747090Z Entering 'third_party/flash-attention' 2025-10-10T02:11:23.0101940Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:11:23.2255850Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:11:23.4415490Z Entering 'third_party/flatbuffers' 2025-10-10T02:11:23.5449200Z Entering 'third_party/fmt' 2025-10-10T02:11:23.5522590Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:11:23.5591290Z Entering 'third_party/gloo' 2025-10-10T02:11:23.5659360Z Entering 'third_party/googletest' 2025-10-10T02:11:23.5729150Z Entering 'third_party/ideep' 2025-10-10T02:11:23.5791680Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:11:23.7065800Z Entering 'third_party/ittapi' 2025-10-10T02:11:23.7222140Z Entering 'third_party/kineto' 2025-10-10T02:11:23.7448080Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:11:23.7706530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:11:23.8218950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:11:23.8354280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:11:23.8521900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:11:23.8620190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:11:23.8684670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:11:23.8792930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:11:23.8966280Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:11:23.9307060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:11:23.9394790Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:11:23.9540300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:24.0144440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:24.0310240Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:11:24.0433850Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:11:24.0601980Z Entering 'third_party/kleidiai' 2025-10-10T02:11:24.0866460Z Entering 'third_party/mimalloc' 2025-10-10T02:11:24.1052700Z Entering 'third_party/nlohmann' 2025-10-10T02:11:24.1643290Z Entering 'third_party/onnx' 2025-10-10T02:11:24.6964380Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:11:24.7146520Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:11:24.7841310Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:11:24.7961990Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:11:24.8158860Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:11:24.8242280Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:11:24.8637080Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:11:24.8743820Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:11:24.8863630Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:11:24.9007330Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:11:24.9615630Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:11:24.9798870Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:11:25.5719260Z Entering 'third_party/pocketfft' 2025-10-10T02:11:25.5783390Z Entering 'third_party/protobuf' 2025-10-10T02:11:25.6955070Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:11:25.7051390Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:11:25.7293260Z Entering 'third_party/psimd' 2025-10-10T02:11:25.7362340Z Entering 'third_party/pthreadpool' 2025-10-10T02:11:25.7446010Z Entering 'third_party/pybind11' 2025-10-10T02:11:25.7539310Z Entering 'third_party/python-peachpy' 2025-10-10T02:11:25.7604630Z Entering 'third_party/sleef' 2025-10-10T02:11:25.7672950Z Entering 'third_party/tensorpipe' 2025-10-10T02:11:25.7741260Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:11:25.7808180Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:11:25.7871890Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:11:25.7944510Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:11:25.8008490Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:11:25.8121990Z Prepare all required actions 2025-10-10T02:11:25.8140940Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-10-10T02:11:25.8141120Z with: 2025-10-10T02:11:25.8141390Z github-token: *** 2025-10-10T02:11:25.8141520Z env: 2025-10-10T02:11:25.8141630Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:11:25.8141780Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:11:25.8141940Z TEST_CONFIG: mps 2025-10-10T02:11:25.8142050Z SHARD_NUMBER: 1 2025-10-10T02:11:25.8142160Z NUM_TEST_SHARDS: 1 2025-10-10T02:11:25.8142270Z PR_BODY: 2025-10-10T02:11:25.8142390Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:11:25.8142540Z ##[endgroup] 2025-10-10T02:11:25.8152100Z ##[group]Run set -eux 2025-10-10T02:11:25.8152240Z set -eux 2025-10-10T02:11:25.8152470Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-10-10T02:11:25.8164150Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:11:25.8164340Z env: 2025-10-10T02:11:25.8164580Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:11:25.8164730Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:11:25.8164890Z TEST_CONFIG: mps 2025-10-10T02:11:25.8165000Z SHARD_NUMBER: 1 2025-10-10T02:11:25.8165110Z NUM_TEST_SHARDS: 1 2025-10-10T02:11:25.8165230Z PR_BODY: 2025-10-10T02:11:25.8165340Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:11:25.8165550Z GITHUB_TOKEN: *** 2025-10-10T02:11:25.8165670Z ##[endgroup] 2025-10-10T02:11:25.8399070Z + python3 .github/scripts/get_workflow_job_id.py 18392306051 i-010629314babc3a30 2025-10-10T02:11:27.3087200Z Setting output job-id=52410714318 2025-10-10T02:11:27.3213610Z Setting output job-name=macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:11:27.3421910Z ##[group]Run pytorch/test-infra/.github/actions/setup-python@main 2025-10-10T02:11:27.3422380Z with: 2025-10-10T02:11:27.3422630Z python-version: 3.12.7 2025-10-10T02:11:27.3422990Z pip-requirements-file: .ci/docker/requirements-ci.txt 2025-10-10T02:11:27.3423430Z env: 2025-10-10T02:11:27.3423650Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:11:27.3423960Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:11:27.3424280Z TEST_CONFIG: mps 2025-10-10T02:11:27.3424530Z SHARD_NUMBER: 1 2025-10-10T02:11:27.3424770Z NUM_TEST_SHARDS: 1 2025-10-10T02:11:27.3425030Z PR_BODY: 2025-10-10T02:11:27.3425260Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:11:27.3425560Z ##[endgroup] 2025-10-10T02:11:27.4039070Z Warning: HomeBrew only supports version specified by major and minor, but got 3.12.7 2025-10-10T02:11:27.9869060Z ==> Updating Homebrew... 2025-10-10T02:11:29.4076470Z ==> Homebrew collects anonymous analytics. 2025-10-10T02:11:29.4076880Z Read the analytics documentation (and how to opt-out) here: 2025-10-10T02:11:29.4077190Z https://docs.brew.sh/Analytics 2025-10-10T02:11:29.4077460Z No analytics have been recorded yet (nor will be during this `brew` run). 2025-10-10T02:11:29.4077660Z 2025-10-10T02:11:29.4315130Z ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: 2025-10-10T02:11:29.4315560Z https://github.com/Homebrew/brew#donations 2025-10-10T02:11:29.4315720Z 2025-10-10T02:11:30.0201970Z Already up-to-date. 2025-10-10T02:11:31.0507340Z ##[warning]python@3.12 3.12.12 is already installed and up-to-date. To reinstall 3.12.12, run: brew reinstall python@3.12 2025-10-10T02:11:31.0835900Z Using python at /opt/homebrew/bin/python3.12 to create venv /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:11:32.2717610Z Installing requirements from .ci/docker/requirements-ci.txt 2025-10-10T02:11:32.4383510Z Ignoring coremltools: markers 'python_version < "3.12"' don't match your environment 2025-10-10T02:11:32.4385090Z Ignoring librosa: markers 'python_version < "3.11" and platform_machine != "s390x"' don't match your environment 2025-10-10T02:11:32.4385930Z Ignoring mypy: markers 'platform_system == "Linux"' don't match your environment 2025-10-10T02:11:32.4386860Z Ignoring numba: markers 'python_version == "3.10" and platform_machine != "s390x"' don't match your environment 2025-10-10T02:11:32.4387760Z Ignoring numpy: markers 'python_version == "3.10"' don't match your environment 2025-10-10T02:11:32.4388720Z Ignoring numpy: markers 'python_version >= "3.13"' don't match your environment 2025-10-10T02:11:32.4389600Z Ignoring pandas: markers 'python_version >= "3.13"' don't match your environment 2025-10-10T02:11:32.4390600Z Ignoring scipy: markers 'python_version <= "3.11"' don't match your environment 2025-10-10T02:11:32.4391930Z Ignoring tensorboard: markers 'python_version >= "3.13"' don't match your environment 2025-10-10T02:11:32.4392560Z Ignoring pywavelets: markers 'python_version < "3.12"' don't match your environment 2025-10-10T02:11:32.4393550Z Ignoring scons: markers 'platform_machine == "aarch64"' don't match your environment 2025-10-10T02:11:32.4394440Z Ignoring cuda-bindings: markers 'platform_machine != "s390x" and platform_system != "Darwin"' don't match your environment 2025-10-10T02:11:32.5801040Z Collecting boto3==1.35.42 (from -r .ci/docker/requirements-ci.txt (line 8)) 2025-10-10T02:11:32.5810750Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-10-10T02:11:32.5941890Z Collecting build==1.3.0 (from -r .ci/docker/requirements-ci.txt (line 13)) 2025-10-10T02:11:32.5955110Z Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB) 2025-10-10T02:11:32.6097850Z Collecting click (from -r .ci/docker/requirements-ci.txt (line 18)) 2025-10-10T02:11:32.6111980Z Using cached click-8.3.0-py3-none-any.whl.metadata (2.6 kB) 2025-10-10T02:11:32.6394070Z Collecting coremltools==8.3 (from -r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:32.6411850Z Using cached coremltools-8.3.0-cp312-none-macosx_11_0_arm64.whl.metadata (2.6 kB) 2025-10-10T02:11:32.6550920Z Collecting dill==0.3.7 (from -r .ci/docker/requirements-ci.txt (line 34)) 2025-10-10T02:11:32.6564590Z Using cached dill-0.3.7-py3-none-any.whl.metadata (9.9 kB) 2025-10-10T02:11:32.6678790Z Collecting expecttest==0.3.0 (from -r .ci/docker/requirements-ci.txt (line 39)) 2025-10-10T02:11:32.6691940Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-10-10T02:11:32.6858890Z Collecting fbscribelogger==0.1.7 (from -r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:32.6870990Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-10-10T02:11:32.6983890Z Collecting flatbuffers==24.12.23 (from -r .ci/docker/requirements-ci.txt (line 50)) 2025-10-10T02:11:32.7000690Z Using cached flatbuffers-24.12.23-py2.py3-none-any.whl.metadata (876 bytes) 2025-10-10T02:11:32.8009270Z Collecting hypothesis==6.56.4 (from -r .ci/docker/requirements-ci.txt (line 55)) 2025-10-10T02:11:32.8027580Z Using cached hypothesis-6.56.4-py3-none-any.whl.metadata (6.1 kB) 2025-10-10T02:11:32.8205610Z Collecting junitparser==2.1.1 (from -r .ci/docker/requirements-ci.txt (line 61)) 2025-10-10T02:11:32.8219220Z Using cached junitparser-2.1.1-py2.py3-none-any.whl.metadata (7.3 kB) 2025-10-10T02:11:32.8318840Z Collecting lark==0.12.0 (from -r .ci/docker/requirements-ci.txt (line 66)) 2025-10-10T02:11:32.8334970Z Using cached lark-0.12.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-10-10T02:11:32.8439700Z Collecting librosa==0.10.2 (from -r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:32.8456190Z Using cached librosa-0.10.2-py3-none-any.whl.metadata (8.6 kB) 2025-10-10T02:11:32.8639010Z Collecting networkx==2.8.8 (from -r .ci/docker/requirements-ci.txt (line 108)) 2025-10-10T02:11:32.8651430Z Using cached networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB) 2025-10-10T02:11:32.8850350Z Collecting ninja==1.11.1.4 (from -r .ci/docker/requirements-ci.txt (line 114)) 2025-10-10T02:11:32.8863010Z Using cached ninja-1.11.1.4-py3-none-macosx_10_9_universal2.whl.metadata (5.0 kB) 2025-10-10T02:11:32.9439220Z Collecting numba==0.60.0 (from -r .ci/docker/requirements-ci.txt (line 121)) 2025-10-10T02:11:32.9458290Z Using cached numba-0.60.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.7 kB) 2025-10-10T02:11:33.0259520Z Collecting numpy==1.26.2 (from -r .ci/docker/requirements-ci.txt (line 140)) 2025-10-10T02:11:33.0277740Z Using cached numpy-1.26.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (61 kB) 2025-10-10T02:11:33.0892590Z Collecting pandas==2.0.3 (from -r .ci/docker/requirements-ci.txt (line 143)) 2025-10-10T02:11:33.0892950Z Using cached pandas-2.0.3-cp312-cp312-macosx_15_0_arm64.whl 2025-10-10T02:11:33.1157660Z Collecting opt-einsum==3.3 (from -r .ci/docker/requirements-ci.txt (line 151)) 2025-10-10T02:11:33.1174360Z Using cached opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2025-10-10T02:11:33.1565840Z Collecting optree==0.13.0 (from -r .ci/docker/requirements-ci.txt (line 156)) 2025-10-10T02:11:33.1585290Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (47 kB) 2025-10-10T02:11:33.2409110Z Collecting pillow==11.0.0 (from -r .ci/docker/requirements-ci.txt (line 169)) 2025-10-10T02:11:33.2430420Z Using cached pillow-11.0.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.1 kB) 2025-10-10T02:11:33.3355660Z Collecting protobuf==5.29.5 (from -r .ci/docker/requirements-ci.txt (line 174)) 2025-10-10T02:11:33.3381280Z Using cached protobuf-5.29.5-cp38-abi3-macosx_10_9_universal2.whl.metadata (592 bytes) 2025-10-10T02:11:33.3701830Z Collecting psutil (from -r .ci/docker/requirements-ci.txt (line 179)) 2025-10-10T02:11:33.3722940Z Using cached psutil-7.1.0-cp36-abi3-macosx_11_0_arm64.whl.metadata (23 kB) 2025-10-10T02:11:33.3948860Z Collecting pytest==7.3.2 (from -r .ci/docker/requirements-ci.txt (line 184)) 2025-10-10T02:11:33.3968170Z Using cached pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2025-10-10T02:11:33.4096930Z Collecting pytest-xdist==3.3.1 (from -r .ci/docker/requirements-ci.txt (line 189)) 2025-10-10T02:11:33.4117500Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-10-10T02:11:33.4234520Z Collecting pytest-flakefinder==1.1.0 (from -r .ci/docker/requirements-ci.txt (line 194)) 2025-10-10T02:11:33.4254080Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-10-10T02:11:33.4376740Z Collecting pytest-rerunfailures>=10.3 (from -r .ci/docker/requirements-ci.txt (line 199)) 2025-10-10T02:11:33.4396370Z Using cached pytest_rerunfailures-16.0.1-py3-none-any.whl.metadata (21 kB) 2025-10-10T02:11:33.4515520Z Collecting pytest-subtests==0.13.1 (from -r .ci/docker/requirements-ci.txt (line 204)) 2025-10-10T02:11:33.4533120Z Using cached pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-10-10T02:11:33.4685380Z Collecting xdoctest==1.3.0 (from -r .ci/docker/requirements-ci.txt (line 219)) 2025-10-10T02:11:33.4704910Z Using cached xdoctest-1.3.0-py3-none-any.whl.metadata (35 kB) 2025-10-10T02:11:33.5127770Z Collecting pygments==2.15.0 (from -r .ci/docker/requirements-ci.txt (line 224)) 2025-10-10T02:11:33.5149950Z Using cached Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2025-10-10T02:11:33.5474960Z Collecting scikit-image==0.22.0 (from -r .ci/docker/requirements-ci.txt (line 244)) 2025-10-10T02:11:33.5493510Z Using cached scikit_image-0.22.0-cp312-cp312-macosx_12_0_arm64.whl.metadata (13 kB) 2025-10-10T02:11:33.6121530Z Collecting scipy==1.14.1 (from -r .ci/docker/requirements-ci.txt (line 255)) 2025-10-10T02:11:33.6139290Z Using cached scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl.metadata (60 kB) 2025-10-10T02:11:33.6376100Z Collecting typing-extensions==4.12.2 (from -r .ci/docker/requirements-ci.txt (line 269)) 2025-10-10T02:11:33.6395310Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-10-10T02:11:33.6540590Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r .ci/docker/requirements-ci.txt (line 279)) 2025-10-10T02:11:33.6559230Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2025-10-10T02:11:33.6735820Z Collecting lintrunner==0.12.7 (from -r .ci/docker/requirements-ci.txt (line 285)) 2025-10-10T02:11:33.6752810Z Using cached lintrunner-0.12.7-py3-none-macosx_11_0_arm64.whl.metadata (7.2 kB) 2025-10-10T02:11:33.6943910Z Collecting redis>=4.0.0 (from -r .ci/docker/requirements-ci.txt (line 290)) 2025-10-10T02:11:33.6962750Z Using cached redis-6.4.0-py3-none-any.whl.metadata (10 kB) 2025-10-10T02:11:33.7129320Z Collecting ghstack==0.8.0 (from -r .ci/docker/requirements-ci.txt (line 294)) 2025-10-10T02:11:33.7146770Z Using cached ghstack-0.8.0-py3-none-any.whl.metadata (6.8 kB) 2025-10-10T02:11:33.7269430Z Collecting jinja2==3.1.6 (from -r .ci/docker/requirements-ci.txt (line 299)) 2025-10-10T02:11:33.7290230Z Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-10-10T02:11:33.7425290Z Collecting pytest-cpp==2.3.0 (from -r .ci/docker/requirements-ci.txt (line 304)) 2025-10-10T02:11:33.7444080Z Using cached pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2025-10-10T02:11:33.7808480Z Collecting z3-solver==4.15.1.0 (from -r .ci/docker/requirements-ci.txt (line 309)) 2025-10-10T02:11:33.7826050Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl.metadata (778 bytes) 2025-10-10T02:11:33.7950340Z Collecting tensorboard==2.13.0 (from -r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:33.7968700Z Using cached tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-10-10T02:11:33.8198450Z Collecting pywavelets==1.7.0 (from -r .ci/docker/requirements-ci.txt (line 321)) 2025-10-10T02:11:33.8218320Z Using cached pywavelets-1.7.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.0 kB) 2025-10-10T02:11:33.9335770Z Collecting lxml==5.3.0 (from -r .ci/docker/requirements-ci.txt (line 327)) 2025-10-10T02:11:33.9356340Z Using cached lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl.metadata (3.8 kB) 2025-10-10T02:11:33.9492250Z Collecting PyGithub==2.3.0 (from -r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:33.9511110Z Using cached PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-10-10T02:11:33.9627620Z Collecting sympy==1.13.3 (from -r .ci/docker/requirements-ci.txt (line 332)) 2025-10-10T02:11:33.9647950Z Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-10-10T02:11:33.9954160Z Collecting onnx==1.18.0 (from -r .ci/docker/requirements-ci.txt (line 337)) 2025-10-10T02:11:33.9972530Z Using cached onnx-1.18.0-cp312-cp312-macosx_12_0_universal2.whl.metadata (6.9 kB) 2025-10-10T02:11:34.0693110Z Collecting onnxscript==0.5.3 (from -r .ci/docker/requirements-ci.txt (line 342)) 2025-10-10T02:11:34.0713030Z Using cached onnxscript-0.5.3-py3-none-any.whl.metadata (13 kB) 2025-10-10T02:11:34.0818340Z Collecting parameterized==0.8.1 (from -r .ci/docker/requirements-ci.txt (line 347)) 2025-10-10T02:11:34.0837120Z Using cached parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-10-10T02:11:34.1015670Z Collecting pwlf==2.2.1 (from -r .ci/docker/requirements-ci.txt (line 356)) 2025-10-10T02:11:34.1016080Z Using cached pwlf-2.2.1-py3-none-any.whl 2025-10-10T02:11:34.1231550Z Collecting pyyaml==6.0.2 (from -r .ci/docker/requirements-ci.txt (line 362)) 2025-10-10T02:11:34.1245180Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.1 kB) 2025-10-10T02:11:34.1727310Z Collecting pyzstd (from -r .ci/docker/requirements-ci.txt (line 363)) 2025-10-10T02:11:34.1739650Z Using cached pyzstd-0.18.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.6 kB) 2025-10-10T02:11:34.2312830Z Collecting setuptools==78.1.1 (from -r .ci/docker/requirements-ci.txt (line 364)) 2025-10-10T02:11:34.2331640Z Using cached setuptools-78.1.1-py3-none-any.whl.metadata (6.5 kB) 2025-10-10T02:11:34.2485180Z Collecting packaging==23.1 (from -r .ci/docker/requirements-ci.txt (line 365)) 2025-10-10T02:11:34.2504190Z Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-10-10T02:11:34.2602640Z Collecting six (from -r .ci/docker/requirements-ci.txt (line 366)) 2025-10-10T02:11:34.2620760Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-10-10T02:11:34.2781930Z Collecting pulp==2.9.0 (from -r .ci/docker/requirements-ci.txt (line 370)) 2025-10-10T02:11:34.2799920Z Using cached PuLP-2.9.0-py3-none-any.whl.metadata (5.4 kB) 2025-10-10T02:11:34.2936730Z Collecting dataclasses_json==0.6.7 (from -r .ci/docker/requirements-ci.txt (line 375)) 2025-10-10T02:11:34.2956570Z Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB) 2025-10-10T02:11:34.3788460Z Collecting cmake==3.31.6 (from -r .ci/docker/requirements-ci.txt (line 380)) 2025-10-10T02:11:34.3810330Z Using cached cmake-3.31.6-py3-none-macosx_10_10_universal2.whl.metadata (6.3 kB) 2025-10-10T02:11:34.4122200Z Collecting tlparse==0.4.0 (from -r .ci/docker/requirements-ci.txt (line 383)) 2025-10-10T02:11:34.4142040Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl.metadata (1.9 kB) 2025-10-10T02:11:34.4281920Z Collecting filelock==3.18.0 (from -r .ci/docker/requirements-ci.txt (line 386)) 2025-10-10T02:11:34.4302870Z Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-10-10T02:11:34.4442930Z Collecting setuptools-git-versioning==2.1.0 (from -r .ci/docker/requirements-ci.txt (line 393)) 2025-10-10T02:11:34.4462020Z Using cached setuptools_git_versioning-2.1.0-py3-none-any.whl.metadata (6.1 kB) 2025-10-10T02:11:34.4572140Z Collecting scikit-build==0.18.1 (from -r .ci/docker/requirements-ci.txt (line 394)) 2025-10-10T02:11:34.4590370Z Using cached scikit_build-0.18.1-py3-none-any.whl.metadata (18 kB) 2025-10-10T02:11:34.4719430Z Collecting pyre-extensions==0.0.32 (from -r .ci/docker/requirements-ci.txt (line 395)) 2025-10-10T02:11:34.4732000Z Using cached pyre_extensions-0.0.32-py3-none-any.whl.metadata (4.0 kB) 2025-10-10T02:11:34.4843780Z Collecting tabulate==0.9.0 (from -r .ci/docker/requirements-ci.txt (line 396)) 2025-10-10T02:11:34.4863110Z Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-10-10T02:11:34.6643120Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-10-10T02:11:34.6662590Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-10-10T02:11:34.7063740Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-10-10T02:11:34.7076520Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-10-10T02:11:34.7223040Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .ci/docker/requirements-ci.txt (line 8)) 2025-10-10T02:11:34.7235700Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-10-10T02:11:34.7358010Z Collecting pyproject_hooks (from build==1.3.0->-r .ci/docker/requirements-ci.txt (line 13)) 2025-10-10T02:11:34.7371100Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB) 2025-10-10T02:11:34.7652670Z Collecting tqdm (from coremltools==8.3->-r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:34.7666770Z Using cached tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) 2025-10-10T02:11:34.8338000Z Collecting attrs>=21.3.0 (from coremltools==8.3->-r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:34.8351920Z Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB) 2025-10-10T02:11:34.8528800Z Collecting cattrs (from coremltools==8.3->-r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:34.8542530Z Using cached cattrs-25.3.0-py3-none-any.whl.metadata (8.4 kB) 2025-10-10T02:11:34.8730440Z Collecting pyaml (from coremltools==8.3->-r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:34.8743160Z Using cached pyaml-25.7.0-py3-none-any.whl.metadata (12 kB) 2025-10-10T02:11:35.1347060Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:35.1363280Z Using cached aiohttp-3.13.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.1 kB) 2025-10-10T02:11:35.1527030Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:35.1541450Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.2 kB) 2025-10-10T02:11:35.1808850Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==6.56.4->-r .ci/docker/requirements-ci.txt (line 55)) 2025-10-10T02:11:35.1821310Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-10-10T02:11:35.1947830Z Collecting future (from junitparser==2.1.1->-r .ci/docker/requirements-ci.txt (line 61)) 2025-10-10T02:11:35.1960130Z Using cached future-1.0.0-py3-none-any.whl.metadata (4.0 kB) 2025-10-10T02:11:35.2118000Z Collecting audioread>=2.1.9 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.2130500Z Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB) 2025-10-10T02:11:35.2642510Z Collecting scikit-learn>=0.20.0 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.2657120Z Using cached scikit_learn-1.7.2-cp312-cp312-macosx_12_0_arm64.whl.metadata (11 kB) 2025-10-10T02:11:35.2850670Z Collecting joblib>=0.14 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.2864120Z Using cached joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-10-10T02:11:35.2987080Z Collecting decorator>=4.3.0 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.2999810Z Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) 2025-10-10T02:11:35.3131770Z Collecting soundfile>=0.12.1 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.3156230Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl.metadata (16 kB) 2025-10-10T02:11:35.3294950Z Collecting pooch>=1.1 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.3308100Z Using cached pooch-1.8.2-py3-none-any.whl.metadata (10 kB) 2025-10-10T02:11:35.3635440Z Collecting soxr>=0.3.2 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.3647830Z Using cached soxr-1.0.0-cp312-abi3-macosx_11_0_arm64.whl.metadata (5.6 kB) 2025-10-10T02:11:35.3778390Z Collecting lazy-loader>=0.1 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.3791250Z Using cached lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) 2025-10-10T02:11:35.4201140Z Collecting msgpack>=1.0 (from librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:35.4213660Z Using cached msgpack-1.1.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.1 kB) 2025-10-10T02:11:35.4653490Z Collecting llvmlite<0.44,>=0.43.0dev0 (from numba==0.60.0->-r .ci/docker/requirements-ci.txt (line 121)) 2025-10-10T02:11:35.4666050Z Using cached llvmlite-0.43.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.8 kB) 2025-10-10T02:11:35.4960870Z Collecting python-dateutil>=2.8.2 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 143)) 2025-10-10T02:11:35.4973860Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-10-10T02:11:35.5219740Z Collecting pytz>=2020.1 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 143)) 2025-10-10T02:11:35.5234800Z Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-10-10T02:11:35.5363040Z Collecting tzdata>=2022.1 (from pandas==2.0.3->-r .ci/docker/requirements-ci.txt (line 143)) 2025-10-10T02:11:35.5375830Z Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-10-10T02:11:35.5593550Z Collecting iniconfig (from pytest==7.3.2->-r .ci/docker/requirements-ci.txt (line 184)) 2025-10-10T02:11:35.5606030Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-10-10T02:11:35.5720660Z Collecting pluggy<2.0,>=0.12 (from pytest==7.3.2->-r .ci/docker/requirements-ci.txt (line 184)) 2025-10-10T02:11:35.5734060Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-10-10T02:11:35.5864510Z Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r .ci/docker/requirements-ci.txt (line 189)) 2025-10-10T02:11:35.5876560Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-10-10T02:11:35.6328460Z Collecting imageio>=2.27 (from scikit-image==0.22.0->-r .ci/docker/requirements-ci.txt (line 244)) 2025-10-10T02:11:35.6340970Z Using cached imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB) 2025-10-10T02:11:35.6601110Z Collecting tifffile>=2022.8.12 (from scikit-image==0.22.0->-r .ci/docker/requirements-ci.txt (line 244)) 2025-10-10T02:11:35.6613850Z Using cached tifffile-2025.10.4-py3-none-any.whl.metadata (30 kB) 2025-10-10T02:11:35.7087460Z Collecting requests<3,>=2 (from ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 294)) 2025-10-10T02:11:35.7099590Z Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) 2025-10-10T02:11:35.7519260Z Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r .ci/docker/requirements-ci.txt (line 299)) 2025-10-10T02:11:35.7531800Z Using cached markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.7 kB) 2025-10-10T02:11:35.7666440Z Collecting colorama (from pytest-cpp==2.3.0->-r .ci/docker/requirements-ci.txt (line 304)) 2025-10-10T02:11:35.7680470Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-10-10T02:11:35.7987050Z Collecting absl-py>=0.4 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:35.7999740Z Using cached absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-10-10T02:11:36.0922990Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.0938870Z Using cached grpcio-1.75.1-cp312-cp312-macosx_11_0_universal2.whl.metadata (3.7 kB) 2025-10-10T02:11:36.1215230Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.1230420Z Using cached google_auth-2.41.1-py2.py3-none-any.whl.metadata (6.6 kB) 2025-10-10T02:11:36.1388580Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.1401850Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-10-10T02:11:36.1545300Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.1560330Z Using cached markdown-3.9-py3-none-any.whl.metadata (5.1 kB) 2025-10-10T02:11:36.2138340Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.2151520Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-10-10T02:11:36.2304450Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.2317890Z Using cached werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-10-10T02:11:36.2592580Z Collecting wheel>=0.26 (from tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:36.2605430Z Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2025-10-10T02:11:36.3537540Z Collecting pynacl>=1.4.0 (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:36.3550760Z Using cached pynacl-1.6.0-cp38-abi3-macosx_10_10_universal2.whl.metadata (9.4 kB) 2025-10-10T02:11:36.3763140Z Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:36.3775350Z Using cached PyJWT-2.10.1-py3-none-any.whl.metadata (4.0 kB) 2025-10-10T02:11:36.3963200Z Collecting urllib3>=1.26.0 (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:36.3976300Z Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-10-10T02:11:36.4091950Z Collecting Deprecated (from PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:36.4105220Z Using cached Deprecated-1.2.18-py2.py3-none-any.whl.metadata (5.7 kB) 2025-10-10T02:11:36.4297350Z Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.3->-r .ci/docker/requirements-ci.txt (line 332)) 2025-10-10T02:11:36.4309880Z Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-10-10T02:11:36.4604700Z Collecting ml_dtypes (from onnxscript==0.5.3->-r .ci/docker/requirements-ci.txt (line 342)) 2025-10-10T02:11:36.4625170Z Using cached ml_dtypes-0.5.3-cp312-cp312-macosx_10_13_universal2.whl.metadata (8.9 kB) 2025-10-10T02:11:36.4780370Z Collecting onnx_ir<2,>=0.1.10 (from onnxscript==0.5.3->-r .ci/docker/requirements-ci.txt (line 342)) 2025-10-10T02:11:36.4793160Z Using cached onnx_ir-0.1.10-py3-none-any.whl.metadata (3.6 kB) 2025-10-10T02:11:36.5050850Z Collecting pyDOE>=0.3.8 (from pwlf==2.2.1->-r .ci/docker/requirements-ci.txt (line 356)) 2025-10-10T02:11:36.5051250Z Using cached pydoe-0.3.8-py3-none-any.whl 2025-10-10T02:11:36.5345500Z Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 375)) 2025-10-10T02:11:36.5358940Z Using cached marshmallow-3.26.1-py3-none-any.whl.metadata (7.3 kB) 2025-10-10T02:11:36.5474360Z Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 375)) 2025-10-10T02:11:36.5487860Z Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB) 2025-10-10T02:11:36.5628070Z Collecting distro (from scikit-build==0.18.1->-r .ci/docker/requirements-ci.txt (line 394)) 2025-10-10T02:11:36.5640170Z Using cached distro-1.9.0-py3-none-any.whl.metadata (6.8 kB) 2025-10-10T02:11:36.6086530Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.6100030Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-10-10T02:11:36.6208800Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.6222800Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-10-10T02:11:36.6654240Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.6667170Z Using cached frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (20 kB) 2025-10-10T02:11:36.7792360Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.7805910Z Using cached multidict-6.7.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (5.3 kB) 2025-10-10T02:11:36.8140940Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.8160120Z Using cached propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (13 kB) 2025-10-10T02:11:36.9971710Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:36.9988440Z Using cached yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (75 kB) 2025-10-10T02:11:37.0330300Z Collecting cachetools<7.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.0344190Z Using cached cachetools-6.2.0-py3-none-any.whl.metadata (5.4 kB) 2025-10-10T02:11:37.0500040Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.0516250Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-10-10T02:11:37.0643270Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.0657600Z Using cached rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-10-10T02:11:37.0886650Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.0899020Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-10-10T02:11:37.1528220Z Collecting charset_normalizer<4,>=2 (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 294)) 2025-10-10T02:11:37.1541650Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl.metadata (36 kB) 2025-10-10T02:11:37.1694940Z Collecting idna<4,>=2.5 (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 294)) 2025-10-10T02:11:37.1708840Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-10-10T02:11:37.1972690Z Collecting certifi>=2017.4.17 (from requests<3,>=2->ghstack==0.8.0->-r .ci/docker/requirements-ci.txt (line 294)) 2025-10-10T02:11:37.1985040Z Using cached certifi-2025.10.5-py3-none-any.whl.metadata (2.5 kB) 2025-10-10T02:11:37.2200710Z Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4->google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.2214340Z Using cached pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-10-10T02:11:37.2988920Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.7->-r .ci/docker/requirements-ci.txt (line 45)) 2025-10-10T02:11:37.3001670Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-10-10T02:11:37.3138870Z Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7->-r .ci/docker/requirements-ci.txt (line 375)) 2025-10-10T02:11:37.3152340Z Using cached mypy_extensions-1.1.0-py3-none-any.whl.metadata (1.1 kB) 2025-10-10T02:11:37.3420950Z INFO: pip is looking at multiple versions of pytest-rerunfailures to determine which version is compatible with other requirements. This could take a while. 2025-10-10T02:11:37.3422720Z Collecting pytest-rerunfailures>=10.3 (from -r .ci/docker/requirements-ci.txt (line 199)) 2025-10-10T02:11:37.3440710Z Using cached pytest_rerunfailures-16.0-py3-none-any.whl.metadata (20 kB) 2025-10-10T02:11:37.3505150Z Using cached pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-10-10T02:11:37.3573380Z Using cached pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-10-10T02:11:37.3633930Z Using cached pytest_rerunfailures-14.0-py3-none-any.whl.metadata (18 kB) 2025-10-10T02:11:37.3774460Z INFO: pip is looking at multiple versions of pyzstd to determine which version is compatible with other requirements. This could take a while. 2025-10-10T02:11:37.3776320Z Collecting pyzstd (from -r .ci/docker/requirements-ci.txt (line 363)) 2025-10-10T02:11:37.3794880Z Using cached pyzstd-0.17.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.5 kB) 2025-10-10T02:11:37.3852480Z Using cached pyzstd-0.16.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.4 kB) 2025-10-10T02:11:37.4684570Z Collecting platformdirs>=2.5.0 (from pooch>=1.1->librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:37.4703920Z Using cached platformdirs-4.5.0-py3-none-any.whl.metadata (12 kB) 2025-10-10T02:11:37.5715150Z Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:37.5733990Z Using cached cryptography-46.0.2-cp311-abi3-macosx_10_9_universal2.whl.metadata (5.7 kB) 2025-10-10T02:11:37.6306640Z Collecting cffi>=2.0.0 (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:37.6327720Z Using cached cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.6 kB) 2025-10-10T02:11:37.6436780Z Collecting pycparser (from cffi>=2.0.0->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:37.6455140Z Using cached pycparser-2.23-py3-none-any.whl.metadata (993 bytes) 2025-10-10T02:11:37.6619910Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .ci/docker/requirements-ci.txt (line 314)) 2025-10-10T02:11:37.6638670Z Using cached oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) 2025-10-10T02:11:37.6783650Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.20.0->librosa==0.10.2->-r .ci/docker/requirements-ci.txt (line 72)) 2025-10-10T02:11:37.6803460Z Using cached threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-10-10T02:11:37.7004620Z INFO: pip is looking at multiple versions of cattrs to determine which version is compatible with other requirements. This could take a while. 2025-10-10T02:11:37.7006590Z Collecting cattrs (from coremltools==8.3->-r .ci/docker/requirements-ci.txt (line 24)) 2025-10-10T02:11:37.7019980Z Using cached cattrs-25.2.0-py3-none-any.whl.metadata (8.4 kB) 2025-10-10T02:11:37.7647350Z Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub==2.3.0->-r .ci/docker/requirements-ci.txt (line 330)) 2025-10-10T02:11:37.7661790Z Using cached wrapt-1.17.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (6.4 kB) 2025-10-10T02:11:37.7835190Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-10-10T02:11:37.7854020Z Using cached build-1.3.0-py3-none-any.whl (23 kB) 2025-10-10T02:11:37.7874500Z Using cached coremltools-8.3.0-cp312-none-macosx_11_0_arm64.whl (2.7 MB) 2025-10-10T02:11:37.8005350Z Using cached dill-0.3.7-py3-none-any.whl (115 kB) 2025-10-10T02:11:37.8031830Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-10-10T02:11:37.8047840Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-10-10T02:11:37.8068520Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-10-10T02:11:37.8092980Z Using cached flatbuffers-24.12.23-py2.py3-none-any.whl (30 kB) 2025-10-10T02:11:37.8112750Z Using cached hypothesis-6.56.4-py3-none-any.whl (395 kB) 2025-10-10T02:11:37.8158090Z Using cached junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2025-10-10T02:11:37.8176670Z Using cached lark-0.12.0-py2.py3-none-any.whl (103 kB) 2025-10-10T02:11:37.8204430Z Using cached librosa-0.10.2-py3-none-any.whl (260 kB) 2025-10-10T02:11:37.8230050Z Using cached networkx-2.8.8-py3-none-any.whl (2.0 MB) 2025-10-10T02:11:37.8325630Z Using cached ninja-1.11.1.4-py3-none-macosx_10_9_universal2.whl (279 kB) 2025-10-10T02:11:37.8363190Z Using cached numba-0.60.0-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB) 2025-10-10T02:11:37.8485810Z Using cached numpy-1.26.2-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB) 2025-10-10T02:11:37.8809330Z Using cached opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2025-10-10T02:11:37.8835220Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (305 kB) 2025-10-10T02:11:37.8873710Z Using cached pillow-11.0.0-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB) 2025-10-10T02:11:37.9000680Z Using cached protobuf-5.29.5-cp38-abi3-macosx_10_9_universal2.whl (418 kB) 2025-10-10T02:11:37.9045780Z Using cached pytest-7.3.2-py3-none-any.whl (320 kB) 2025-10-10T02:11:37.9081030Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-10-10T02:11:37.9105230Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-10-10T02:11:37.9122730Z Using cached pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-10-10T02:11:37.9143860Z Using cached xdoctest-1.3.0-py3-none-any.whl (152 kB) 2025-10-10T02:11:37.9167820Z Using cached Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2025-10-10T02:11:37.9231700Z Using cached scikit_image-0.22.0-cp312-cp312-macosx_12_0_arm64.whl (13.3 MB) 2025-10-10T02:11:37.9551050Z Using cached scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl (23.1 MB) 2025-10-10T02:11:38.0011840Z Using cached lintrunner-0.12.7-py3-none-macosx_11_0_arm64.whl (1.8 MB) 2025-10-10T02:11:38.0101390Z Using cached ghstack-0.8.0-py3-none-any.whl (89 kB) 2025-10-10T02:11:38.0121530Z Using cached jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-10-10T02:11:38.0151820Z Using cached pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2025-10-10T02:11:38.0168290Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl (37.5 MB) 2025-10-10T02:11:38.0858900Z Using cached tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-10-10T02:11:38.1051980Z Using cached pywavelets-1.7.0-cp312-cp312-macosx_11_0_arm64.whl (4.3 MB) 2025-10-10T02:11:38.1198730Z Using cached lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl (8.2 MB) 2025-10-10T02:11:38.1434210Z Using cached PyGithub-2.3.0-py3-none-any.whl (354 kB) 2025-10-10T02:11:38.1469200Z Using cached sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-10-10T02:11:38.1671110Z Using cached onnx-1.18.0-cp312-cp312-macosx_12_0_universal2.whl (18.3 MB) 2025-10-10T02:11:38.2071290Z Using cached onnxscript-0.5.3-py3-none-any.whl (679 kB) 2025-10-10T02:11:38.2119810Z Using cached parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-10-10T02:11:38.2138750Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl (173 kB) 2025-10-10T02:11:38.2169630Z Using cached setuptools-78.1.1-py3-none-any.whl (1.3 MB) 2025-10-10T02:11:38.2229590Z Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-10-10T02:11:38.2248900Z Using cached PuLP-2.9.0-py3-none-any.whl (17.7 MB) 2025-10-10T02:11:38.2628980Z Using cached dataclasses_json-0.6.7-py3-none-any.whl (28 kB) 2025-10-10T02:11:38.2651210Z Using cached cmake-3.31.6-py3-none-macosx_10_10_universal2.whl (47.2 MB) 2025-10-10T02:11:38.3471630Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl (2.2 MB) 2025-10-10T02:11:38.3573330Z Using cached filelock-3.18.0-py3-none-any.whl (16 kB) 2025-10-10T02:11:38.3597480Z Using cached setuptools_git_versioning-2.1.0-py3-none-any.whl (10 kB) 2025-10-10T02:11:38.3614220Z Using cached scikit_build-0.18.1-py3-none-any.whl (85 kB) 2025-10-10T02:11:38.3638220Z Using cached pyre_extensions-0.0.32-py3-none-any.whl (12 kB) 2025-10-10T02:11:38.3655980Z Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-10-10T02:11:38.3684040Z Using cached click-8.3.0-py3-none-any.whl (107 kB) 2025-10-10T02:11:38.3703750Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2025-10-10T02:11:38.3722050Z Using cached aiohttp-3.13.0-cp312-cp312-macosx_11_0_arm64.whl (489 kB) 2025-10-10T02:11:38.3780900Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-10-10T02:11:38.4098970Z Using cached google_auth-2.41.1-py2.py3-none-any.whl (221 kB) 2025-10-10T02:11:38.4127470Z Using cached cachetools-6.2.0-py3-none-any.whl (11 kB) 2025-10-10T02:11:38.4144100Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-10-10T02:11:38.4166660Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-10-10T02:11:38.4185670Z Using cached llvmlite-0.43.0-cp312-cp312-macosx_11_0_arm64.whl (28.8 MB) 2025-10-10T02:11:38.4738570Z Using cached marshmallow-3.26.1-py3-none-any.whl (50 kB) 2025-10-10T02:11:38.4765710Z Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-10-10T02:11:38.4805170Z Using cached multidict-6.7.0-cp312-cp312-macosx_11_0_arm64.whl (43 kB) 2025-10-10T02:11:38.4829830Z Using cached onnx_ir-0.1.10-py3-none-any.whl (127 kB) 2025-10-10T02:11:38.4855410Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-10-10T02:11:38.4874250Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-10-10T02:11:38.4903310Z Using cached requests-2.32.5-py3-none-any.whl (64 kB) 2025-10-10T02:11:38.4923540Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl (205 kB) 2025-10-10T02:11:38.4945390Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-10-10T02:11:38.4971230Z Using cached rsa-4.9.1-py3-none-any.whl (34 kB) 2025-10-10T02:11:38.4988100Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-10-10T02:11:38.5013540Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-10-10T02:11:38.5032310Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-10-10T02:11:38.5052360Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (833 kB) 2025-10-10T02:11:38.5100960Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-10-10T02:11:38.5116230Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-10-10T02:11:38.5143330Z Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB) 2025-10-10T02:11:38.5159410Z Using cached urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-10-10T02:11:38.5186470Z Using cached yarl-1.22.0-cp312-cp312-macosx_11_0_arm64.whl (94 kB) 2025-10-10T02:11:38.5205340Z Using cached psutil-7.1.0-cp36-abi3-macosx_11_0_arm64.whl (246 kB) 2025-10-10T02:11:38.5231150Z Using cached pytest_rerunfailures-14.0-py3-none-any.whl (12 kB) 2025-10-10T02:11:38.5253830Z Using cached redis-6.4.0-py3-none-any.whl (279 kB) 2025-10-10T02:11:38.5287280Z Using cached pyzstd-0.16.2-cp312-cp312-macosx_11_0_arm64.whl (295 kB) 2025-10-10T02:11:38.5325020Z Using cached absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-10-10T02:11:38.5347030Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-10-10T02:11:38.5364540Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-10-10T02:11:38.5386640Z Using cached attrs-25.4.0-py3-none-any.whl (67 kB) 2025-10-10T02:11:38.5405900Z Using cached audioread-3.0.1-py3-none-any.whl (23 kB) 2025-10-10T02:11:38.5428670Z Using cached certifi-2025.10.5-py3-none-any.whl (163 kB) 2025-10-10T02:11:38.5454130Z Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB) 2025-10-10T02:11:38.5470800Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-10-10T02:11:38.5493380Z Using cached frozenlist-1.8.0-cp312-cp312-macosx_11_0_arm64.whl (50 kB) 2025-10-10T02:11:38.5511680Z Using cached grpcio-1.75.1-cp312-cp312-macosx_11_0_universal2.whl (11.5 MB) 2025-10-10T02:11:38.5806650Z Using cached imageio-2.37.0-py3-none-any.whl (315 kB) 2025-10-10T02:11:38.5842270Z Using cached joblib-1.5.2-py3-none-any.whl (308 kB) 2025-10-10T02:11:38.5888740Z Using cached lazy_loader-0.4-py3-none-any.whl (12 kB) 2025-10-10T02:11:38.5907130Z Using cached markdown-3.9-py3-none-any.whl (107 kB) 2025-10-10T02:11:38.5935020Z Using cached markupsafe-3.0.3-cp312-cp312-macosx_11_0_arm64.whl (12 kB) 2025-10-10T02:11:38.5952870Z Using cached ml_dtypes-0.5.3-cp312-cp312-macosx_10_13_universal2.whl (663 kB) 2025-10-10T02:11:38.5994460Z Using cached msgpack-1.1.2-cp312-cp312-macosx_11_0_arm64.whl (85 kB) 2025-10-10T02:11:38.6027920Z Using cached mypy_extensions-1.1.0-py3-none-any.whl (5.0 kB) 2025-10-10T02:11:38.6043610Z Using cached pooch-1.8.2-py3-none-any.whl (64 kB) 2025-10-10T02:11:38.6076500Z Using cached platformdirs-4.5.0-py3-none-any.whl (18 kB) 2025-10-10T02:11:38.6101680Z Using cached propcache-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (47 kB) 2025-10-10T02:11:38.6124270Z Using cached pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-10-10T02:11:38.6152000Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-10-10T02:11:38.6178640Z Using cached PyJWT-2.10.1-py3-none-any.whl (22 kB) 2025-10-10T02:11:38.6203880Z Using cached cryptography-46.0.2-cp311-abi3-macosx_10_9_universal2.whl (7.3 MB) 2025-10-10T02:11:38.6422850Z Using cached cffi-2.0.0-cp312-cp312-macosx_11_0_arm64.whl (181 kB) 2025-10-10T02:11:38.6451650Z Using cached pynacl-1.6.0-cp38-abi3-macosx_10_10_universal2.whl (382 kB) 2025-10-10T02:11:38.6489410Z Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-10-10T02:11:38.6533360Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-10-10T02:11:38.6551220Z Using cached oauthlib-3.3.1-py3-none-any.whl (160 kB) 2025-10-10T02:11:38.6577970Z Using cached scikit_learn-1.7.2-cp312-cp312-macosx_12_0_arm64.whl (8.6 MB) 2025-10-10T02:11:38.6830510Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB) 2025-10-10T02:11:38.6902760Z Using cached soxr-1.0.0-cp312-abi3-macosx_11_0_arm64.whl (163 kB) 2025-10-10T02:11:38.6929310Z Using cached threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-10-10T02:11:38.6947950Z Using cached tifffile-2025.10.4-py3-none-any.whl (230 kB) 2025-10-10T02:11:38.6971790Z Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-10-10T02:11:38.7013880Z Using cached werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-10-10T02:11:38.7045370Z Using cached wheel-0.45.1-py3-none-any.whl (72 kB) 2025-10-10T02:11:38.7065900Z Using cached cattrs-25.2.0-py3-none-any.whl (70 kB) 2025-10-10T02:11:38.7096180Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-10-10T02:11:38.7113530Z Using cached Deprecated-1.2.18-py2.py3-none-any.whl (10.0 kB) 2025-10-10T02:11:38.7135210Z Using cached wrapt-1.17.3-cp312-cp312-macosx_11_0_arm64.whl (39 kB) 2025-10-10T02:11:38.7153700Z Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2025-10-10T02:11:38.7173600Z Using cached future-1.0.0-py3-none-any.whl (491 kB) 2025-10-10T02:11:38.7213190Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-10-10T02:11:38.7229960Z Using cached pyaml-25.7.0-py3-none-any.whl (26 kB) 2025-10-10T02:11:38.7251670Z Using cached pycparser-2.23-py3-none-any.whl (118 kB) 2025-10-10T02:11:38.7272580Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB) 2025-10-10T02:11:38.7288170Z Using cached tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-10-10T02:11:39.1124790Z Installing collected packages: z3-solver, sortedcontainers, pytz, ply, parameterized, mpmath, lark, flatbuffers, xdoctest, wrapt, wheel, urllib3, tzdata, typing-extensions, tqdm, tlparse, threadpoolctl, tensorboard-data-server, tabulate, sympy, six, setuptools, redis, pyzstd, pyyaml, pyproject_hooks, pyjwt, pygments, pycparser, pyasn1, pulp, psutil, protobuf, propcache, pluggy, platformdirs, pillow, packaging, oauthlib, numpy, ninja, networkx, mypy-extensions, multidict, msgpack, MarkupSafe, markdown, lxml, llvmlite, lintrunner, joblib, jmespath, iniconfig, idna, future, frozenlist, filelock, expecttest, execnet, distro, dill, decorator, colorama, cmake, click, charset_normalizer, certifi, cachetools, audioread, attrs, aiohappyeyeballs, absl-py, yarl, werkzeug, unittest-xml-reporting, typing-inspect, tifffile, thriftpy2, soxr, setuptools-git-versioning, scipy, scikit-build, rsa, requests, pywavelets, python-dateutil, pytest, pyasn1-modules, pyaml, optree, opt-einsum, onnx, numba, ml_dtypes, marshmallow, lazy-loader, junitparser, jinja2, imageio, hypothesis, grpcio, Deprecated, cffi, cattrs, build, aiosignal, soundfile, scikit-learn, scikit-image, requests-oauthlib, pytest-xdist, pytest-subtests, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pyre-extensions, pynacl, pyDOE, pooch, pandas, onnx_ir, google-auth, dataclasses_json, cryptography, coremltools, botocore, aiohttp, s3transfer, pwlf, onnxscript, librosa, google-auth-oauthlib, ghstack, fbscribelogger, tensorboard, PyGithub, boto3 2025-10-10T02:11:59.2610320Z 2025-10-10T02:11:59.2666150Z Successfully installed Deprecated-1.2.18 MarkupSafe-3.0.3 PyGithub-2.3.0 absl-py-2.3.1 aiohappyeyeballs-2.6.1 aiohttp-3.13.0 aiosignal-1.4.0 attrs-25.4.0 audioread-3.0.1 boto3-1.35.42 botocore-1.35.99 build-1.3.0 cachetools-6.2.0 cattrs-25.2.0 certifi-2025.10.5 cffi-2.0.0 charset_normalizer-3.4.3 click-8.3.0 cmake-3.31.6 colorama-0.4.6 coremltools-8.3.0 cryptography-46.0.2 dataclasses_json-0.6.7 decorator-5.2.1 dill-0.3.7 distro-1.9.0 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 filelock-3.18.0 flatbuffers-24.12.23 frozenlist-1.8.0 future-1.0.0 ghstack-0.8.0 google-auth-2.41.1 google-auth-oauthlib-1.0.0 grpcio-1.75.1 hypothesis-6.56.4 idna-3.10 imageio-2.37.0 iniconfig-2.1.0 jinja2-3.1.6 jmespath-1.0.1 joblib-1.5.2 junitparser-2.1.1 lark-0.12.0 lazy-loader-0.4 librosa-0.10.2 lintrunner-0.12.7 llvmlite-0.43.0 lxml-5.3.0 markdown-3.9 marshmallow-3.26.1 ml_dtypes-0.5.3 mpmath-1.3.0 msgpack-1.1.2 multidict-6.7.0 mypy-extensions-1.1.0 networkx-2.8.8 ninja-1.11.1.4 numba-0.60.0 numpy-1.26.2 oauthlib-3.3.1 onnx-1.18.0 onnx_ir-0.1.10 onnxscript-0.5.3 opt-einsum-3.3.0 optree-0.13.0 packaging-23.1 pandas-2.0.3 parameterized-0.8.1 pillow-11.0.0 platformdirs-4.5.0 pluggy-1.6.0 ply-3.11 pooch-1.8.2 propcache-0.4.1 protobuf-5.29.5 psutil-7.1.0 pulp-2.9.0 pwlf-2.2.1 pyDOE-0.3.8 pyaml-25.7.0 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycparser-2.23 pygments-2.15.0 pyjwt-2.10.1 pynacl-1.6.0 pyproject_hooks-1.2.0 pyre-extensions-0.0.32 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-14.0 pytest-subtests-0.13.1 pytest-xdist-3.3.1 python-dateutil-2.9.0.post0 pytz-2025.2 pywavelets-1.7.0 pyyaml-6.0.2 pyzstd-0.16.2 redis-6.4.0 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 s3transfer-0.10.4 scikit-build-0.18.1 scikit-image-0.22.0 scikit-learn-1.7.2 scipy-1.14.1 setuptools-78.1.1 setuptools-git-versioning-2.1.0 six-1.17.0 sortedcontainers-2.4.0 soundfile-0.13.1 soxr-1.0.0 sympy-1.13.3 tabulate-0.9.0 tensorboard-2.13.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 thriftpy2-0.5.3 tifffile-2025.10.4 tlparse-0.4.0 tqdm-4.67.1 typing-extensions-4.12.2 typing-inspect-0.9.0 tzdata-2025.2 unittest-xml-reporting-3.2.0 urllib3-2.5.0 werkzeug-3.1.3 wheel-0.45.1 wrapt-1.17.3 xdoctest-1.3.0 yarl-1.22.0 z3-solver-4.15.1.0 2025-10-10T02:11:59.8746920Z ##[group]Run "$VENV_PATH/bin/python3" -m pip install psutil==5.9.8 dataclasses_json==0.6.7 2025-10-10T02:11:59.8747290Z "$VENV_PATH/bin/python3" -m pip install psutil==5.9.8 dataclasses_json==0.6.7 2025-10-10T02:11:59.8747820Z "$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-10-10T02:11:59.8748290Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2025-10-10T02:11:59.8761810Z shell: /bin/bash -e -l {0} 2025-10-10T02:11:59.8761940Z env: 2025-10-10T02:11:59.8762040Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:11:59.8762180Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:11:59.8762320Z TEST_CONFIG: mps 2025-10-10T02:11:59.8762430Z SHARD_NUMBER: 1 2025-10-10T02:11:59.8762530Z NUM_TEST_SHARDS: 1 2025-10-10T02:11:59.8762640Z PR_BODY: 2025-10-10T02:11:59.8762830Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:11:59.8763050Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:11:59.8763240Z JOB_ID: 52410714318 2025-10-10T02:11:59.8763400Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:11:59.8763580Z WORKFLOW_NAME: trunk 2025-10-10T02:11:59.8763700Z WORKFLOW_RUN_ID: 18392306051 2025-10-10T02:11:59.8763830Z MONITOR_LOG_INTERVAL: 5 2025-10-10T02:11:59.8763960Z MONITOR_DATA_COLLECT_INTERVAL: 1 2025-10-10T02:11:59.8764090Z ##[endgroup] 2025-10-10T02:12:00.1107310Z Collecting psutil==5.9.8 2025-10-10T02:12:00.1127420Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2025-10-10T02:12:00.1175020Z Requirement already satisfied: dataclasses_json==0.6.7 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (0.6.7) 2025-10-10T02:12:00.1189230Z Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (3.26.1) 2025-10-10T02:12:00.1192030Z Requirement already satisfied: typing-inspect<1,>=0.4.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (0.9.0) 2025-10-10T02:12:00.1196550Z Requirement already satisfied: packaging>=17.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.1) 2025-10-10T02:12:00.1205390Z Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (1.1.0) 2025-10-10T02:12:00.1207820Z Requirement already satisfied: typing-extensions>=3.7.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-10-10T02:12:00.1233190Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2025-10-10T02:12:00.2141020Z Installing collected packages: psutil 2025-10-10T02:12:00.2141560Z Attempting uninstall: psutil 2025-10-10T02:12:00.2157130Z Found existing installation: psutil 7.1.0 2025-10-10T02:12:00.2177820Z Uninstalling psutil-7.1.0: 2025-10-10T02:12:00.2184770Z Successfully uninstalled psutil-7.1.0 2025-10-10T02:12:00.3096160Z Successfully installed psutil-5.9.8 2025-10-10T02:12:00.3402270Z Prepare all required actions 2025-10-10T02:12:00.3402510Z Getting action download info 2025-10-10T02:12:00.4898530Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:1da556a7aa0a088e3153970611f6c432d58e80e6) 2025-10-10T02:12:00.6888060Z Download action repository 'actions/download-artifact@v4' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-10-10T02:12:00.9398410Z ##[group]Run ./.github/actions/download-build-artifacts 2025-10-10T02:12:00.9398700Z with: 2025-10-10T02:12:00.9398820Z name: macos-py3-arm64 2025-10-10T02:12:00.9399100Z use-gha: true 2025-10-10T02:12:00.9399260Z s3-bucket: gha-artifacts 2025-10-10T02:12:00.9399400Z env: 2025-10-10T02:12:00.9399510Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:00.9399710Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:00.9399870Z TEST_CONFIG: mps 2025-10-10T02:12:00.9399990Z SHARD_NUMBER: 1 2025-10-10T02:12:00.9400120Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:00.9400250Z PR_BODY: 2025-10-10T02:12:00.9400430Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:00.9400640Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:00.9400860Z ##[endgroup] 2025-10-10T02:12:00.9423550Z ##[group]Run actions/download-artifact@v4 2025-10-10T02:12:00.9423730Z with: 2025-10-10T02:12:00.9423830Z name: macos-py3-arm64 2025-10-10T02:12:00.9423980Z merge-multiple: false 2025-10-10T02:12:00.9424160Z repository: pytorch/pytorch 2025-10-10T02:12:00.9424300Z run-id: 18392306051 2025-10-10T02:12:00.9424450Z env: 2025-10-10T02:12:00.9424670Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:00.9424830Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:00.9424980Z TEST_CONFIG: mps 2025-10-10T02:12:00.9425140Z SHARD_NUMBER: 1 2025-10-10T02:12:00.9425250Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:00.9425370Z PR_BODY: 2025-10-10T02:12:00.9425480Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:00.9425680Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:00.9425890Z ##[endgroup] 2025-10-10T02:12:01.0759520Z Downloading single artifact 2025-10-10T02:12:01.1418290Z Preparing to download the following artifacts: 2025-10-10T02:12:01.1418800Z - macos-py3-arm64 (ID: 4232915462, Size: 70399038, Expected Digest: sha256:3b5942df32cf880339401d26c36417d6e0c44d745869b5e2cc1f8ff64fb6d45c) 2025-10-10T02:12:01.2011850Z Redirecting to blob download url: https://productionresultssa4.blob.core.windows.net/actions-results/b61d76a6-6a0e-4d78-bcd8-af7ccfe33fb7/workflow-job-run-4de4e1e8-38c6-5efa-af90-914dd01ac8bb/artifacts/e6751562b1f6f20bcd6ad8a8dad1f3c02045e3fad46dd739dee73dcfde9461bb.zip 2025-10-10T02:12:01.2013430Z Starting download of artifact to: /Users/ec2-user/runner/_work/pytorch/pytorch 2025-10-10T02:12:01.3433210Z (node:28859) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-10-10T02:12:01.3463820Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-10-10T02:12:02.1764480Z SHA256 digest of downloaded artifact is 3b5942df32cf880339401d26c36417d6e0c44d745869b5e2cc1f8ff64fb6d45c 2025-10-10T02:12:02.1765040Z Artifact download completed successfully. 2025-10-10T02:12:02.1785200Z Total of 1 artifact(s) downloaded 2025-10-10T02:12:02.1785650Z Download artifact has finished successfully 2025-10-10T02:12:02.1851780Z ##[group]Run unzip -o artifacts.zip 2025-10-10T02:12:02.1852130Z unzip -o artifacts.zip 2025-10-10T02:12:02.1871760Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:02.1872060Z env: 2025-10-10T02:12:02.1872200Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:02.1872390Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:02.1872610Z TEST_CONFIG: mps 2025-10-10T02:12:02.1872800Z SHARD_NUMBER: 1 2025-10-10T02:12:02.1872950Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:02.1873100Z PR_BODY: 2025-10-10T02:12:02.1873270Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:02.1874090Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:02.1874380Z ##[endgroup] 2025-10-10T02:12:02.2403130Z Archive: artifacts.zip 2025-10-10T02:12:02.2404440Z creating: dist 2025-10-10T02:12:02.6419080Z inflating: dist/torch-2.10.0a0+git344e636-cp312-cp312-macosx_11_0_arm64.whl 2025-10-10T02:12:02.6538340Z inflating: build/.ninja_log 2025-10-10T02:12:02.7047460Z inflating: build/compile_commands.json 2025-10-10T02:12:02.7048070Z creating: .additional_ci_files 2025-10-10T02:12:02.7105130Z inflating: .additional_ci_files/test-times.json 2025-10-10T02:12:02.7348330Z inflating: .additional_ci_files/test-class-times.json 2025-10-10T02:12:02.7366270Z ##[group]Run rm artifacts.zip 2025-10-10T02:12:02.7366440Z rm artifacts.zip 2025-10-10T02:12:02.7378760Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:02.7379010Z env: 2025-10-10T02:12:02.7379120Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:02.7379300Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:02.7379490Z TEST_CONFIG: mps 2025-10-10T02:12:02.7379610Z SHARD_NUMBER: 1 2025-10-10T02:12:02.7379740Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:02.7379900Z PR_BODY: 2025-10-10T02:12:02.7380020Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:02.7380240Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:02.7380460Z ##[endgroup] 2025-10-10T02:12:02.7661050Z ##[group]Run df -H 2025-10-10T02:12:02.7661270Z df -H 2025-10-10T02:12:02.7672220Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:02.7672600Z env: 2025-10-10T02:12:02.7672720Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:02.7672870Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:02.7673050Z TEST_CONFIG: mps 2025-10-10T02:12:02.7673180Z SHARD_NUMBER: 1 2025-10-10T02:12:02.7673300Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:02.7673440Z PR_BODY: 2025-10-10T02:12:02.7673560Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:02.7673810Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:02.7674040Z ##[endgroup] 2025-10-10T02:12:02.7923610Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-10-10T02:12:02.7924050Z /dev/disk5s2s1 275G 11G 200G 6% 426k 2.0G 0% / 2025-10-10T02:12:02.7924330Z devfs 221k 221k 0B 100% 748 0 100% /dev 2025-10-10T02:12:02.7924660Z /dev/disk5s5 275G 1074M 200G 1% 1 2.0G 0% /System/Volumes/VM 2025-10-10T02:12:02.7925030Z /dev/disk5s3 275G 7091M 200G 4% 1.2k 2.0G 0% /System/Volumes/Preboot 2025-10-10T02:12:02.7925370Z /dev/disk1s2 524M 6312k 416M 2% 1 4.1M 0% /System/Volumes/xarts 2025-10-10T02:12:02.7925760Z /dev/disk1s1 524M 51M 416M 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-10-10T02:12:02.7926100Z /dev/disk1s3 524M 770k 416M 1% 53 4.1M 0% /System/Volumes/Hardware 2025-10-10T02:12:02.7926450Z /dev/disk5s1 275G 54G 200G 22% 1.7M 2.0G 0% /System/Volumes/Data 2025-10-10T02:12:02.7926760Z map auto_home 0B 0B 0B 100% 0 0 - /System/Volumes/Data/home 2025-10-10T02:12:02.7927080Z /dev/disk3s4 494G 2220k 475G 1% 18 4.6G 0% /private/tmp/tmp-mount-pVFpID 2025-10-10T02:12:02.7955460Z Prepare all required actions 2025-10-10T02:12:02.7955780Z Getting action download info 2025-10-10T02:12:02.9292870Z ##[group]Run ./.github/actions/download-td-artifacts 2025-10-10T02:12:02.9293290Z with: 2025-10-10T02:12:02.9293500Z use-gha: true 2025-10-10T02:12:02.9293720Z env: 2025-10-10T02:12:02.9293970Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:02.9294280Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:02.9294600Z TEST_CONFIG: mps 2025-10-10T02:12:02.9294860Z SHARD_NUMBER: 1 2025-10-10T02:12:02.9295110Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:02.9295400Z PR_BODY: 2025-10-10T02:12:02.9295650Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:02.9296080Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:02.9296530Z ##[endgroup] 2025-10-10T02:12:02.9348870Z ##[group]Run actions/download-artifact@v4 2025-10-10T02:12:02.9349170Z with: 2025-10-10T02:12:02.9349340Z name: td_results.json 2025-10-10T02:12:02.9349640Z merge-multiple: false 2025-10-10T02:12:02.9349880Z repository: pytorch/pytorch 2025-10-10T02:12:02.9350110Z run-id: 18392306051 2025-10-10T02:12:02.9350330Z env: 2025-10-10T02:12:02.9350500Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:02.9350850Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:02.9351110Z TEST_CONFIG: mps 2025-10-10T02:12:02.9351310Z SHARD_NUMBER: 1 2025-10-10T02:12:02.9351520Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:02.9351730Z PR_BODY: 2025-10-10T02:12:02.9351930Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:02.9352340Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:02.9352710Z ##[endgroup] 2025-10-10T02:12:03.0659930Z Downloading single artifact 2025-10-10T02:12:03.1334230Z Preparing to download the following artifacts: 2025-10-10T02:12:03.1334710Z - td_results.json (ID: 4232311430, Size: 19989, Expected Digest: sha256:7205876fc9b39242b0a2a523a3cd44474e4256bc01edda3d320a1b768e8f0881) 2025-10-10T02:12:03.1798780Z Redirecting to blob download url: https://productionresultssa4.blob.core.windows.net/actions-results/b61d76a6-6a0e-4d78-bcd8-af7ccfe33fb7/workflow-job-run-fc903a2c-a31a-597b-b53e-d78b572c2666/artifacts/adc6e1455d65305bef307fe59db64c62b28fcb8f1e044d47ac9f5a2f27485441.zip 2025-10-10T02:12:03.1800350Z Starting download of artifact to: /Users/ec2-user/runner/_work/pytorch/pytorch 2025-10-10T02:12:03.2465270Z (node:28867) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 2025-10-10T02:12:03.2466670Z (Use `node --trace-deprecation ...` to show where the warning was created) 2025-10-10T02:12:03.2560960Z SHA256 digest of downloaded artifact is 7205876fc9b39242b0a2a523a3cd44474e4256bc01edda3d320a1b768e8f0881 2025-10-10T02:12:03.2561870Z Artifact download completed successfully. 2025-10-10T02:12:03.2562360Z Total of 1 artifact(s) downloaded 2025-10-10T02:12:03.2569120Z Download artifact has finished successfully 2025-10-10T02:12:03.2643550Z ##[group]Run mkdir -p .additional_ci_files 2025-10-10T02:12:03.2644000Z mkdir -p .additional_ci_files 2025-10-10T02:12:03.2644520Z mv td_results.json .additional_ci_files/td_results.json || true 2025-10-10T02:12:03.2671150Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:03.2671550Z env: 2025-10-10T02:12:03.2671830Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:03.2672150Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:03.2672530Z TEST_CONFIG: mps 2025-10-10T02:12:03.2672780Z SHARD_NUMBER: 1 2025-10-10T02:12:03.2673060Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:03.2673320Z PR_BODY: 2025-10-10T02:12:03.2673570Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:03.2674050Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:03.2674500Z ##[endgroup] 2025-10-10T02:12:03.3172590Z ##[group]Run .github/scripts/parse_ref.py 2025-10-10T02:12:03.3172940Z .github/scripts/parse_ref.py 2025-10-10T02:12:03.3185340Z shell: /bin/bash -e -l {0} 2025-10-10T02:12:03.3185510Z env: 2025-10-10T02:12:03.3185630Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:03.3185790Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:03.3186000Z TEST_CONFIG: mps 2025-10-10T02:12:03.3186140Z SHARD_NUMBER: 1 2025-10-10T02:12:03.3186310Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:03.3186430Z PR_BODY: 2025-10-10T02:12:03.3186560Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:03.3186780Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:03.3187020Z ##[endgroup] 2025-10-10T02:12:03.3945020Z Setting output branch=main 2025-10-10T02:12:03.4023220Z Prepare all required actions 2025-10-10T02:12:03.4023430Z Getting action download info 2025-10-10T02:12:03.6167180Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-10-10T02:12:03.8021700Z ##[group]Run ./.github/actions/filter-test-configs 2025-10-10T02:12:03.8021960Z with: 2025-10-10T02:12:03.8022170Z github-token: *** 2025-10-10T02:12:03.8022880Z 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-10-10T02:12:03.8023750Z job-name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:12:03.8023960Z env: 2025-10-10T02:12:03.8024090Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:03.8024250Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:03.8024430Z TEST_CONFIG: mps 2025-10-10T02:12:03.8024550Z SHARD_NUMBER: 1 2025-10-10T02:12:03.8024690Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:03.8024810Z PR_BODY: 2025-10-10T02:12:03.8024940Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:03.8025160Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:03.8025450Z ##[endgroup] 2025-10-10T02:12:03.8046300Z ##[group]Run nick-fields/retry@v3.0.0 2025-10-10T02:12:03.8046490Z with: 2025-10-10T02:12:03.8046710Z shell: bash 2025-10-10T02:12:03.8046880Z timeout_minutes: 10 2025-10-10T02:12:03.8047030Z max_attempts: 5 2025-10-10T02:12:03.8047190Z retry_wait_seconds: 30 2025-10-10T02:12:03.8047650Z 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-10-10T02:12:03.8048180Z polling_interval_seconds: 1 2025-10-10T02:12:03.8048360Z warning_on_retry: true 2025-10-10T02:12:03.8048530Z continue_on_error: false 2025-10-10T02:12:03.8048690Z env: 2025-10-10T02:12:03.8048850Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:03.8049020Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:03.8049210Z TEST_CONFIG: mps 2025-10-10T02:12:03.8049350Z SHARD_NUMBER: 1 2025-10-10T02:12:03.8049480Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:03.8049620Z PR_BODY: 2025-10-10T02:12:03.8049760Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:03.8050050Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:03.8050370Z GITHUB_TOKEN: *** 2025-10-10T02:12:03.8050530Z ##[endgroup] 2025-10-10T02:12:03.8752730Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-10-10T02:12:04.0644320Z Collecting requests==2.27.1 2025-10-10T02:12:04.0669390Z Using cached requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-10-10T02:12:04.0711800Z Requirement already satisfied: pyyaml==6.0.2 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (6.0.2) 2025-10-10T02:12:04.0838930Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2025-10-10T02:12:04.0853020Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-10-10T02:12:04.0926040Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from requests==2.27.1) (2025.10.5) 2025-10-10T02:12:04.1276900Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2025-10-10T02:12:04.1296920Z Using cached charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2025-10-10T02:12:04.1339720Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from requests==2.27.1) (3.10) 2025-10-10T02:12:04.1376180Z Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-10-10T02:12:04.1396830Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-10-10T02:12:04.1420690Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-10-10T02:12:04.2323650Z Installing collected packages: urllib3, charset-normalizer, requests 2025-10-10T02:12:04.2326210Z Attempting uninstall: urllib3 2025-10-10T02:12:04.2337640Z Found existing installation: urllib3 2.5.0 2025-10-10T02:12:04.2360910Z Uninstalling urllib3-2.5.0: 2025-10-10T02:12:04.2369750Z Successfully uninstalled urllib3-2.5.0 2025-10-10T02:12:04.2795830Z Attempting uninstall: charset-normalizer 2025-10-10T02:12:04.2817140Z Found existing installation: charset-normalizer 3.4.3 2025-10-10T02:12:04.2834320Z Uninstalling charset-normalizer-3.4.3: 2025-10-10T02:12:04.2843520Z Successfully uninstalled charset-normalizer-3.4.3 2025-10-10T02:12:04.3020950Z Attempting uninstall: requests 2025-10-10T02:12:04.3035200Z Found existing installation: requests 2.32.5 2025-10-10T02:12:04.3049200Z Uninstalling requests-2.32.5: 2025-10-10T02:12:04.3055100Z Successfully uninstalled requests-2.32.5 2025-10-10T02:12:04.3275630Z 2025-10-10T02:12:04.3326350Z Successfully installed charset-normalizer-2.0.12 requests-2.27.1 urllib3-1.26.20 2025-10-10T02:12:04.8779600Z Command completed after 1 attempt(s). 2025-10-10T02:12:04.8974410Z ##[group]Run set -x 2025-10-10T02:12:04.8974990Z set -x 2025-10-10T02:12:04.8975420Z  2025-10-10T02:12:04.8976130Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-10-10T02:12:04.8977060Z # in runner workspace 2025-10-10T02:12:04.8978450Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-10-10T02:12:04.9020730Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:04.9021300Z env: 2025-10-10T02:12:04.9021860Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:04.9022290Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:04.9022870Z TEST_CONFIG: mps 2025-10-10T02:12:04.9023340Z SHARD_NUMBER: 1 2025-10-10T02:12:04.9023750Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:04.9024380Z PR_BODY: 2025-10-10T02:12:04.9024760Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:04.9025480Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:04.9026110Z ##[endgroup] 2025-10-10T02:12:04.9561880Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-10-10T02:12:04.9738600Z Setting output branch=main 2025-10-10T02:12:04.9787920Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-10-10T02:12:04.9788190Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-10-10T02:12:04.9788380Z echo "Job name: ${JOB_NAME}" 2025-10-10T02:12:04.9788550Z  2025-10-10T02:12:04.9788760Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-10-10T02:12:04.9789020Z # in runner workspace 2025-10-10T02:12:04.9789280Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-10-10T02:12:04.9789550Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-10-10T02:12:04.9789740Z  --job-name "${JOB_NAME}" \ 2025-10-10T02:12:04.9790500Z  --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-10-10T02:12:04.9791250Z  --selected-test-configs "" \ 2025-10-10T02:12:04.9791440Z  --pr-number "${PR_NUMBER}" \ 2025-10-10T02:12:04.9791610Z  --tag "${TAG}" \ 2025-10-10T02:12:04.9791780Z  --event-name "${EVENT_NAME}" \ 2025-10-10T02:12:04.9791950Z  --schedule "${SCHEDULE}" \ 2025-10-10T02:12:04.9792310Z  --branch "${HEAD_BRANCH}" 2025-10-10T02:12:04.9807780Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:04.9807980Z env: 2025-10-10T02:12:04.9808110Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:04.9808270Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:04.9808440Z TEST_CONFIG: mps 2025-10-10T02:12:04.9808560Z SHARD_NUMBER: 1 2025-10-10T02:12:04.9808690Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:04.9808820Z PR_BODY: 2025-10-10T02:12:04.9808940Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:04.9809160Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:04.9809650Z GITHUB_TOKEN: *** 2025-10-10T02:12:04.9809830Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:12:04.9810030Z PR_NUMBER: 2025-10-10T02:12:04.9810170Z TAG: 2025-10-10T02:12:04.9810280Z EVENT_NAME: push 2025-10-10T02:12:04.9810400Z SCHEDULE: 2025-10-10T02:12:04.9810520Z HEAD_BRANCH: main 2025-10-10T02:12:04.9810640Z ##[endgroup] 2025-10-10T02:12:05.0048800Z Workflow: trunk 2025-10-10T02:12:05.0049050Z Job name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:12:05.4360370Z Setting output keep-going=True 2025-10-10T02:12:05.4360760Z Setting output ci-verbose-test-logs=False 2025-10-10T02:12:05.4361140Z Setting output ci-test-showlocals=False 2025-10-10T02:12:05.4361500Z Setting output ci-no-test-timeout=False 2025-10-10T02:12:05.4361860Z Setting output ci-no-td=False 2025-10-10T02:12:05.4362190Z Setting output ci-td-distributed=False 2025-10-10T02:12:05.4362560Z Setting output is-unstable=False 2025-10-10T02:12:05.4363300Z Setting output reenabled-issues= 2025-10-10T02:12:05.4364800Z 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-10-10T02:12:05.4366260Z Setting output is-test-matrix-empty=False 2025-10-10T02:12:05.4512240Z ##[group]Run echo "Filtered matrix:" 2025-10-10T02:12:05.4512530Z echo "Filtered matrix:" 2025-10-10T02:12:05.4513610Z 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-10-10T02:12:05.4514700Z  2025-10-10T02:12:05.4514880Z echo 2025-10-10T02:12:05.4515100Z echo "Is the current job unstable? False" 2025-10-10T02:12:05.4515410Z  2025-10-10T02:12:05.4515570Z echo 2025-10-10T02:12:05.4515820Z echo "Is keep-going label set? True" 2025-10-10T02:12:05.4516080Z  2025-10-10T02:12:05.4516250Z echo 2025-10-10T02:12:05.4516440Z echo "Reenabled issues? " 2025-10-10T02:12:05.4533400Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:05.4533690Z env: 2025-10-10T02:12:05.4533840Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:05.4534050Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:05.4534290Z TEST_CONFIG: mps 2025-10-10T02:12:05.4534460Z SHARD_NUMBER: 1 2025-10-10T02:12:05.4534630Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:05.4534820Z PR_BODY: 2025-10-10T02:12:05.4534990Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:05.4535410Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:05.4535710Z ##[endgroup] 2025-10-10T02:12:05.4806900Z Filtered matrix: 2025-10-10T02:12:05.4808030Z {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-10-10T02:12:05.4808770Z 2025-10-10T02:12:05.4808930Z Is the current job unstable? False 2025-10-10T02:12:05.4809060Z 2025-10-10T02:12:05.4809120Z Is keep-going label set? True 2025-10-10T02:12:05.4809240Z 2025-10-10T02:12:05.4809320Z Reenabled issues? 2025-10-10T02:12:05.4840340Z ##[group]Run echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-10-10T02:12:05.4840650Z echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}" 2025-10-10T02:12:05.4851880Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:12:05.4852080Z env: 2025-10-10T02:12:05.4852230Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:05.4852390Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:05.4852560Z TEST_CONFIG: mps 2025-10-10T02:12:05.4852690Z SHARD_NUMBER: 1 2025-10-10T02:12:05.4852820Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:05.4852960Z PR_BODY: 2025-10-10T02:12:05.4853070Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:05.4853290Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:05.4853510Z JOB_TIMEOUT: 270 2025-10-10T02:12:05.4853640Z ##[endgroup] 2025-10-10T02:12:05.5142080Z ##[group]Run # shellcheck disable=SC1090 2025-10-10T02:12:05.5142320Z # shellcheck disable=SC1090 2025-10-10T02:12:05.5142480Z set -ex 2025-10-10T02:12:05.5142610Z  2025-10-10T02:12:05.5142750Z # TODO: Remove me later, and properly activate venv 2025-10-10T02:12:05.5143050Z PATH="$VENV_PATH/bin:$PATH" 2025-10-10T02:12:05.5143210Z export PATH 2025-10-10T02:12:05.5143330Z  2025-10-10T02:12:05.5143490Z # Print out some information about the test environment 2025-10-10T02:12:05.5143720Z for tool in python3 python; do 2025-10-10T02:12:05.5143880Z  which $tool 2025-10-10T02:12:05.5144010Z  $tool --version 2025-10-10T02:12:05.5144140Z done 2025-10-10T02:12:05.5144240Z  2025-10-10T02:12:05.5144410Z python3 -mpip install --no-index --no-deps dist/*.whl 2025-10-10T02:12:05.5144610Z  2025-10-10T02:12:05.5144730Z set +e 2025-10-10T02:12:05.5144870Z pushd "${RUNNER_TEMP}" 2025-10-10T02:12:05.5145120Z # Install pip dependencies if they are not found. This is to mitigate a peculiar 2025-10-10T02:12:05.5145400Z # flaky missing dependencies on MacOS 2025-10-10T02:12:05.5145590Z python3 -c "import torch" 2025-10-10T02:12:05.5145760Z RC=$? 2025-10-10T02:12:05.5145880Z popd 2025-10-10T02:12:05.5145990Z  2025-10-10T02:12:05.5146110Z if [ "${RC}" -ne 0 ]; then 2025-10-10T02:12:05.5146440Z  python3 -mpip install --ignore-installed -r "${PIP_REQUIREMENTS_FILE}" 2025-10-10T02:12:05.5146740Z fi 2025-10-10T02:12:05.5146860Z set -e 2025-10-10T02:12:05.5146980Z  2025-10-10T02:12:05.5147110Z .ci/pytorch/macos-test.sh 2025-10-10T02:12:05.5157530Z shell: /bin/bash -e -l {0} 2025-10-10T02:12:05.5157680Z env: 2025-10-10T02:12:05.5157790Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:12:05.5157960Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:12:05.5158130Z TEST_CONFIG: mps 2025-10-10T02:12:05.5158270Z SHARD_NUMBER: 1 2025-10-10T02:12:05.5158390Z NUM_TEST_SHARDS: 1 2025-10-10T02:12:05.5158520Z PR_BODY: 2025-10-10T02:12:05.5158630Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:12:05.5158860Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:12:05.5159090Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2025-10-10T02:12:05.5159260Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2025-10-10T02:12:05.5159430Z CONTINUE_THROUGH_ERROR: True 2025-10-10T02:12:05.5159590Z VERBOSE_TEST_LOGS: False 2025-10-10T02:12:05.5159740Z TEST_SHOWLOCALS: False 2025-10-10T02:12:05.5159880Z NO_TEST_TIMEOUT: False 2025-10-10T02:12:05.5160010Z NO_TD: False 2025-10-10T02:12:05.5160200Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2025-10-10T02:12:05.5160450Z GITHUB_REPOSITORY: pytorch/pytorch 2025-10-10T02:12:05.5160620Z GITHUB_WORKFLOW: trunk 2025-10-10T02:12:05.5160760Z GITHUB_JOB: test 2025-10-10T02:12:05.5160890Z GITHUB_RUN_ID: 18392306051 2025-10-10T02:12:05.5161030Z GITHUB_RUN_NUMBER: 150176 2025-10-10T02:12:05.5161180Z GITHUB_RUN_ATTEMPT: 1 2025-10-10T02:12:05.5161310Z JOB_ID: 52410714318 2025-10-10T02:12:05.5161490Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:12:05.5161810Z REENABLED_ISSUES: 2025-10-10T02:12:05.5162050Z HUGGING_FACE_HUB_TOKEN: *** 2025-10-10T02:12:05.5162190Z ##[endgroup] 2025-10-10T02:12:05.5420430Z + PATH=/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-1760062287/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin 2025-10-10T02:12:05.5422070Z + export PATH 2025-10-10T02:12:05.5422210Z + for tool in python3 python 2025-10-10T02:12:05.5422390Z + which python3 2025-10-10T02:12:05.5447300Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python3 2025-10-10T02:12:05.5448050Z + python3 --version 2025-10-10T02:12:05.5510160Z Python 3.12.12 2025-10-10T02:12:05.5511440Z + for tool in python3 python 2025-10-10T02:12:05.5511630Z + which python 2025-10-10T02:12:05.5524430Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python 2025-10-10T02:12:05.5525150Z + python --version 2025-10-10T02:12:05.5583180Z Python 3.12.12 2025-10-10T02:12:05.5585230Z + python3 -mpip install --no-index --no-deps dist/torch-2.10.0a0+git344e636-cp312-cp312-macosx_11_0_arm64.whl 2025-10-10T02:12:05.7176910Z Processing ./dist/torch-2.10.0a0+git344e636-cp312-cp312-macosx_11_0_arm64.whl 2025-10-10T02:12:05.7872790Z Installing collected packages: torch 2025-10-10T02:12:10.8655320Z Successfully installed torch-2.10.0a0+git344e636 2025-10-10T02:12:10.8855780Z + set +e 2025-10-10T02:12:10.8855960Z + pushd /Users/ec2-user/runner/_work/_temp 2025-10-10T02:12:10.8856260Z ~/runner/_work/_temp ~/runner/_work/pytorch/pytorch 2025-10-10T02:12:10.8856500Z + python3 -c 'import torch' 2025-10-10T02:12:16.5148750Z + RC=0 2025-10-10T02:12:16.5148990Z + popd 2025-10-10T02:12:16.5149130Z + '[' 0 -ne 0 ']' 2025-10-10T02:12:16.5149280Z + set -e 2025-10-10T02:12:16.5149420Z + .ci/pytorch/macos-test.sh 2025-10-10T02:12:16.5149610Z ~/runner/_work/pytorch/pytorch 2025-10-10T02:12:16.5173660Z ++ dirname .ci/pytorch/macos-test.sh 2025-10-10T02:12:16.5200080Z + source .ci/pytorch/macos-common.sh 2025-10-10T02:12:16.5209280Z +++ dirname .ci/pytorch/macos-common.sh 2025-10-10T02:12:16.5224790Z ++ source .ci/pytorch/common.sh 2025-10-10T02:12:16.5232680Z ++++ dirname .ci/pytorch/common.sh 2025-10-10T02:12:16.5248060Z +++ source .ci/pytorch/common_utils.sh 2025-10-10T02:12:16.5254640Z ++++ declare -f -t trap_add 2025-10-10T02:12:16.5257540Z +++ set -ex -o pipefail 2025-10-10T02:12:16.5257750Z +++ [[ macos-py3-arm64 == *rocm* ]] 2025-10-10T02:12:16.5257940Z +++ BUILD_TEST_LIBTORCH=0 2025-10-10T02:12:16.5260540Z ++ sysctl -a 2025-10-10T02:12:16.5261950Z ++ grep machdep.cpu 2025-10-10T02:12:16.5391150Z machdep.cpu.cores_per_package: 12 2025-10-10T02:12:16.5391360Z machdep.cpu.core_count: 12 2025-10-10T02:12:16.5391560Z machdep.cpu.logical_per_package: 12 2025-10-10T02:12:16.5391750Z machdep.cpu.thread_count: 12 2025-10-10T02:12:16.5391950Z machdep.cpu.brand_string: Apple M2 Pro 2025-10-10T02:12:16.5392400Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2025-10-10T02:12:16.5392600Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2025-10-10T02:12:16.5392780Z ++ export CXX=clang++ 2025-10-10T02:12:16.5392990Z ++ CXX=clang++ 2025-10-10T02:12:16.5393150Z ++ export CC=clang 2025-10-10T02:12:16.5393280Z ++ CC=clang 2025-10-10T02:12:16.5393410Z + pushd test 2025-10-10T02:12:16.5393630Z ~/runner/_work/pytorch/pytorch/test ~/runner/_work/pytorch/pytorch 2025-10-10T02:12:16.5396370Z ++ python -c 'import torch; print(int(torch.backends.openmp.is_available()))' 2025-10-10T02:12:17.2431380Z + [[ ! 1 == \1 ]] 2025-10-10T02:12:17.2431600Z + popd 2025-10-10T02:12:17.2431740Z ~/runner/_work/pytorch/pytorch 2025-10-10T02:12:17.2431970Z + export TORCH_SERIALIZATION_DEBUG=1 2025-10-10T02:12:17.2432390Z + TORCH_SERIALIZATION_DEBUG=1 2025-10-10T02:12:17.2437070Z + [[ mps == *\p\e\r\f\_\a\l\l* ]] 2025-10-10T02:12:17.2437280Z + [[ mps == *\p\e\r\f\_\t\o\r\c\h\b\e\n\c\h* ]] 2025-10-10T02:12:17.2437540Z + [[ mps == *\p\e\r\f\_\h\f* ]] 2025-10-10T02:12:17.2437710Z + [[ mps == *\p\e\r\f\_\t\i\m\m* ]] 2025-10-10T02:12:17.2437890Z + [[ mps == *\p\e\r\f\_\s\m\o\k\e\t\e\s\t* ]] 2025-10-10T02:12:17.2438140Z + [[ 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-10-10T02:12:17.2438370Z + [[ mps == *\m\p\s* ]] 2025-10-10T02:12:17.2438550Z + test_python_mps 2025-10-10T02:12:17.2438700Z + setup_test_python 2025-10-10T02:12:17.2439260Z + export GLOO_SOCKET_IFNAME=lo0 2025-10-10T02:12:17.2439460Z + GLOO_SOCKET_IFNAME=lo0 2025-10-10T02:12:17.2441370Z ++ ninja --version 2025-10-10T02:12:17.4130730Z + echo 'Ninja version: 1.11.1.git.kitware.jobserver-1' 2025-10-10T02:12:17.4131500Z Ninja version: 1.11.1.git.kitware.jobserver-1 2025-10-10T02:12:17.4149860Z ++ which python 2025-10-10T02:12:17.4251460Z ++ python --version 2025-10-10T02:12:17.4375600Z + echo 'Python version: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python (Python 3.12.12)' 2025-10-10T02:12:17.4376920Z Python version: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python (Python 3.12.12) 2025-10-10T02:12:17.4377760Z + ulimit -n 16384 2025-10-10T02:12:17.4381860Z + python test/run_test.py --verbose --mps 2025-10-10T02:12:23.9931450Z Found test times from artifacts 2025-10-10T02:12:24.0187950Z Found test times from artifacts 2025-10-10T02:12:24.0196110Z Running all tests 2025-10-10T02:12:24.0200320Z Running parallel tests on 3 processes 2025-10-10T02:12:24.0201460Z Name: tests to run (est. time: 75.39min) 2025-10-10T02:12:24.0201690Z Serial tests (3): 2025-10-10T02:12:24.0201840Z nn/test_convolution 1/1 2025-10-10T02:12:24.0202010Z nn/test_pooling 1/1 2025-10-10T02:12:24.0202160Z test_nn 1/1 2025-10-10T02:12:24.0202290Z Parallel tests (26): 2025-10-10T02:12:24.0202500Z inductor/test_aot_inductor 1/4 2025-10-10T02:12:24.0202680Z inductor/test_aot_inductor 2/4 2025-10-10T02:12:24.0202870Z inductor/test_aot_inductor 3/4 2025-10-10T02:12:24.0203060Z inductor/test_aot_inductor 4/4 2025-10-10T02:12:24.0203240Z inductor/test_torchinductor 1/4 2025-10-10T02:12:24.0203420Z inductor/test_torchinductor 2/4 2025-10-10T02:12:24.0203620Z inductor/test_torchinductor 3/4 2025-10-10T02:12:24.0203790Z inductor/test_torchinductor 4/4 2025-10-10T02:12:24.0203990Z inductor/test_torchinductor_dynamic_shapes 1/8 2025-10-10T02:12:24.0204230Z inductor/test_torchinductor_dynamic_shapes 2/8 2025-10-10T02:12:24.0204450Z inductor/test_torchinductor_dynamic_shapes 3/8 2025-10-10T02:12:24.0204720Z inductor/test_torchinductor_dynamic_shapes 4/8 2025-10-10T02:12:24.0204950Z inductor/test_torchinductor_dynamic_shapes 5/8 2025-10-10T02:12:24.0205190Z inductor/test_torchinductor_dynamic_shapes 6/8 2025-10-10T02:12:24.0205410Z inductor/test_torchinductor_dynamic_shapes 7/8 2025-10-10T02:12:24.0205660Z inductor/test_torchinductor_dynamic_shapes 8/8 2025-10-10T02:12:24.0205870Z inductor/test_mps_basic 1/1 2025-10-10T02:12:24.0206030Z test_mps 1/4 2025-10-10T02:12:24.0206170Z test_mps 2/4 2025-10-10T02:12:24.0206300Z test_mps 3/4 2025-10-10T02:12:24.0206440Z test_mps 4/4 2025-10-10T02:12:24.0206610Z test_modules 1/2 2025-10-10T02:12:24.0206740Z test_modules 2/2 2025-10-10T02:12:24.0206890Z nn/test_dropout 1/1 2025-10-10T02:12:24.0207040Z test_view_ops 1/1 2025-10-10T02:12:24.0207210Z test_metal 1/1 2025-10-10T02:12:24.0207380Z Name: excluded (est. time: 0.0min) 2025-10-10T02:12:24.0207570Z Serial tests (0): 2025-10-10T02:12:24.0207790Z Parallel tests (0): 2025-10-10T02:12:24.0208010Z Running nn/test_convolution 1/1 ... [2025-10-10 02:12:24.020443] 2025-10-10T02:12:24.0208260Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:12:24.0208960Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:12:24.020712] 2025-10-10T02:12:24.0210280Z 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-10-10T02:12:24.0210770Z Ignoring disabled issues: [''] 2025-10-10T02:13:43.2940400Z 2025-10-10T02:13:43.2941400Z nn/test_convolution 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_convolution_1.1_39ba58f3b7176aaa_.log 2025-10-10T02:13:43.3301760Z Running 1156 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_conv3d_overflow_values, 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_cudnn_broken_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_bfloat16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeCPU::test_conv_cudnn_nhwc_support_cpu_float16, 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_cudnn_broken_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_bfloat16, test/nn/test_convolution.py::TestConvolutionNNDeviceTypeMPS::test_conv_cudnn_nhwc_support_mps_float16, 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-10-10T02:13:43.3646050Z 2025-10-10T02:13:43.3646170Z Running nn/test_pooling 1/1 ... [2025-10-10 02:13:43.295492] 2025-10-10T02:13:43.3646390Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:13:43.3647060Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:13:43.295812] 2025-10-10T02:13:43.3647830Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-10-10T02:13:43.3648120Z Uploading artifacts took 0.00 seconds 2025-10-10T02:13:58.7405150Z 2025-10-10T02:13:58.7405760Z nn/test_pooling 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_pooling_1.1_a43ed873311921f9_.log 2025-10-10T02:13:58.7454230Z Running 204 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_errors_cpu, 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_invalid_output_size_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_max_unpool_invalid_indices_cpu, 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_errors_mps, 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_invalid_output_size_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_max_unpool_invalid_indices_mps, 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-10-10T02:13:58.7499740Z 2025-10-10T02:13:58.7499850Z Running test_nn 1/1 ... [2025-10-10 02:13:58.741084] 2025-10-10T02:13:58.7500080Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:13:58.7500780Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:13:58.741443] 2025-10-10T02:15:31.9324610Z 2025-10-10T02:15:31.9325410Z test_nn 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_nn_1.1_71e8c8d86f22c07d_.log 2025-10-10T02:15:32.0448350Z Running 3478 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_inference_NHWC_vs_NCHW_float32, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_NCHW_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_NCHW_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_inference_NHWC_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_2D_train_NHWC_vs_NCHW_float32, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_NCHW_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_NCHW_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_2D_train_NHWC_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_inference_NHWC_vs_NCHW_float32, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_NCHW_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_NCHW_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_inference_NHWC_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_3D_train_NHWC_vs_NCHW_float32, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_NCHW_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_NCHW_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_cpu_float32, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_cpu_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_cpu_mixed_float16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_native_float32, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_vs_native_mixed_bfloat16, test/test_nn.py::TestNN::test_batchnorm_3D_train_NHWC_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_cudnn_rnn_cpu_bfloat16, test/test_nn.py::TestNNDeviceTypeCPU::test_cudnn_rnn_cpu_float16, 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_rrelu_bounds_validation_cpu, 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_cudnn_rnn_mps_bfloat16, test/test_nn.py::TestNNDeviceTypeMPS::test_cudnn_rnn_mps_float16, 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_rrelu_bounds_validation_mps, 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-10-10T02:15:32.1545160Z 2025-10-10T02:15:32.1545340Z Running inductor/test_aot_inductor 1/4 ... [2025-10-10 02:15:31.935565] 2025-10-10T02:15:32.1545590Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:15:32.1546260Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:15:31.935880] 2025-10-10T02:15:36.3016070Z 2025-10-10T02:15:36.3016640Z 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_7962d88f9a8822fe_.log 2025-10-10T02:15:36.3017210Z Running 0 items in this shard: 2025-10-10T02:15:36.3017350Z 2025-10-10T02:15:36.3020530Z Running inductor/test_aot_inductor 2/4 ... [2025-10-10 02:15:36.301982] 2025-10-10T02:15:36.3020860Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:15:36.3023980Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:15:36.302299] 2025-10-10T02:15:38.8824120Z 2025-10-10T02:15:38.8824750Z 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_5db3cfeb0c9b1e06_.log 2025-10-10T02:15:38.8825370Z Running 0 items in this shard: 2025-10-10T02:15:38.8825540Z 2025-10-10T02:15:38.8829030Z Running inductor/test_aot_inductor 3/4 ... [2025-10-10 02:15:38.882825] 2025-10-10T02:15:38.8829370Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:15:38.8832950Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:15:38.883176] 2025-10-10T02:15:41.4182330Z 2025-10-10T02:15:41.4182900Z 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_7217953aba8b7f24_.log 2025-10-10T02:15:41.4183640Z Running 0 items in this shard: 2025-10-10T02:15:41.4183780Z 2025-10-10T02:15:41.4186100Z Running inductor/test_aot_inductor 4/4 ... [2025-10-10 02:15:41.418546] 2025-10-10T02:15:41.4186380Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:15:41.4189450Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:15:41.418846] 2025-10-10T02:15:43.9435290Z 2025-10-10T02:15:43.9435850Z 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_649cb6a57904b5cb_.log 2025-10-10T02:15:43.9436370Z Running 0 items in this shard: 2025-10-10T02:15:43.9436500Z 2025-10-10T02:15:43.9439490Z Running inductor/test_torchinductor 1/4 ... [2025-10-10 02:15:43.943885] 2025-10-10T02:15:43.9439810Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:15:43.9442950Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:15:43.944178] 2025-10-10T02:16:11.5080860Z 2025-10-10T02:16:11.5081400Z inductor/test_torchinductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.4_6bff283f6f97fba7_.log 2025-10-10T02:16:11.5082560Z Running 1 items in this shard: test/inductor/test_torchinductor.py::CpuTests::test_large_block_sizes_cpu 2025-10-10T02:16:11.5082860Z 2025-10-10T02:16:11.5085440Z Running inductor/test_torchinductor 2/4 ... [2025-10-10 02:16:11.508476] 2025-10-10T02:16:11.5085720Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:11.5088680Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:16:11.508770] 2025-10-10T02:16:14.0473360Z 2025-10-10T02:16:14.0473900Z inductor/test_torchinductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.4_81bae586c333337c_.log 2025-10-10T02:16:14.0474600Z Running 1 items in this shard: test/inductor/test_torchinductor.py::GPUTests::test_large_block_sizes_mps 2025-10-10T02:16:14.0474910Z 2025-10-10T02:16:14.0477340Z Running inductor/test_torchinductor 3/4 ... [2025-10-10 02:16:14.047660] 2025-10-10T02:16:14.0477630Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:14.0480550Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:16:14.047959] 2025-10-10T02:16:16.5671980Z 2025-10-10T02:16:16.5672520Z inductor/test_torchinductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.4_78a71296922722af_.log 2025-10-10T02:16:16.5673020Z Running 0 items in this shard: 2025-10-10T02:16:16.5673130Z 2025-10-10T02:16:16.5675920Z Running inductor/test_torchinductor 4/4 ... [2025-10-10 02:16:16.567522] 2025-10-10T02:16:16.5676190Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:16.5679560Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:16:16.567820] 2025-10-10T02:16:19.0986500Z 2025-10-10T02:16:19.0987060Z inductor/test_torchinductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.4_5bcd2680565b25d7_.log 2025-10-10T02:16:19.0987590Z Running 0 items in this shard: 2025-10-10T02:16:19.0988040Z 2025-10-10T02:16:19.0991580Z Running inductor/test_torchinductor_dynamic_shapes 1/8 ... [2025-10-10 02:16:19.099086] 2025-10-10T02:16:19.0991910Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:19.0995490Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=1', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:19.099449] 2025-10-10T02:16:21.6293420Z 2025-10-10T02:16:21.6294120Z inductor/test_torchinductor_dynamic_shapes 1/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.8_9e00c503951932e4_.log 2025-10-10T02:16:21.6295120Z Running 1 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_wrapper_codegen_statically_known_int_or_none_cpu 2025-10-10T02:16:21.6295580Z 2025-10-10T02:16:21.6298230Z Running inductor/test_torchinductor_dynamic_shapes 2/8 ... [2025-10-10 02:16:21.629747] 2025-10-10T02:16:21.6298560Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:21.6302180Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=2', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:21.630097] 2025-10-10T02:16:24.1682740Z 2025-10-10T02:16:24.1683570Z inductor/test_torchinductor_dynamic_shapes 2/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_2.8_e39bce495ad45589_.log 2025-10-10T02:16:24.1684290Z Running 0 items in this shard: 2025-10-10T02:16:24.1684430Z 2025-10-10T02:16:24.1687760Z Running inductor/test_torchinductor_dynamic_shapes 3/8 ... [2025-10-10 02:16:24.168693] 2025-10-10T02:16:24.1688130Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:24.1691860Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=3', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:24.169069] 2025-10-10T02:16:26.7107240Z 2025-10-10T02:16:26.7107910Z inductor/test_torchinductor_dynamic_shapes 3/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_3.8_81a2987b6f8435e6_.log 2025-10-10T02:16:26.7108560Z Running 0 items in this shard: 2025-10-10T02:16:26.7108680Z 2025-10-10T02:16:26.7111560Z Running inductor/test_torchinductor_dynamic_shapes 4/8 ... [2025-10-10 02:16:26.711086] 2025-10-10T02:16:26.7111890Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:26.7115110Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=4', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:26.711409] 2025-10-10T02:16:29.2603640Z 2025-10-10T02:16:29.2604400Z inductor/test_torchinductor_dynamic_shapes 4/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_4.8_17709c10da1e39ec_.log 2025-10-10T02:16:29.2605080Z Running 0 items in this shard: 2025-10-10T02:16:29.2605760Z 2025-10-10T02:16:29.2608950Z Running inductor/test_torchinductor_dynamic_shapes 5/8 ... [2025-10-10 02:16:29.260821] 2025-10-10T02:16:29.2609310Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:29.2612880Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=5', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:29.261172] 2025-10-10T02:16:55.3018060Z 2025-10-10T02:16:55.3019080Z inductor/test_torchinductor_dynamic_shapes 5/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_5.8_0dffbdd01c131113_.log 2025-10-10T02:16:55.3019960Z Running 1 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_large_block_sizes_dynamic_shapes_cpu 2025-10-10T02:16:55.3020370Z 2025-10-10T02:16:55.3022400Z Running inductor/test_torchinductor_dynamic_shapes 6/8 ... [2025-10-10 02:16:55.302162] 2025-10-10T02:16:55.3022700Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:55.3025780Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=6', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:55.302467] 2025-10-10T02:16:57.8320980Z 2025-10-10T02:16:57.8321600Z inductor/test_torchinductor_dynamic_shapes 6/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_6.8_58f9be42baf51eee_.log 2025-10-10T02:16:57.8322540Z Running 0 items in this shard: 2025-10-10T02:16:57.8322660Z 2025-10-10T02:16:57.8325300Z Running inductor/test_torchinductor_dynamic_shapes 7/8 ... [2025-10-10 02:16:57.832464] 2025-10-10T02:16:57.8325610Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:16:57.8328700Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=7', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:16:57.832765] 2025-10-10T02:17:00.3651990Z 2025-10-10T02:17:00.3652660Z inductor/test_torchinductor_dynamic_shapes 7/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_7.8_66f00ba67b36cb90_.log 2025-10-10T02:17:00.3653280Z Running 0 items in this shard: 2025-10-10T02:17:00.3653400Z 2025-10-10T02:17:00.3656770Z Running inductor/test_torchinductor_dynamic_shapes 8/8 ... [2025-10-10 02:17:00.365607] 2025-10-10T02:17:00.3657090Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:00.3660650Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'serial', '--shard-id=8', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:17:00.365943] 2025-10-10T02:17:02.9346080Z 2025-10-10T02:17:02.9346790Z inductor/test_torchinductor_dynamic_shapes 8/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_8.8_8b2f551e05df8b29_.log 2025-10-10T02:17:02.9347850Z Running 1 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_large_block_sizes_dynamic_shapes_mps 2025-10-10T02:17:02.9348370Z 2025-10-10T02:17:02.9351300Z Running inductor/test_mps_basic 1/1 ... [2025-10-10 02:17:02.935046] 2025-10-10T02:17:02.9351650Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:02.9356160Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:02.935440] 2025-10-10T02:17:05.3637490Z 2025-10-10T02:17:05.3638020Z 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_fde3be6ca71412d8_.log 2025-10-10T02:17:05.3638530Z Running 0 items in this shard: 2025-10-10T02:17:05.3638660Z 2025-10-10T02:17:05.3642360Z Running test_mps 1/4 ... [2025-10-10 02:17:05.364170] 2025-10-10T02:17:05.3642620Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:05.3646280Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:05.364531] 2025-10-10T02:17:11.6231420Z 2025-10-10T02:17:11.6231860Z test_mps 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_1.4_7eb107a4a9c7fe01_.log 2025-10-10T02:17:11.6232950Z 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-10-10T02:17:11.6233710Z 2025-10-10T02:17:11.6235760Z Running test_mps 2/4 ... [2025-10-10 02:17:11.623509] 2025-10-10T02:17:11.6235990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:11.6239180Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:11.623819] 2025-10-10T02:17:15.3470530Z 2025-10-10T02:17:15.3470980Z test_mps 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_2.4_b20e08c34de85b47_.log 2025-10-10T02:17:15.3471530Z Running 1 items in this shard: test/test_mps.py::TestLargeTensors::test_rand_2b_raises 2025-10-10T02:17:15.3471760Z 2025-10-10T02:17:15.3475810Z Running test_mps 3/4 ... [2025-10-10 02:17:15.347458] 2025-10-10T02:17:15.3476050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:15.3480450Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:15.347936] 2025-10-10T02:17:18.8405290Z 2025-10-10T02:17:18.8406330Z test_mps 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_3.4_86169a498692f722_.log 2025-10-10T02:17:18.8406860Z Running 0 items in this shard: 2025-10-10T02:17:18.8406970Z 2025-10-10T02:17:18.8410400Z Running test_mps 4/4 ... [2025-10-10 02:17:18.840972] 2025-10-10T02:17:18.8410640Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:18.8414160Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:18.841323] 2025-10-10T02:17:22.3497690Z 2025-10-10T02:17:22.3498220Z test_mps 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_4.4_a09f3421465d5bab_.log 2025-10-10T02:17:22.3498700Z Running 0 items in this shard: 2025-10-10T02:17:22.3498850Z 2025-10-10T02:17:22.3503080Z Running test_modules 1/2 ... [2025-10-10 02:17:22.350181] 2025-10-10T02:17:22.3503840Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:22.3506830Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:22.350566] 2025-10-10T02:17:25.0516040Z 2025-10-10T02:17:25.0516570Z test_modules 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_1.2_8d50836fdafca837_.log 2025-10-10T02:17:25.0517090Z Running 0 items in this shard: 2025-10-10T02:17:25.0517240Z 2025-10-10T02:17:25.0520480Z Running test_modules 2/2 ... [2025-10-10 02:17:25.051976] 2025-10-10T02:17:25.0520750Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:25.0524340Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:25.052315] 2025-10-10T02:17:27.7259890Z 2025-10-10T02:17:27.7260330Z test_modules 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_2.2_04a45d0d91703367_.log 2025-10-10T02:17:27.7260770Z Running 0 items in this shard: 2025-10-10T02:17:27.7260890Z 2025-10-10T02:17:27.7264240Z Running nn/test_dropout 1/1 ... [2025-10-10 02:17:27.726358] 2025-10-10T02:17:27.7264490Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:27.7267520Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:27.726661] 2025-10-10T02:17:29.2387790Z 2025-10-10T02:17:29.2388280Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_dc50bb1f02c9b749_.log 2025-10-10T02:17:29.2388720Z Running 0 items in this shard: 2025-10-10T02:17:29.2388830Z 2025-10-10T02:17:29.2392000Z Running test_view_ops 1/1 ... [2025-10-10 02:17:29.239134] 2025-10-10T02:17:29.2392240Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:29.2395350Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:29.239433] 2025-10-10T02:17:30.8187090Z 2025-10-10T02:17:30.8187490Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_0bd169b37d14ada7_.log 2025-10-10T02:17:30.8187910Z Running 0 items in this shard: 2025-10-10T02:17:30.8188030Z 2025-10-10T02:17:30.8191140Z Running test_metal 1/1 ... [2025-10-10 02:17:30.819051] 2025-10-10T02:17:30.8191390Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:30.8194460Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:30.819349] 2025-10-10T02:17:32.2059490Z 2025-10-10T02:17:32.2059920Z test_metal 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_metal_1.1_7f221a3bd6b309c9_.log 2025-10-10T02:17:32.2060350Z Running 0 items in this shard: 2025-10-10T02:17:32.2060480Z 2025-10-10T02:17:33.8700830Z Running inductor/test_aot_inductor 1/4 ... [2025-10-10 02:17:33.869926] 2025-10-10T02:17:33.8701120Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:33.8703370Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:33.870221] 2025-10-10T02:17:33.8806700Z Running inductor/test_aot_inductor 2/4 ... [2025-10-10 02:17:33.880515] 2025-10-10T02:17:33.8806970Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:33.8807220Z Running inductor/test_aot_inductor 3/4 ... [2025-10-10 02:17:33.880547] 2025-10-10T02:17:33.8807480Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:17:33.8808750Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:33.880789] 2025-10-10T02:17:33.8810010Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:17:33.880810] 2025-10-10T02:20:40.1711410Z 2025-10-10T02:20:40.1712230Z 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_d5f67b347dd59e70_.log 2025-10-10T02:20:40.1765440Z Running 200 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_libtorch_free_so_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_scaled_grouped_mm_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_libtorch_free_so_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_unbounded_expr_substitutions_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-10-10T02:20:40.1817960Z 2025-10-10T02:20:41.9750000Z Running inductor/test_aot_inductor 4/4 ... [2025-10-10 02:20:41.974824] 2025-10-10T02:20:41.9750280Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:20:41.9752220Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:20:41.975123] 2025-10-10T02:20:53.2964970Z 2025-10-10T02:20:53.2965780Z 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_3f51f3a3ab3c98a1_.log 2025-10-10T02:20:53.3023190Z Running 216 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_replace_unbacked_symbol_with_backed_expr_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_scaled_grouped_mm_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_unbounded_expr_substitutions_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-10-10T02:20:53.3080400Z 2025-10-10T02:20:55.1047310Z Running inductor/test_torchinductor 1/4 ... [2025-10-10 02:20:55.104616] 2025-10-10T02:20:55.1047660Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:20:55.1050100Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:20:55.104904] 2025-10-10T02:21:11.0067340Z 2025-10-10T02:21:11.0068350Z 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_47a35dc14d1a5a8e_.log 2025-10-10T02:21:11.0132330Z Running 236 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_aoti_user_defined_triton_kernel_profiling_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_unbounded_expr_substitutions_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_aoti_user_defined_triton_kernel_profiling_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_replace_unbacked_symbol_with_backed_expr_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-10-10T02:21:11.0194650Z 2025-10-10T02:21:12.8571450Z Running inductor/test_torchinductor 2/4 ... [2025-10-10 02:21:12.856966] 2025-10-10T02:21:12.8571990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:21:12.8573690Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:21:12.857270] 2025-10-10T02:25:03.4954710Z 2025-10-10T02:25:03.4955400Z inductor/test_torchinductor 2/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_2.4_d98b1949a9f4a992_.log 2025-10-10T02:25:03.5031250Z Running 453 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_copy_with_scalar_src_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cpu_scalar_with_cpu_scalar_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cpu_tensor_with_cpu_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cpu_tensor_with_gpu_tensor_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_emulate_precision_triton_fp_fusion_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_flip_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_mark_unbacked_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_complex_strided_fallback_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_copy_with_scalar_src_mps, test/inductor/test_torchinductor.py::GPUTests::test_cpu_scalar_with_cpu_tensor_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_gpu_scalar_with_cpu_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_gpu_scalar_with_gpu_tensor_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_mark_unbacked_with_hint_override_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-10-10T02:25:03.5110020Z 2025-10-10T02:25:05.3325380Z Running inductor/test_torchinductor 3/4 ... [2025-10-10 02:25:05.332416] 2025-10-10T02:25:05.3325770Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:25:05.3327830Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:25:05.332695] 2025-10-10T02:25:18.2242430Z 2025-10-10T02:25:18.2242990Z 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_d4b8c1e0de68a009_.log 2025-10-10T02:25:18.2301600Z Running 230 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_aoti_user_defined_triton_kernel_profiling_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_replace_unbacked_symbol_with_backed_expr_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_scaled_grouped_mm_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_libtorch_free_so_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-10-10T02:25:18.2360020Z 2025-10-10T02:25:20.0435700Z Running inductor/test_torchinductor 4/4 ... [2025-10-10 02:25:20.043399] 2025-10-10T02:25:20.0436000Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:25:20.0437660Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:25:20.043672] 2025-10-10T02:25:42.4525730Z 2025-10-10T02:25:42.4526370Z inductor/test_torchinductor 1/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_1.4_3c7fc590a1bd0e56_.log 2025-10-10T02:25:42.4613280Z Running 488 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_add_complex_strided_fallback_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_conv1d_with_permute_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_cpu_scalar_with_gpu_tensor_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_grid_sampler_expand_preserves_view_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_cpu_scalar_with_cpu_scalar_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-10-10T02:25:42.4698580Z 2025-10-10T02:25:44.2613850Z Running inductor/test_torchinductor_dynamic_shapes 1/8 ... [2025-10-10 02:25:44.261220] 2025-10-10T02:25:44.2614200Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:25:44.2615710Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=1', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:25:44.261480] 2025-10-10T02:28:46.7429320Z 2025-10-10T02:28:46.7430550Z inductor/test_torchinductor 3/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_3.4_1c38d1b844ec3c1a_.log 2025-10-10T02:28:46.7507980Z Running 467 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_conv1d_depthwise_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_cpu_scalar_with_cpu_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_cpu_scalar_with_gpu_tensor_dynamic_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_gpu_scalar_with_cpu_tensor_cpu, test/inductor/test_torchinductor.py::CpuTests::test_gpu_scalar_with_gpu_tensor_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_conv1d_depthwise_mps, test/inductor/test_torchinductor.py::GPUTests::test_conv1d_with_permute_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_cpu_scalar_with_gpu_tensor_cpp_mps, test/inductor/test_torchinductor.py::GPUTests::test_cpu_scalar_with_gpu_tensor_dynamic_mps, test/inductor/test_torchinductor.py::GPUTests::test_cpu_tensor_with_gpu_tensor_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_grid_sampler_expand_preserves_view_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-10-10T02:28:46.7588910Z 2025-10-10T02:28:48.5079210Z Running inductor/test_torchinductor_dynamic_shapes 2/8 ... [2025-10-10 02:28:48.507792] 2025-10-10T02:28:48.5079540Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:28:48.5081570Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=2', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:28:48.508067] 2025-10-10T02:29:29.3492570Z 2025-10-10T02:29:29.3493100Z inductor/test_torchinductor 4/4 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_4.4_87607567f1568ef5_.log 2025-10-10T02:29:29.3571530Z Running 469 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_as_strided_on_views_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_cpu_scalar_with_gpu_tensor_cpp_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_as_strided_on_views_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_cpu_scalar_with_gpu_tensor_mps, test/inductor/test_torchinductor.py::GPUTests::test_cpu_tensor_with_cpu_tensor_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_emulate_precision_triton_fp_fusion_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_flip_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-10-10T02:29:29.3653380Z 2025-10-10T02:29:31.1696910Z Running inductor/test_torchinductor_dynamic_shapes 3/8 ... [2025-10-10 02:29:31.169583] 2025-10-10T02:29:31.1697630Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:29:31.1699980Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=3', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:29:31.169871] 2025-10-10T02:30:44.3553460Z 2025-10-10T02:30:44.3554090Z inductor/test_torchinductor_dynamic_shapes 1/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_1.8_0302b3fac9349f5c_.log 2025-10-10T02:30:44.3621560Z Running 236 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_const_int_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_argmin_with_nan_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_bmm2_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_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_builtins_round_int_ndigits_zero_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_chunk_recompiles_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_constant_pad_fill_dtype_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_conv_shape_check_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_custom_op_default_layout_constraint_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_with_suffix_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_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_div_softmax_symfloat_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_int16_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_float16_int8_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_int16_bfloat16_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_int16_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_int64_int32_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_uint8_uint8_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_basic_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_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_fmod_zero_dim_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_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_no_inputs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_grid_sampler_expand_preserves_view_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_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_index_remainder_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_input_mutation4_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_issue102546_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_layer_norm_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_linspace1_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_masked_scatter_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_max_pool2d_with_indices_backward6_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_misaligned_address_issue1_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_mixed_mm3_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_softmax_symfloat_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_sort_stable_True_descending_True_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_nll_loss_forward_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_pattern_matcher_multi_user_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_pointwise_erfinv_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_laguerre_polynomial_l_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_modified_bessel_i0_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_sinc_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_pow_int_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_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_replication_pad_errors_with_bool_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_reuse_buffers_with_aliasing_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_round_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_reduce3_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_sin_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_slice_scatter3_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_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_sum1_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_tensor2_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_unsqueeze_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_backward_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_view_uint8_through_differing_bitwidths_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_dim_reductions_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_pool1d_argmax_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_pool_errors_with_long_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_add_complex_strided_fallback_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_argmax_argmin2_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_as_strided_on_views_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_pool2d2_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_baddbmm_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_bool_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_int8_int32_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_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_empty_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_conv2d_backward_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_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_scan_would_split_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_div7_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_div_by_zero_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_dropout_deterministic_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_mismatch_issue_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_int64_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_float16_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_float32_float32_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_int16_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_bfloat16_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_int8_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_fallback_mutable_op_list_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_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_fuse_large_params_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_generated_code_has_size_stride_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_horizonal_fusion2_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_put_fallback1_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_input_mutation1_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_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_linear1_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_max_min_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_multilayer_var_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_mutations_loop_fusion_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_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_norm_constant_overflow_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_pixel_shuffle_channels_last_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_expm1_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_multigammaln_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_pow_int_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_scatter3_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_sgn_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_mutation1_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_split_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_squeeze_varargs_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_to_device_constant_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_unspec_inputs_float16_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_unspec_inputs_int64_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_view_on_aliased_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_constant_fold_uniform_value_dynamic_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_math_ops_op4_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op7_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op9_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_meta_dynamic_shapes_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_unbacked_index_select_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_softshrink_cpu 2025-10-10T02:30:44.3686860Z 2025-10-10T02:30:46.1748430Z Running inductor/test_torchinductor_dynamic_shapes 4/8 ... [2025-10-10 02:30:46.174260] 2025-10-10T02:30:46.1748760Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:30:46.1749860Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=4', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:30:46.174522] 2025-10-10T02:33:10.7844060Z 2025-10-10T02:33:10.7845660Z inductor/test_torchinductor_dynamic_shapes 3/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_3.8_e6255556e48d0056_.log 2025-10-10T02:33:10.7907000Z Running 227 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_adaptive_max_pool2d2_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_add_complex8_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_add_inplace_permuted_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_aliased_buffer_reuse_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_cache_hit_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_arange2_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_pool2d1_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_bernoulli1_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_bucketize_broadcast_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_int32_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_builtins_round_float_ndigits_zero_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_cat_unbacked_2d_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_config_option_dont_assume_alignment_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_conv1d_with_permute_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_copy_with_scalar_src_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cpu_scalar_with_cpu_scalar_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_deterministic_codegen_on_graph_break_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_div4_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_float16_bfloat16_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_int32_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_float16_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_int8_bfloat16_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_int8_int8_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_int32_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_embedding_bag_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_fill2_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_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_gpu_scalar_with_cpu_tensor_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_graph_partition_scalar_inputs_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_index1_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_inductor_multiple_specializations_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_activations_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_input_mutation2_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_lgamma_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_linear_mixed_dtype_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_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_masked_fill_promotion_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_multi_threading_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_nan_sort_stable_True_descending_False_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_bessel_y0_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_shifted_chebyshev_polynomial_w_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_pow_symfloat_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_reduction2_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_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_require_stride_expanded_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_scatter5_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_prefer_nd_tiling_True_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_mutation1_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_sort_bool_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_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_split_with_unbacked_symints_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_to_device_constant_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_transposed_propagates_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_vertical_fusion1_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_views7_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_abs_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_arange1_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_avg_pool_errors_with_uint_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_bucketize_int_int32_int32_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_builtins_round_int_ndigits_pos_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_check_stack_no_cycles_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_clamp_type_promotion_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_const_int32_to_float_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_conv1d_depthwise_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_conv_with_as_strided_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_cpu_scalar_with_cpu_tensor_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cpu_scalar_with_gpu_tensor_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_custom_scan_op_compiled_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_div_presicion_accuracy_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_float16_float32_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_float64_int64_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_float64_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_int32_uint8_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_embedding_bag_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_expanded_reduction_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_forced_buffer_realize_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_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_gpu_scalar_with_cpu_tensor_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_refcount_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_inductor_multiple_specializations_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_leaky_relu_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_linspace2_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_logcumsumexp_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_masked_scatter_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_mix_device_index_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_multi_gpu_recompile_on_index_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_nan_sort_stable_True_descending_True_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_pad_cast_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_bessel_j1_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_erfc_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_polygamma_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_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_pointwise_xlog1py_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_reduction1_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_round_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_scaled_dot_product_efficient_attention_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_scatter_add3_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_reduce2_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_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_single_elem_indirect_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_slice_scatter_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_sqrt_dynamic_shapes_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_sum4_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_unroll_small_reduction_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_unsqueeze_inplace_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_where_broadcast_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_abs_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_math_ops_op6_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_unspecialized_float_operations_cpu 2025-10-10T02:33:10.7968830Z 2025-10-10T02:33:12.6141900Z Running inductor/test_torchinductor_dynamic_shapes 5/8 ... [2025-10-10 02:33:12.614025] 2025-10-10T02:33:12.6142220Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:33:12.6144030Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=5', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:33:12.614306] 2025-10-10T02:34:59.5880010Z 2025-10-10T02:34:59.5880870Z inductor/test_torchinductor_dynamic_shapes 2/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_2.8_bc833c79b2d7a5f3_.log 2025-10-10T02:34:59.5949240Z Running 238 items in this shard: test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex6_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_aoti_eager_with_scalar_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_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_computed_offsets_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_uint8_uint8_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_buffer_batch_norm_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_complex_fallback_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_nd_inplace_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_conv3d_channels_last_use_block_ptr_True_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_copy_non_blocking_is_pinned_use_cat_False_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cpu_scalar_with_gpu_tensor_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_scan_op_multi_input_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_dropout2_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_dtype_sympy_expr_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_float32_int8_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_fusion_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_float16_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_int8_int16_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_dtypeview_uint8_int64_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_erfc_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_fallback_mutable_op_no_mutated_tensors_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_fractional_max_pool2d5_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_sliced_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_arange1_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_hardtanh_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_propagation_floordiv_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_as_masked_fill_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_inplace_flip_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_mutation1_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_large_pointwise_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_linear_dynamic_maxautotune_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_long_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_mark_unbacked_with_hint_override_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_pool2d_with_indices_backward5_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_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_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_nll_loss_backward_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_pad_cast_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_chebyshev_polynomial_t_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_erf_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_scaled_modified_bessel_k0_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_xlogy_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_randint_kernel_count_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_resize_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_shape_padding_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_single_elem_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_mutation3_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_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_reduction_with_int64_size_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_to_dtype_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_unbind_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_int32_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_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_upsample_nearest3d_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_views6_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_adaptive_max_pool2d2_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_complex7_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_argmax_min_int32_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_pool2d_backward_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_bitwise2_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_bucketize_broadcast_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_int64_uint8_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_bucketize_int_uint8_int64_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_builtins_round_int_ndigits_zero_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_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_chunk_recompiles_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_conv1d_with_permute_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_convolution3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_copy_with_scalar_src_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cpu_tensor_with_cpu_tensor_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_fixed_layout_channels_last_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_data_type_propogation_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_div_softmax_symfloat_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_dtype_sympy_expr_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_int32_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_float32_float16_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_float64_int32_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_int16_int8_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_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_int64_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_dtypeview_uint8_bfloat16_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_expm1_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_fuse_tiled_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_generated_code_has_alignment_assert_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_inductor_layout_optimization_input_mutations_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_inplace_add_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_inplace_flip_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_invalid_operand_issue1_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_min_max_reduction_nan_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_new_empty_strided_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_output_strides_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_entr_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_gammainc_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_modified_bessel_k1_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_ndtri_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_pow_by_natural_log2_dynamic_shapes_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_kernel_count_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_resize_as_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_sdpa_prefer_nd_tiling_True_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_sizehint_issue1_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_slice3_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_scatter5_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_softmax_one_kernel_persist_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_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_stack_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_sum_int_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_tensor2_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_tensor_index_put_slice_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_unbind_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_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_vectorized_ops_masked_var_novec_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_views1_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::DynamicShapesGPUTests::test_where_with_logical_op_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_adaptive_max_pool3d_with_indices_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_bool_mask_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_dynamic_stride_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op3_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_non_persistent_dynamic_rblock_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_pad_dynamic_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_unspecialized_float_dynamic_cpu 2025-10-10T02:34:59.6015600Z 2025-10-10T02:34:59.9479770Z GITHUB_RUN_ID, GITHUB_RUN_ATTEMPT, or ARTIFACTS_FILE_SUFFIX not set, not uploading 2025-10-10T02:34:59.9480110Z Uploading artifacts took 0.00 seconds 2025-10-10T02:35:00.6530640Z 2025-10-10T02:35:00.6531440Z inductor/test_torchinductor_dynamic_shapes 4/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_4.8_2a2bd742234c60b8_.log 2025-10-10T02:35:00.6598560Z Running 237 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_abs_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_adaptive_avg_pool2d2_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_adding_tensor_offsets_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_avg_pool2d_backward3_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_both_scalars_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_int_int32_int16_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_buffer_copied_in_graph_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_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_const_int32_to_float_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_conv1d_depthwise_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_convolution1_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_cumsum_zero_dim_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_presicion_accuracy_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_trivial_1_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_float16_float64_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_float32_int32_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_float32_uint8_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_int32_int32_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_float32_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_uint8_bfloat16_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_dtypeview_uint8_int8_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_fft_real_input_real_output_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_float16_to_int16_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_fmod_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_generate_rand_fp8_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_gpu_scalar_with_gpu_tensor_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_horizonal_fusion1_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_reinplace_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_inplace_add_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_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_broadcast_reduction_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_linear1_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_list_clearing_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_multilayer_any_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_new_ones_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_output_strides_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_chebyshev_polynomial_u_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_psi_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_pow1_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_pow_by_natural_log2_dynamic_shapes_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_randn_generator_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_reflection_pad2d_backward_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_interleave_Tensor_decomp_int64_nd_1_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_rsqrt_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_scatter_add3_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_select_scatter_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_slice3_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_softmax_one_kernel_loop_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_sum_int_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_triu_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_unroll_small_reduction_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_view_as_complex_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_views3_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::DynamicShapesCpuTests::test_zero_element_mutation_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_pool2d1_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_adaptive_max_pool2d3_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_complex8_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_argmax_argmin_with_duplicates_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_avg_pool2d_backward2_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_add_autotune_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_int32_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_copied_in_graph_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_complex_memory_overlap_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_cpu_scalar_with_cpu_scalar_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cpu_tensor_with_gpu_tensor_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_2_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_trivial_0_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_int32_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_float64_uint8_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_int32_int32_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_float16_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_int8_int64_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_float16_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_fill1_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_floordiv_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_pool2d3_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_functionalize_rng_wrappers_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_grid_sampler_expand_preserves_view_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_device_assert_masked_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_propagation_remainder_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_index_put4_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_inplace_where_pointwise_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_insignificant_strides_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_kwargs_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_large_tensor_reduction_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_linear2_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_log1p_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_max_pool2d1_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_pool2d6_dilation_1_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_pool2d_with_indices_backward_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_move_arange_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_new_empty_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_hermite_polynomial_h_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_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_shifted_chebyshev_polynomial_t_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_randint_distribution_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_reduction3_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_copy_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_repeat_interleave_Tensor_decomp_int64_nd_2_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_reuse_buffers_with_aliasing_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_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_scatter_add1_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_silu_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_slice_scatter_reinplace_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_one_kernel_loop_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_sum_keepdims_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_unbacked_floordiv_simplify_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_upsample_cat_conv_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_views3_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_cat_unbacked_duplicate_size_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_dynamic_rblock_bounds_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_materialize_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_return_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op0_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_nonzero_no_realloc_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_nonzero_size_factory_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_return_unbacked_view_split_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_slice_index_changing_sign_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sym_sum_unbacked_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unspecialized_float_fallback_specialization_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unwrap_storage_didnt_work_repro_cpu 2025-10-10T02:35:00.6664530Z 2025-10-10T02:35:01.5895030Z Running inductor/test_torchinductor_dynamic_shapes 6/8 ... [2025-10-10 02:35:01.589340] 2025-10-10T02:35:01.5896990Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:35:01.5898090Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=6', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:35:01.589660] 2025-10-10T02:35:02.5916280Z Running inductor/test_torchinductor_dynamic_shapes 7/8 ... [2025-10-10 02:35:02.591481] 2025-10-10T02:35:02.5916610Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:35:02.5918490Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=7', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:35:02.591755] 2025-10-10T02:36:54.6862740Z 2025-10-10T02:36:54.6863410Z inductor/test_torchinductor_dynamic_shapes 5/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_5.8_6cad4c4c3cde9188_.log 2025-10-10T02:36:54.6923510Z Running 221 items in this shard: 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_pool2d_low_prec_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_adaptive_pool_errors_with_long_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_add_complex_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_add_complex_strided_fallback_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_addmm_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_any_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_arange6_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_bitwise2_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_int16_int64_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_int8_int32_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_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_builtins_round_int_ndigits_pos_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_conv_bn_fuse_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_cpu_scalar_with_cpu_tensor_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cpu_tensor_with_gpu_tensor_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_custom_scan_op_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_div7_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_div_zero_dim_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_float32_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_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_int16_int8_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_float16_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_fmin_fmax_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_fractional_max_pool2d2_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_gather2_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_horizonal_fusion2_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_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_put_deterministic_fallback_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_int_input_dynamic_shapes_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_like_rands_sliced_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_max_pool2d1_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_pool2d_with_indices_backward2_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_nan_sort_stable_False_descending_True_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_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_gammainc_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_log_ndtr_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_modified_bessel_i1_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_randn_like_empty_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_reduction4_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_repeat_interleave_Tensor_decomp_int32_nd_1_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_attention_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_add2_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_sign_dtype_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_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_squeeze_varargs_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_unbacked_floordiv_simplify_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_upsample_cat_conv_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_vectorized_ops_masked_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_views2_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_adaptive_avg_pool2d2_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_add_complex5_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_add_inplace_permuted_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_assert_size_stride_op_name_pass_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_pool2d7_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_batch_norm_2d_2_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_bmm1_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_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_int16_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_buffer_copied_in_graph_with_different_shapes_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_of_loops_and_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_non_tensor_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_fallback_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_cudnn_rnn_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_deterministic_codegen_on_graph_break_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_div5_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_float16_int16_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_bfloat16_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_float16_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_uint8_float32_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_uint8_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_fft_real_input_real_output_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_float16_to_int16_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_fractional_max_pool2d4_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_fusing_write_into_disjoint_read_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_gpu_scalar_with_gpu_tensor_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_hardswish_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_tensor_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_large_grid_use_block_ptr_False_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_linear_mixed_dtype_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_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_max_pool2d_with_indices_backward2_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_mixed_mm2_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_mutable_custom_op_fixed_layout_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_no_specization_over_symbolic_value_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_pad_single_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_i1e_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_i1_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_shifted_chebyshev_polynomial_v_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_polar_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_prepare_softmax_with_fast_math_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_randn_like_empty_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_repeat_interleave_2_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_replication_pad_errors_with_bool_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_add2_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_scatter_reduce3_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_searchsorted_broadcast_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_sigmoid_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_slice2_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_cumprod_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_reduction_with_int64_size_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_tensor_index_slice_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_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_uint_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_var_mean_tile_reduction_False_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::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_item_unbacked_stride_nobreak_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_item_zeros_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_op8_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_symint_sum_list_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_cat_backwards_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_matmul_cpu 2025-10-10T02:36:54.6983820Z 2025-10-10T02:36:56.4854780Z Running inductor/test_torchinductor_dynamic_shapes 8/8 ... [2025-10-10 02:36:56.485358] 2025-10-10T02:36:56.4855120Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:36:56.4857350Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/bin/python', '-bb', 'inductor/test_torchinductor_dynamic_shapes.py', '-m', 'not serial', '--shard-id=8', '--num-shards=8', '-v', '-vv', '-rfEX', '-p', 'no:xdist', '--use-pytest', '-x', '--reruns=2', '--import-slow-tests', '--import-disabled-tests'] ... [2025-10-10 02:36:56.485634] 2025-10-10T02:39:03.6597090Z 2025-10-10T02:39:03.6597850Z inductor/test_torchinductor_dynamic_shapes 7/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_7.8_18904d5287a5c32e_.log 2025-10-10T02:39:03.6660270Z Running 213 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_adaptive_avg_pool2d1_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_add_complex7_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_dtype_device_layout_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_argmax_to_float_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_as_strided_on_views_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_pool2d8_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_avg_pool3d_backward2_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_bucketize_int_int16_int8_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_int64_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_uint8_int64_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_inplace_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_upcasting_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_compar_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_consecutive_split_cumsum_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_conv2d_backward_channels_last_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_cpu_scalar_with_gpu_tensor_cpp_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_custom_scan_op_compiled_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_data_type_propogation_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_div8_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_dont_constant_fold_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_bfloat16_int64_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_float32_bfloat16_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_int16_float32_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_int16_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_embedding_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_float_index_expression_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_fractional_max_pool2d4_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_generated_code_has_alignment_assert_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_mutation_real_name_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_large_grid_use_block_ptr_True_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_log1p_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_low_memory_max_pool_dilation_1_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_max_pool2d7_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_multilayer_var_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_needs_contiguous_strides_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_philox_rand_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_modified_bessel_k1_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_pow3_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_reduction1_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_clone_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_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_scatter_add1_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_shape_prop_torch_ones_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_index_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_with_integer_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_squeeze1_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_strided_inputs_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_sum_dtype_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_tmp_not_defined_issue3_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_unspec_inputs_uint8_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::DynamicShapesCpuTests::test_where_broadcast_dynamic_shapes_cpu, 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_add_const_float_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_alexnet_prefix_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_disable_if_exceed_peak_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_aoti_eager_support_str_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_assert_alignment_op_name_pass_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_pool2d_backward3_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_bucketize_int_int16_uint8_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_int8_int8_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_builtins_round_float_ndigits_zero_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_unbacked_empty_1d_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_conv_bn_fuse_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_copy_non_blocking_is_pinned_use_cat_True_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cpu_scalar_with_gpu_tensor_cpp_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_div1_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_prim_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_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_float32_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_float32_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_int8_int16_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_emulate_precision_triton_fp_fusion_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_both_scalars_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_index_propagation_floordiv_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_put1_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_inplace_resize_as_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_large_broadcast_reduction_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_lgamma_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_logaddexp_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_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_mm_mixed_dtype_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_nan_sort_stable_False_descending_False_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_nll_loss_forward_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_pattern_matcher_unbacked_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_expit_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_hermite_polynomial_he_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_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_reduction2_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_remove_noop_slice_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_repeat_interleave_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_sign_dtype_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_slice4_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_sort_transpose_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_tmp_not_defined_issue1_use_block_ptr_True_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_transpose_add_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_upsample_nearest1d_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_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_views7_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_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_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_math_ops_op10_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_op5_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_unbacked_reduction_cpu 2025-10-10T02:39:03.6719730Z 2025-10-10T02:39:05.5009790Z Running inductor/test_mps_basic 1/1 ... [2025-10-10 02:39:05.500809] 2025-10-10T02:39:05.5010050Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:39:05.5011860Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:39:05.501093] 2025-10-10T02:39:25.1457730Z 2025-10-10T02:39:25.1458400Z 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_78e33c7d22823807_.log 2025-10-10T02:39:25.1465670Z Running 43 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_train, 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_linalg_inv, 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-10-10T02:39:25.1471730Z 2025-10-10T02:39:26.9888310Z Running test_mps 1/4 ... [2025-10-10 02:39:26.988671] 2025-10-10T02:39:26.9888560Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:39:26.9890280Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:39:26.988942] 2025-10-10T02:39:37.5787180Z 2025-10-10T02:39:37.5787780Z inductor/test_torchinductor_dynamic_shapes 6/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_6.8_3343d2335f9d5fda_.log 2025-10-10T02:39:37.5849460Z Running 222 items in this shard: 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_complex10_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_allow_reuse_active_if_under_peak_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_arange4_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_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_assert_alignment_op_name_pass_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_avg_pool2d3_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_baddbmm_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_default_kwargs_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_int32_int64_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_bucketize_nd_tiling_True_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_cat_single_empty_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_check_stack_no_cycles_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_config_option_dont_assume_alignment_recompiles_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_cos_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cpu_scalar_with_gpu_tensor_dynamic_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_cpu_tensor_with_cpu_tensor_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_op_unbacked_symints_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_dropout3_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_int32_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_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_int32_float32_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_empty1_dynamic_shapes_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesCpuTests::test_emulate_precision_triton_fp_fusion_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_expand_as_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_gather3_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_generated_code_has_size_stride_assert_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_refcount_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_index_put_fallback1_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_inner_fn_str_and_stride_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_isin_tensor_scalar_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_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_like_rands3_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_log2_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_pool2d_with_indices_backward_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_gpu_recompile_on_index_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_new_empty_strided_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_one_hot_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_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_exp2_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_ndtr_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_reduction3_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_repeat_as_strided_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_scatter3_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_searchsorted_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_cumprod_low_prec_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_split_with_sizes_with_unbacked_symints_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_tensor3_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_uint4x2_mixed_mm_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_unspec_inputs_int16_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_upsample_nearest1d_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_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::DynamicShapesGPUTests::test_AllenaiLongformerBase_repro_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_addmv_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_any_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_arange2_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_arange5_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_argmax_to_float_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_bmm2_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_int64_int8_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_bucketize_nd_tiling_False_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_cat_extern_kernel_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_unbacked_2d_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_cudagraphs_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_constant_pad_1d_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_conv3d_channels_last_use_block_ptr_True_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_cos_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::DynamicShapesGPUTests::test_cpu_scalar_with_gpu_tensor_dynamic_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_custom_op_fixed_layout_sequential_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_div8_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_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_float16_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_int64_float32_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_embedding_sparse_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_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_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_pad_dynamic_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_hardtanh_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_dynamic_shapes_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_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_inplace_activations_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_input_mutation2_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_like_rands3_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_list_clearing_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_low_memory_max_pool_dilation_2_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_pool2d2_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_misaligned_address_issue1_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_gpu_device_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_pointwise_airy_ai_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_erfinv_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_log_ndtr_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_randint_int64_mod_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_remainder_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_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_roll_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_scatter2_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_select_scatter_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_shape_prop_torch_ones_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_tan_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_float32_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_upsample_bicubic2d_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_nearest3d_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_view_detach_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_views4_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_zero_element_mutation_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_floor_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_sort_dynamic_shape_with_check_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sub_constant_folding_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_fallback_symint_specialization_cpu 2025-10-10T02:39:37.5908990Z 2025-10-10T02:39:39.4953610Z Running test_mps 2/4 ... [2025-10-10 02:39:39.495188] 2025-10-10T02:39:39.4953850Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:39:39.4955380Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:39:39.495457] 2025-10-10T02:41:20.5621960Z 2025-10-10T02:41:20.5622790Z inductor/test_torchinductor_dynamic_shapes 8/8 was successful, full logs can be found in artifacts with path test/test-reports/inductor.test_torchinductor_dynamic_shapes_8.8_b825f8713063dcfc_.log 2025-10-10T02:41:20.5710670Z Running 218 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_aoti_eager_support_out_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_as_strided_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_pool2d2_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_pool2d7_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_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_int_int16_int32_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_cat_extern_kernel_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_clamp_type_promotion_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_concat_add_inplace_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_conv2d_channels_last_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_convolution4_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_custom_op_fixed_layout_channels_last_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_div6_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_bfloat16_bfloat16_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_float64_int16_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_int32_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_int64_int8_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_elu_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_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_fft_real_input_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_forced_buffer_realize_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_fuse_large_params_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_arange2_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_indirect_load_broadcast_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_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_large_grid_use_block_ptr_False_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_low_memory_max_pool_dilation_1_dim_3_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_matmul_layer_norm_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_pool2d8_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_mul_index_expr_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_to_num_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_no_op_reduction_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_pixel_shuffle_channels_last_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_gammaln_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_i0e_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_k0_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_randint_int64_mod_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_relu_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_remove_noop_slice_scatter_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_scatter2_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_bf16_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_sdpa_prefer_nd_tiling_False_use_block_ptr_False_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_silu_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_sizehint_issue1_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_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_slice_scatter_reinplace_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_softmax_one_kernel_persist_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_reduction_dynamic_shape_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_tensor_index_put_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_unspec_inputs_float16_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_weight_norm_bwd_dynamic_shapes_cpu, 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_cache_hit_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_as_strided_scatter_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_pool2d4_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_pool3d_backward_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_bucketize_int_int64_int32_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_cat_inplace_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_constant_pad_fill_dtype_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_conv_functional_bn_fuse_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_cummin_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_1_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_dense_mask_index_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_dont_constant_fold_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_dtypeview_float16_float64_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_int16_bfloat16_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_int16_int32_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_int64_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_float64_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_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_erfc_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_exp2_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_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_pool2d2_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_gather1_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_getitem_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_index_propagation_abs_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_input_mutation3_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_kernel_names_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_layer_norm_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_log_softmax_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_mark_unbacked_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_pool2d7_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_mixed_mm3_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_multi_device_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_nan_sort_stable_True_descending_False_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_one_hot_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_digamma_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_gammaln_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_logit_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_pow2_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_remove_noop_slice1_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_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_scatter6_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_softmax_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_sort_stable_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_split_cumsum_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_cumsum_low_prec_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_squeeze2_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_sum2_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_transposed_propagates_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_uint4x2_mixed_mm_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_upsample_nearest2d_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_zeros_dynamic_shapes_mps, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_float_item_inf_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_math_ops_op2_cpu, test/inductor/test_torchinductor_dynamic_shapes.py::TestInductorDynamicCPU::test_sym_stride_lowering_cpu 2025-10-10T02:41:20.5785440Z 2025-10-10T02:41:25.3468190Z Running test_mps 3/4 ... [2025-10-10 02:41:25.346713] 2025-10-10T02:41:25.3468500Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:41:25.3471160Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:41:25.347020] 2025-10-10T02:41:54.6635810Z 2025-10-10T02:41:54.6636420Z test_mps 1/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_1.4_c8e0b3452d70adeb_.log 2025-10-10T02:41:54.7148310Z Running 1764 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_dropout_bfloat16, 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_layout_contiguous_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_permute_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_permute_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_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-10-10T02:41:54.7552140Z 2025-10-10T02:41:58.7750070Z Running test_mps 4/4 ... [2025-10-10 02:41:58.774889] 2025-10-10T02:41:58.7750420Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:41:58.7753630Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:41:58.775223] 2025-10-10T02:42:29.2133300Z 2025-10-10T02:42:29.2134020Z test_mps 2/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_2.4_8f84d939ccbcda4e_.log 2025-10-10T02:42:29.2474540Z Running 1750 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_layout_contiguous_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_contiguous_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_contiguous_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_mT_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_transpose_seq_head_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_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-10-10T02:42:29.2779410Z 2025-10-10T02:42:33.1493000Z Running test_modules 1/2 ... [2025-10-10 02:42:33.149184] 2025-10-10T02:42:33.1493340Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:42:33.1497140Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:42:33.149604] 2025-10-10T02:43:48.0487150Z 2025-10-10T02:43:48.0487820Z test_mps 3/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_3.4_0da11dfc2a8551b5_.log 2025-10-10T02:43:48.0874480Z Running 1843 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_dropout_float16, 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_layout_contiguous_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_contiguous_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_mT_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_head_dim_128_with_mask_False, 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_grid_sampler_3d_nan_mps, 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-10-10T02:43:48.1220150Z 2025-10-10T02:43:50.1203880Z Running test_modules 2/2 ... [2025-10-10 02:43:50.120209] 2025-10-10T02:43:50.1204290Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:43:50.1207430Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:43:50.120605] 2025-10-10T02:44:08.6479380Z 2025-10-10T02:44:08.6479890Z test_mps 4/4 was successful, full logs can be found in artifacts with path test/test-reports/test_mps_4.4_13cd6685f10eb0a6_.log 2025-10-10T02:44:08.6811530Z Running 1724 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_dropout_float32, 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_layout_contiguous_head_dim_80_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float16_layout_mT_head_dim_80_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_contiguous_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_full_attention_float32_layout_mT_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_contiguous_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_2pass_float32_layout_transpose_seq_head_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_contiguous_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_mT_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_permute_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_128_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float16_layout_transpose_seq_head_head_dim_96_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_contiguous_head_dim_128_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_64_with_mask_False, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_mT_head_dim_96_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_permute_head_dim_64_with_mask_True, test/test_mps.py::TestSDPA::test_fast_vector_attention_float32_layout_transpose_seq_head_head_dim_64_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-10-10T02:44:08.7122450Z 2025-10-10T02:44:10.5874780Z Running nn/test_dropout 1/1 ... [2025-10-10 02:44:10.587363] 2025-10-10T02:44:10.5875140Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:44:10.5877460Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:44:10.587653] 2025-10-10T02:44:13.4002210Z 2025-10-10T02:44:13.4002990Z nn/test_dropout 1/1 was successful, full logs can be found in artifacts with path test/test-reports/nn.test_dropout_1.1_e3ca2637f0656679_.log 2025-10-10T02:44:13.4006180Z 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-10-10T02:44:13.4009100Z 2025-10-10T02:44:15.3780960Z Running test_view_ops 1/1 ... [2025-10-10 02:44:15.377980] 2025-10-10T02:44:15.3781280Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:44:15.3783650Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:44:15.378263] 2025-10-10T02:44:24.9323930Z 2025-10-10T02:44:24.9324680Z test_view_ops 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_view_ops_1.1_f260c1e8c37aaf84_.log 2025-10-10T02:44:24.9447200Z 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-10-10T02:44:24.9546510Z 2025-10-10T02:44:26.8278440Z Running test_metal 1/1 ... [2025-10-10 02:44:26.827741] 2025-10-10T02:44:26.8278740Z SCRIBE_GRAPHQL_ACCESS_TOKEN is NOT set 2025-10-10T02:44:26.8281140Z Executing ['/Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10 02:44:26.828015] 2025-10-10T02:44:28.8165320Z 2025-10-10T02:44:28.8165910Z test_metal 1/1 was successful, full logs can be found in artifacts with path test/test-reports/test_metal_1.1_147116fd5756d57a_.log 2025-10-10T02:44:28.8167060Z Running 1 items in this shard: test/test_metal.py::TestMetalRewritePass::test_conv 2025-10-10T02:44:28.8167400Z 2025-10-10T02:44:33.8442680Z 2025-10-10T02:44:33.8443170Z test_modules 1/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_1.2_0fbb80aa3155e7cd_.log 2025-10-10T02:44:33.9398040Z 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-10-10T02:44:34.0202110Z 2025-10-10T02:46:43.1148880Z 2025-10-10T02:46:43.1149480Z test_modules 2/2 was successful, full logs can be found in artifacts with path test/test-reports/test_modules_2.2_11081b57c4876107_.log 2025-10-10T02:46:43.2013420Z 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-10-10T02:46:43.2867560Z 2025-10-10T02:46:43.5396670Z Running test batch 'tests to run' cost 2059.52 seconds 2025-10-10T02:46:44.2009350Z 2025-10-10T02:46:44.2009620Z real 34m26.763s 2025-10-10T02:46:44.2009790Z user 71m29.917s 2025-10-10T02:46:44.2009910Z sys 16m28.508s 2025-10-10T02:46:44.2010040Z + MTL_CAPTURE_ENABLED=1 2025-10-10T02:46:44.2010250Z + python3 test/test_mps.py --verbose -k test_metal_capture 2025-10-10T02:46:46.9354090Z 2025-10-10T02:46:46.9354290Z Running tests... 2025-10-10T02:46:46.9354540Z ---------------------------------------------------------------------- 2025-10-10T02:46:46.9354860Z Test results will be stored in test-reports/python-unittest/test.test_mps 2025-10-10T02:46:47.7213560Z test_metal_capture (__main__.TestMetalLibrary.test_metal_capture) ... ok (0.786s) 2025-10-10T02:46:47.7213830Z 2025-10-10T02:46:47.7213950Z ---------------------------------------------------------------------- 2025-10-10T02:46:47.7214170Z Ran 1 test in 0.786s 2025-10-10T02:46:47.7214250Z 2025-10-10T02:46:47.7214300Z OK 2025-10-10T02:46:47.7214360Z 2025-10-10T02:46:47.7214410Z Generating XML reports... 2025-10-10T02:46:47.7293890Z Generated XML report: test-reports/python-unittest/test.test_mps/TEST-TestMetalLibrary-20251010024646.xml 2025-10-10T02:46:48.2208860Z + assert_git_not_dirty 2025-10-10T02:46:48.2209120Z + [[ macos-py3-arm64 != *rocm* ]] 2025-10-10T02:46:48.2209300Z + [[ macos-py3-arm64 != *xla* ]] 2025-10-10T02:46:48.2215520Z ++ git status --porcelain 2025-10-10T02:46:48.2216260Z ++ grep -v '?? third_party' 2025-10-10T02:46:51.9088340Z ++ true 2025-10-10T02:46:51.9089860Z + git_status= 2025-10-10T02:46:51.9090020Z + [[ -n '' ]] 2025-10-10T02:46:51.9238920Z ##[group]Run cat test/**/*_toprint.log || true 2025-10-10T02:46:51.9239170Z cat test/**/*_toprint.log || true 2025-10-10T02:46:51.9844070Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:46:51.9844370Z env: 2025-10-10T02:46:51.9844490Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:46:51.9844650Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:46:51.9844920Z TEST_CONFIG: mps 2025-10-10T02:46:51.9845090Z SHARD_NUMBER: 1 2025-10-10T02:46:51.9845210Z NUM_TEST_SHARDS: 1 2025-10-10T02:46:51.9845380Z PR_BODY: 2025-10-10T02:46:51.9845510Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:46:51.9845780Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:46:51.9846020Z ##[endgroup] 2025-10-10T02:46:52.4409440Z cat: test/**/*_toprint.log: No such file or directory 2025-10-10T02:46:52.4435040Z ##[group]Run python3 test/bench_mps_ops.py 2025-10-10T02:46:52.4435320Z python3 test/bench_mps_ops.py 2025-10-10T02:46:52.4446700Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:46:52.4446940Z env: 2025-10-10T02:46:52.4447060Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:46:52.4447220Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:46:52.4447420Z TEST_CONFIG: mps 2025-10-10T02:46:52.4447570Z SHARD_NUMBER: 1 2025-10-10T02:46:52.4447690Z NUM_TEST_SHARDS: 1 2025-10-10T02:46:52.4447820Z PR_BODY: 2025-10-10T02:46:52.4447960Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:46:52.4448200Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:46:52.4448550Z ##[endgroup] 2025-10-10T02:47:04.3759730Z /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=6.103515625e-05 2025-10-10T02:47:04.3760420Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-10-10T02:47:04.8649650Z /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=9.1552734375e-05 2025-10-10T02:47:04.8650190Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-10-10T02:47:05.3516830Z /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-10-10T02:47:05.3517370Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-10-10T02:47:05.8271540Z /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-10-10T02:47:05.8272200Z check_eager_vs_compile(rc_c, rc_e, reduction_func, dtype) 2025-10-10T02:47:47.9133970Z [------------------------------------------------------------ -----------------------------------------------------------] 2025-10-10T02:47:47.9134420Z | 11x50x50 | 11x100x100 | 11x500x500 | 11x1000x1000 | 11x2000x2000 2025-10-10T02:47:47.9134800Z 1 threads: ---------------------------------------------------------------------------------------------------------------- 2025-10-10T02:47:47.9135200Z __getitem__ (torch.int8, torch.int64) | 283.8 | 283.7 | 381.8 | 676.2 | 1869.2 2025-10-10T02:47:47.9135600Z __getitem__ (torch.float16, torch.int64) | 282.2 | 288.4 | 387.2 | 680.6 | 1868.8 2025-10-10T02:47:47.9136030Z __getitem__ (torch.float32, torch.int64) | 277.3 | 279.5 | 387.2 | 665.7 | 1872.9 2025-10-10T02:47:47.9136270Z 2025-10-10T02:47:47.9136320Z Times are in microseconds (us). 2025-10-10T02:47:47.9136440Z 2025-10-10T02:47:47.9136580Z [------------------------------------------- ------------------------------------------] 2025-10-10T02:47:47.9136860Z | dense | transposed | strided | strided + transposed 2025-10-10T02:47:47.9137140Z 1 threads: ------------------------------------------------------------------------------ 2025-10-10T02:47:47.9137420Z sqrt (torch.float16) | 163.0 | 163.1 | 279.8 | 242.0 2025-10-10T02:47:47.9137910Z sqrt (torch.float32) | 156.6 | 158.9 | 278.4 | 243.2 2025-10-10T02:47:47.9138190Z sqrt (torch.bfloat16) | 162.9 | 163.2 | 280.5 | 247.6 2025-10-10T02:47:47.9138470Z sin (torch.float16) | 180.0 | 196.2 | 308.7 | 283.7 2025-10-10T02:47:47.9138750Z sin (torch.float32) | 195.4 | 188.0 | 283.1 | 275.7 2025-10-10T02:47:47.9139030Z sin (torch.bfloat16) | 208.8 | 208.7 | 310.7 | 286.5 2025-10-10T02:47:47.9147480Z 2025-10-10T02:47:47.9147990Z Times are in microseconds (us). 2025-10-10T02:47:47.9148120Z 2025-10-10T02:47:47.9148320Z [--------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------] 2025-10-10T02:47:47.9148880Z | eager-512x512 | compile-512x512 | eager-1024x1024 | compile-1024x1024 | eager-2048x2048 | compile-2048x2048 | eager-4096x4096 | compile-4096x4096 2025-10-10T02:47:47.9149430Z 1 threads: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2025-10-10T02:47:47.9149970Z sum (torch.float32) | 180.8 | 178.8 | 192.3 | 241.5 | 253.0 | 445.3 | 545.2 | 1235.0 2025-10-10T02:47:47.9150330Z max (torch.float32) | 243.1 | 226.6 | 299.9 | 310.7 | 504.4 | 442.0 | 1560.6 | 1208.6 2025-10-10T02:47:47.9150530Z 2025-10-10T02:47:47.9150590Z Times are in microseconds (us). 2025-10-10T02:47:47.9150690Z 2025-10-10T02:47:47.9150780Z [------------------------------- -------------------------------] 2025-10-10T02:47:47.9151000Z | eager | compile 2025-10-10T02:47:47.9151210Z 1 threads: ------------------------------------------------------- 2025-10-10T02:47:47.9151450Z cumsum-dim0-32x32 (torch.float16) | 150.5 | 184.9 2025-10-10T02:47:47.9151720Z cumsum-dim0-128x128 (torch.float16) | 164.2 | 175.1 2025-10-10T02:47:47.9151970Z cumsum-dim0-512x512 (torch.float16) | 198.3 | 210.8 2025-10-10T02:47:47.9152230Z cumsum-dim0-1024x1024 (torch.float16) | 284.5 | 301.7 2025-10-10T02:47:47.9152480Z cumsum-dim1-32x32 (torch.float16) | 176.6 | 203.3 2025-10-10T02:47:47.9152740Z cumsum-dim1-128x128 (torch.float16) | 162.9 | 174.9 2025-10-10T02:47:47.9152980Z cumsum-dim1-512x512 (torch.float16) | 186.0 | 198.1 2025-10-10T02:47:47.9153230Z cumsum-dim1-1024x1024 (torch.float16) | 227.8 | 256.7 2025-10-10T02:47:47.9153470Z cumsum-1d-100 (torch.float16) | 162.3 | 171.7 2025-10-10T02:47:47.9153720Z cumsum-1d-10000 (torch.float16) | 177.7 | 190.4 2025-10-10T02:47:47.9153970Z cumsum-1d-1000000 (torch.float16) | 226.7 | 255.7 2025-10-10T02:47:47.9154210Z cumsum-dim0-32x32 (torch.float32) | 172.0 | 194.3 2025-10-10T02:47:47.9154470Z cumsum-dim0-128x128 (torch.float32) | 164.0 | 175.5 2025-10-10T02:47:47.9154720Z cumsum-dim0-512x512 (torch.float32) | 179.2 | 212.1 2025-10-10T02:47:47.9155000Z cumsum-dim0-1024x1024 (torch.float32) | 285.3 | 301.3 2025-10-10T02:47:47.9155240Z cumsum-dim1-32x32 (torch.float32) | 172.3 | 184.6 2025-10-10T02:47:47.9155490Z cumsum-dim1-128x128 (torch.float32) | 162.6 | 174.9 2025-10-10T02:47:47.9155740Z cumsum-dim1-512x512 (torch.float32) | 191.9 | 204.8 2025-10-10T02:47:47.9155990Z cumsum-dim1-1024x1024 (torch.float32) | 247.1 | 272.5 2025-10-10T02:47:47.9156270Z cumsum-1d-100 (torch.float32) | 163.0 | 172.1 2025-10-10T02:47:47.9156500Z cumsum-1d-10000 (torch.float32) | 177.2 | 188.7 2025-10-10T02:47:47.9156730Z cumsum-1d-1000000 (torch.float32) | 232.0 | 261.8 2025-10-10T02:47:47.9156960Z cumsum-dim0-32x32 (torch.bfloat16) | 174.0 | 200.5 2025-10-10T02:47:47.9157220Z cumsum-dim0-128x128 (torch.bfloat16) | 165.5 | 177.6 2025-10-10T02:47:47.9157470Z cumsum-dim0-512x512 (torch.bfloat16) | 198.8 | 211.0 2025-10-10T02:47:47.9157720Z cumsum-dim0-1024x1024 (torch.bfloat16) | 288.6 | 305.5 2025-10-10T02:47:47.9158070Z cumsum-dim1-32x32 (torch.bfloat16) | 190.2 | 207.8 2025-10-10T02:47:47.9158310Z cumsum-dim1-128x128 (torch.bfloat16) | 164.3 | 176.4 2025-10-10T02:47:47.9158570Z cumsum-dim1-512x512 (torch.bfloat16) | 187.4 | 199.8 2025-10-10T02:47:47.9158820Z cumsum-dim1-1024x1024 (torch.bfloat16) | 233.9 | 264.4 2025-10-10T02:47:47.9159060Z cumsum-1d-100 (torch.bfloat16) | 158.7 | 170.7 2025-10-10T02:47:47.9159290Z cumsum-1d-10000 (torch.bfloat16) | 178.4 | 191.2 2025-10-10T02:47:47.9159550Z cumsum-1d-1000000 (torch.bfloat16) | 228.2 | 259.6 2025-10-10T02:47:47.9159700Z 2025-10-10T02:47:47.9159800Z Times are in microseconds (us). 2025-10-10T02:47:47.9159910Z 2025-10-10T02:47:47.9159990Z [-------------------------------- -------------------------------] 2025-10-10T02:47:47.9160210Z | eager | compile 2025-10-10T02:47:47.9160430Z 1 threads: -------------------------------------------------------- 2025-10-10T02:47:47.9160690Z cummin-dim0-32x32 (torch.float16) | 151.2 | 172.0 2025-10-10T02:47:47.9160940Z cummin-dim0-128x128 (torch.float16) | 169.1 | 183.2 2025-10-10T02:47:47.9161190Z cummin-dim0-512x512 (torch.float16) | 228.7 | 236.0 2025-10-10T02:47:47.9161440Z cummin-dim0-1024x1024 (torch.float16) | 367.2 | 385.1 2025-10-10T02:47:47.9161700Z cummin-dim1-32x32 (torch.float16) | 152.7 | 169.3 2025-10-10T02:47:47.9161950Z cummin-dim1-128x128 (torch.float16) | 152.7 | 169.4 2025-10-10T02:47:47.9162200Z cummin-dim1-512x512 (torch.float16) | 183.6 | 200.4 2025-10-10T02:47:47.9162450Z cummin-dim1-1024x1024 (torch.float16) | 252.4 | 282.7 2025-10-10T02:47:47.9162700Z cummin-1d-100 (torch.float16) | 156.6 | 169.9 2025-10-10T02:47:47.9162950Z cummin-1d-10000 (torch.float16) | 170.0 | 183.2 2025-10-10T02:47:47.9163190Z cummin-1d-1000000 (torch.float16) | 1870.6 | 1870.3 2025-10-10T02:47:47.9163440Z cummin-dim0-32x32 (torch.float32) | 152.7 | 171.4 2025-10-10T02:47:47.9163690Z cummin-dim0-128x128 (torch.float32) | 168.4 | 182.5 2025-10-10T02:47:47.9163950Z cummin-dim0-512x512 (torch.float32) | 228.7 | 247.4 2025-10-10T02:47:47.9164200Z cummin-dim0-1024x1024 (torch.float32) | 365.0 | 382.9 2025-10-10T02:47:47.9164440Z cummin-dim1-32x32 (torch.float32) | 152.0 | 168.6 2025-10-10T02:47:47.9164690Z cummin-dim1-128x128 (torch.float32) | 152.3 | 169.6 2025-10-10T02:47:47.9164940Z cummin-dim1-512x512 (torch.float32) | 185.5 | 203.0 2025-10-10T02:47:47.9165190Z cummin-dim1-1024x1024 (torch.float32) | 255.4 | 281.1 2025-10-10T02:47:47.9165440Z cummin-1d-100 (torch.float32) | 154.6 | 168.6 2025-10-10T02:47:47.9165690Z cummin-1d-10000 (torch.float32) | 168.0 | 185.4 2025-10-10T02:47:47.9165940Z cummin-1d-1000000 (torch.float32) | 2073.9 | 2104.8 2025-10-10T02:47:47.9166190Z cummin-dim0-32x32 (torch.bfloat16) | 158.6 | 171.9 2025-10-10T02:47:47.9166440Z cummin-dim0-128x128 (torch.bfloat16) | 166.5 | 183.2 2025-10-10T02:47:47.9166730Z cummin-dim0-512x512 (torch.bfloat16) | 229.8 | 248.1 2025-10-10T02:47:47.9167030Z cummin-dim0-1024x1024 (torch.bfloat16) | 363.1 | 377.3 2025-10-10T02:47:47.9167260Z cummin-dim1-32x32 (torch.bfloat16) | 151.1 | 168.1 2025-10-10T02:47:47.9167500Z cummin-dim1-128x128 (torch.bfloat16) | 152.2 | 169.3 2025-10-10T02:47:47.9167770Z cummin-dim1-512x512 (torch.bfloat16) | 182.9 | 200.6 2025-10-10T02:47:47.9168010Z cummin-dim1-1024x1024 (torch.bfloat16) | 254.8 | 282.2 2025-10-10T02:47:47.9168260Z cummin-1d-100 (torch.bfloat16) | 155.4 | 168.9 2025-10-10T02:47:47.9168600Z cummin-1d-10000 (torch.bfloat16) | 171.5 | 183.5 2025-10-10T02:47:47.9168850Z cummin-1d-1000000 (torch.bfloat16) | 1854.8 | 1859.6 2025-10-10T02:47:47.9169010Z 2025-10-10T02:47:47.9169070Z Times are in microseconds (us). 2025-10-10T02:47:47.9169190Z 2025-10-10T02:47:47.9169350Z [---------------------------------------------------------------------- ----------------------------------------------------------------------] 2025-10-10T02:47:47.9169750Z | dense-dense | transp-transp | dense-transp | transp-dense | dense-scalar | dense-bcast 2025-10-10T02:47:47.9170160Z 1 threads: ------------------------------------------------------------------------------------------------------------------------------------- 2025-10-10T02:47:47.9170590Z fmax (torch.float16, torch.float16) | 155.6 | 155.0 | 270.2 | 270.2 | 238.6 | 293.4 2025-10-10T02:47:47.9170970Z fmax (torch.float32, torch.float32) | 162.3 | 161.8 | 268.2 | 269.0 | 240.2 | 294.2 2025-10-10T02:47:47.9171380Z fmax (torch.float32, torch.float16) | 166.3 | 165.4 | 283.2 | 283.8 | 255.6 | 305.4 2025-10-10T02:47:47.9171770Z fmax (torch.bfloat16, torch.bfloat16) | 156.8 | 155.3 | 272.8 | 272.7 | 241.6 | 296.0 2025-10-10T02:47:47.9172160Z add (torch.float16, torch.float16) | 153.9 | 154.9 | 270.6 | 270.8 | 238.6 | 293.9 2025-10-10T02:47:47.9172540Z add (torch.float32, torch.float32) | 162.9 | 162.5 | 269.2 | 269.6 | 239.4 | 269.9 2025-10-10T02:47:47.9172930Z add (torch.float32, torch.float16) | 188.0 | 165.9 | 283.0 | 283.1 | 254.7 | 305.8 2025-10-10T02:47:47.9173300Z add (torch.bfloat16, torch.bfloat16) | 154.2 | 154.5 | 273.6 | 273.0 | 242.7 | 295.6 2025-10-10T02:47:47.9173520Z 2025-10-10T02:47:47.9173590Z Times are in microseconds (us). 2025-10-10T02:47:47.9173690Z 2025-10-10T02:47:48.3211770Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2025-10-10T02:47:48.3211980Z kill "$MONITOR_SCRIPT_PID" 2025-10-10T02:47:48.3224190Z shell: /bin/bash -e -l {0} 2025-10-10T02:47:48.3224330Z env: 2025-10-10T02:47:48.3224460Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:48.3224620Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:48.3224780Z TEST_CONFIG: mps 2025-10-10T02:47:48.3224920Z SHARD_NUMBER: 1 2025-10-10T02:47:48.3225050Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:48.3225190Z PR_BODY: 2025-10-10T02:47:48.3225300Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:48.3225530Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:48.3225750Z MONITOR_SCRIPT_PID: 28856 2025-10-10T02:47:48.3225910Z ##[endgroup] 2025-10-10T02:47:48.3947890Z Prepare all required actions 2025-10-10T02:47:48.3948230Z Getting action download info 2025-10-10T02:47:48.5401790Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-10-10T02:47:48.7590070Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-10-10T02:47:49.0557140Z ##[group]Run ./.github/actions/upload-test-artifacts 2025-10-10T02:47:49.0557380Z with: 2025-10-10T02:47:49.0557480Z use-gha: true 2025-10-10T02:47:49.0557650Z file-suffix: test-mps-1-1-macos-m2-15_52410714318 2025-10-10T02:47:49.0557880Z s3-bucket: gha-artifacts 2025-10-10T02:47:49.0558020Z env: 2025-10-10T02:47:49.0558130Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:49.0558290Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:49.0558450Z TEST_CONFIG: mps 2025-10-10T02:47:49.0558560Z SHARD_NUMBER: 1 2025-10-10T02:47:49.0558680Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:49.0558820Z PR_BODY: 2025-10-10T02:47:49.0558930Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:49.0559140Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:49.0559370Z ##[endgroup] 2025-10-10T02:47:49.0604230Z ##[group]Run actions/upload-artifact@v4 2025-10-10T02:47:49.0604390Z with: 2025-10-10T02:47:49.0604630Z name: test-jsons-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip 2025-10-10T02:47:49.0604870Z retention-days: 14 2025-10-10T02:47:49.0605000Z if-no-files-found: warn 2025-10-10T02:47:49.0605140Z path: test/**/*.json 2025-10-10T02:47:49.0605270Z compression-level: 6 2025-10-10T02:47:49.0605390Z overwrite: false 2025-10-10T02:47:49.0605610Z include-hidden-files: false 2025-10-10T02:47:49.0605750Z env: 2025-10-10T02:47:49.0605850Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:49.0606000Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:49.0606150Z TEST_CONFIG: mps 2025-10-10T02:47:49.0606260Z SHARD_NUMBER: 1 2025-10-10T02:47:49.0606380Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:49.0606510Z PR_BODY: 2025-10-10T02:47:49.0606620Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:49.0606820Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:49.0607030Z ##[endgroup] 2025-10-10T02:47:49.4255170Z With the provided path, there will be 6 files uploaded 2025-10-10T02:47:49.4258520Z Artifact name is valid! 2025-10-10T02:47:49.4259270Z Root directory input is valid! 2025-10-10T02:47:49.4808600Z Beginning upload of artifact content to blob storage 2025-10-10T02:47:49.5329890Z Uploaded bytes 42151 2025-10-10T02:47:49.5466440Z Finished uploading artifact content to blob storage! 2025-10-10T02:47:49.5467800Z SHA256 digest of uploaded artifact zip is babbc240edbeafbec399dbd7b031fe52070151114ebe1659b9437b066d317407 2025-10-10T02:47:49.5468490Z Finalizing artifact upload 2025-10-10T02:47:49.6174340Z Artifact test-jsons-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip.zip successfully finalized. Artifact ID 4233104183 2025-10-10T02:47:49.6175550Z Artifact test-jsons-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip has been successfully uploaded! Final size is 42151 bytes. Artifact ID is 4233104183 2025-10-10T02:47:49.6191170Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/18392306051/artifacts/4233104183 2025-10-10T02:47:49.6307960Z ##[group]Run actions/upload-artifact@v4 2025-10-10T02:47:49.6308220Z with: 2025-10-10T02:47:49.6308530Z name: test-reports-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip 2025-10-10T02:47:49.6308910Z retention-days: 14 2025-10-10T02:47:49.6309120Z if-no-files-found: ignore 2025-10-10T02:47:49.6309350Z path: test/**/*.xml test/**/*.csv 2025-10-10T02:47:49.6309630Z compression-level: 6 2025-10-10T02:47:49.6309860Z overwrite: false 2025-10-10T02:47:49.6310100Z include-hidden-files: false 2025-10-10T02:47:49.6310330Z env: 2025-10-10T02:47:49.6310520Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:49.6310770Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:49.6311440Z TEST_CONFIG: mps 2025-10-10T02:47:49.6311660Z SHARD_NUMBER: 1 2025-10-10T02:47:49.6311880Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:49.6312080Z PR_BODY: 2025-10-10T02:47:49.6312280Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:49.6312670Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:49.6313130Z ##[endgroup] 2025-10-10T02:47:49.9987670Z With the provided path, there will be 58 files uploaded 2025-10-10T02:47:49.9990410Z Artifact name is valid! 2025-10-10T02:47:49.9990690Z Root directory input is valid! 2025-10-10T02:47:50.0533080Z Beginning upload of artifact content to blob storage 2025-10-10T02:47:50.2155610Z Uploaded bytes 353123 2025-10-10T02:47:50.2286020Z Finished uploading artifact content to blob storage! 2025-10-10T02:47:50.2287470Z SHA256 digest of uploaded artifact zip is dd142f9ee1a7a3423a17fd7ef8970b50a7a54840b12f5aa2e042447b00354a82 2025-10-10T02:47:50.2288300Z Finalizing artifact upload 2025-10-10T02:47:50.3002360Z Artifact test-reports-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip.zip successfully finalized. Artifact ID 4233104232 2025-10-10T02:47:50.3003710Z Artifact test-reports-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip has been successfully uploaded! Final size is 353123 bytes. Artifact ID is 4233104232 2025-10-10T02:47:50.3019300Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/18392306051/artifacts/4233104232 2025-10-10T02:47:50.3134290Z ##[group]Run actions/upload-artifact@v4 2025-10-10T02:47:50.3134630Z with: 2025-10-10T02:47:50.3134990Z name: logs-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip 2025-10-10T02:47:50.3135410Z retention-days: 14 2025-10-10T02:47:50.3135850Z if-no-files-found: ignore 2025-10-10T02:47:50.3136140Z path: usage_log.txt test/**/*.log 2025-10-10T02:47:50.3136480Z compression-level: 6 2025-10-10T02:47:50.3136750Z overwrite: false 2025-10-10T02:47:50.3137010Z include-hidden-files: false 2025-10-10T02:47:50.3137300Z env: 2025-10-10T02:47:50.3137530Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:50.3137860Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:50.3138160Z TEST_CONFIG: mps 2025-10-10T02:47:50.3138440Z SHARD_NUMBER: 1 2025-10-10T02:47:50.3138690Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:50.3138930Z PR_BODY: 2025-10-10T02:47:50.3139170Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:50.3139570Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:50.3139980Z ##[endgroup] 2025-10-10T02:47:50.6906550Z Multiple search paths detected. Calculating the least common ancestor of all paths 2025-10-10T02:47:50.6907530Z The least common ancestor is /Users/ec2-user/runner/_work/pytorch/pytorch. This will be the root directory of the artifact 2025-10-10T02:47:50.6908010Z With the provided path, there will be 56 files uploaded 2025-10-10T02:47:50.6910160Z Artifact name is valid! 2025-10-10T02:47:50.6910440Z Root directory input is valid! 2025-10-10T02:47:50.7555620Z Beginning upload of artifact content to blob storage 2025-10-10T02:47:50.9891540Z Uploaded bytes 446091 2025-10-10T02:47:51.0120200Z Finished uploading artifact content to blob storage! 2025-10-10T02:47:51.0122680Z SHA256 digest of uploaded artifact zip is 809c0a9a0218e6fc8a7970542f8847ef0de3aaa13f1647176b8272c516205d40 2025-10-10T02:47:51.0124090Z Finalizing artifact upload 2025-10-10T02:47:51.0983110Z Artifact logs-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip.zip successfully finalized. Artifact ID 4233104283 2025-10-10T02:47:51.0987300Z Artifact logs-runattempt1-test-mps-1-1-macos-m2-15_52410714318.zip has been successfully uploaded! Final size is 446091 bytes. Artifact ID is 4233104283 2025-10-10T02:47:51.1021970Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/18392306051/artifacts/4233104283 2025-10-10T02:47:51.1403430Z ##[group]Run pytorch/test-infra/.github/actions/upload-benchmark-results@main 2025-10-10T02:47:51.1404020Z with: 2025-10-10T02:47:51.1404370Z benchmark-results-dir: test/test-reports 2025-10-10T02:47:51.1404780Z dry-run: false 2025-10-10T02:47:51.1405050Z schema-version: v3 2025-10-10T02:47:51.1405720Z github-token: *** 2025-10-10T02:47:51.1406000Z env: 2025-10-10T02:47:51.1406230Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:51.1406610Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:51.1407010Z TEST_CONFIG: mps 2025-10-10T02:47:51.1407480Z SHARD_NUMBER: 1 2025-10-10T02:47:51.1407770Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:51.1408070Z PR_BODY: 2025-10-10T02:47:51.1408350Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:51.1408810Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:51.1409270Z ##[endgroup] 2025-10-10T02:47:51.1434430Z ##[group]Run set -eux 2025-10-10T02:47:51.1434800Z set -eux 2025-10-10T02:47:51.1435130Z  2025-10-10T02:47:51.1435440Z if [[ -n "" ]]; then 2025-10-10T02:47:51.1435770Z  source "" 2025-10-10T02:47:51.1436100Z fi 2025-10-10T02:47:51.1436560Z python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-10-10T02:47:51.1437070Z  2025-10-10T02:47:51.1437330Z DEVICE_NAME="" 2025-10-10T02:47:51.1437650Z DEVICE_TYPE="" 2025-10-10T02:47:51.1437930Z  2025-10-10T02:47:51.1438180Z if command -v nvidia-smi; then 2025-10-10T02:47:51.1438730Z  # NB: I'm using PyTorch here to get the device name, however, it needs to 2025-10-10T02:47:51.1439440Z  # install the correct version of PyTorch manually for now. Any PyTorch 2025-10-10T02:47:51.1440080Z  # version is fine, I just use 2.7.1 to satify PYPIDEP linter 2025-10-10T02:47:51.1440600Z  python3 -mpip install torch==2.7.1 2025-10-10T02:47:51.1441260Z elif command -v rocminfo; then 2025-10-10T02:47:51.1441840Z  # NB: Installing torch on ROCm runner with pip here causes CI to fail 2025-10-10T02:47:51.1442530Z  # with a memoryview is too large error only on MI300 runners. Is pip 2025-10-10T02:47:51.1443220Z  # version on ROCm runner there too old? As a workaround, let's use the 2025-10-10T02:47:51.1443780Z  # GPU device name coming from rocminfo instead 2025-10-10T02:47:51.1444180Z  DEVICE_NAME=rocm 2025-10-10T02:47:51.1444690Z  DEVICE_TYPE=$(rocminfo | grep "Marketing Name" | tail -n1 | awk -F':' '{print $2}' | xargs) 2025-10-10T02:47:51.1445260Z fi 2025-10-10T02:47:51.1445500Z  2025-10-10T02:47:51.1445760Z echo "DEVICE_NAME=$DEVICE_NAME" >> $GITHUB_ENV 2025-10-10T02:47:51.1446210Z echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV 2025-10-10T02:47:51.1466160Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:51.1466560Z env: 2025-10-10T02:47:51.1466780Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:51.1467070Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:51.1467370Z TEST_CONFIG: mps 2025-10-10T02:47:51.1467600Z SHARD_NUMBER: 1 2025-10-10T02:47:51.1467850Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:51.1468080Z PR_BODY: 2025-10-10T02:47:51.1468320Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:51.1468740Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:51.1469140Z ##[endgroup] 2025-10-10T02:47:51.1814350Z + [[ -n '' ]] 2025-10-10T02:47:51.1814840Z + python3 -mpip install boto3==1.35.33 psutil==7.0.0 pynvml==12.0.0 2025-10-10T02:47:51.7696780Z Collecting boto3==1.35.33 2025-10-10T02:47:51.7718920Z Using cached boto3-1.35.33-py3-none-any.whl.metadata (6.6 kB) 2025-10-10T02:47:51.8096750Z Collecting psutil==7.0.0 2025-10-10T02:47:51.8110180Z Using cached psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl.metadata (22 kB) 2025-10-10T02:47:51.8220760Z Collecting pynvml==12.0.0 2025-10-10T02:47:51.8238590Z Using cached pynvml-12.0.0-py3-none-any.whl.metadata (5.4 kB) 2025-10-10T02:47:51.8275800Z Requirement already satisfied: botocore<1.36.0,>=1.35.33 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.33) (1.35.99) 2025-10-10T02:47:51.8278400Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.33) (1.0.1) 2025-10-10T02:47:51.8280760Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.33) (0.10.4) 2025-10-10T02:47:51.8380830Z Collecting nvidia-ml-py<13.0.0a0,>=12.0.0 (from pynvml==12.0.0) 2025-10-10T02:47:51.8397740Z Using cached nvidia_ml_py-12.575.51-py3-none-any.whl.metadata (9.3 kB) 2025-10-10T02:47:51.8444770Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (2.9.0.post0) 2025-10-10T02:47:51.8450090Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.33->boto3==1.35.33) (1.26.20) 2025-10-10T02:47:51.8472230Z Requirement already satisfied: six>=1.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/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-10-10T02:47:51.8525020Z Using cached boto3-1.35.33-py3-none-any.whl (139 kB) 2025-10-10T02:47:51.8558710Z Using cached psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl (239 kB) 2025-10-10T02:47:51.8585830Z Using cached pynvml-12.0.0-py3-none-any.whl (26 kB) 2025-10-10T02:47:51.8604210Z Using cached nvidia_ml_py-12.575.51-py3-none-any.whl (47 kB) 2025-10-10T02:47:52.0251000Z Installing collected packages: nvidia-ml-py, pynvml, psutil, boto3 2025-10-10T02:47:52.0659540Z Attempting uninstall: psutil 2025-10-10T02:47:52.0686490Z Found existing installation: psutil 5.9.8 2025-10-10T02:47:52.0725510Z Uninstalling psutil-5.9.8: 2025-10-10T02:47:52.0731940Z Successfully uninstalled psutil-5.9.8 2025-10-10T02:47:52.1584030Z Attempting uninstall: boto3 2025-10-10T02:47:52.1598660Z Found existing installation: boto3 1.35.42 2025-10-10T02:47:52.1653760Z Uninstalling boto3-1.35.42: 2025-10-10T02:47:52.1673830Z Successfully uninstalled boto3-1.35.42 2025-10-10T02:47:52.2065440Z 2025-10-10T02:47:52.2117420Z Successfully installed boto3-1.35.33 nvidia-ml-py-12.575.51 psutil-7.0.0 pynvml-12.0.0 2025-10-10T02:47:52.2474400Z + DEVICE_NAME= 2025-10-10T02:47:52.2474580Z + DEVICE_TYPE= 2025-10-10T02:47:52.2474730Z + command -v nvidia-smi 2025-10-10T02:47:52.2475150Z + command -v rocminfo 2025-10-10T02:47:52.2475410Z + echo DEVICE_NAME= 2025-10-10T02:47:52.2476990Z + echo DEVICE_TYPE= 2025-10-10T02:47:52.2509910Z ##[group]Run set -eux 2025-10-10T02:47:52.2510080Z set -eux 2025-10-10T02:47:52.2510240Z  2025-10-10T02:47:52.2510400Z if [[ -z "${GITHUB_TOKEN}" ]]; then 2025-10-10T02:47:52.2510610Z  echo "Missing github-token input" 2025-10-10T02:47:52.2510810Z  exit 1 2025-10-10T02:47:52.2510950Z fi 2025-10-10T02:47:52.2523100Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:52.2523330Z env: 2025-10-10T02:47:52.2523450Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:52.2523640Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:52.2523830Z TEST_CONFIG: mps 2025-10-10T02:47:52.2523980Z SHARD_NUMBER: 1 2025-10-10T02:47:52.2524130Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:52.2524280Z PR_BODY: 2025-10-10T02:47:52.2524410Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:52.2524660Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:52.2524910Z DEVICE_NAME: 2025-10-10T02:47:52.2525040Z DEVICE_TYPE: 2025-10-10T02:47:52.2525500Z GITHUB_TOKEN: *** 2025-10-10T02:47:52.2525660Z ##[endgroup] 2025-10-10T02:47:52.2788080Z + [[ -z *** ]] 2025-10-10T02:47:52.2839980Z ##[group]Run pytorch/test-infra/.github/actions/get-workflow-job-id@main 2025-10-10T02:47:52.2840240Z with: 2025-10-10T02:47:52.2840440Z github-token: *** 2025-10-10T02:47:52.2840590Z env: 2025-10-10T02:47:52.2840710Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:52.2840880Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:52.2841070Z TEST_CONFIG: mps 2025-10-10T02:47:52.2841220Z SHARD_NUMBER: 1 2025-10-10T02:47:52.2841360Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:52.2841610Z PR_BODY: 2025-10-10T02:47:52.2841760Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:52.2841980Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:52.2842220Z DEVICE_NAME: 2025-10-10T02:47:52.2842360Z DEVICE_TYPE: 2025-10-10T02:47:52.2842490Z ##[endgroup] 2025-10-10T02:47:52.2852120Z ##[group]Run set -eux 2025-10-10T02:47:52.2852280Z set -eux 2025-10-10T02:47:52.2852430Z  2025-10-10T02:47:52.2852700Z python3 "${GITHUB_ACTION_PATH}/../../scripts/get_workflow_job_id.py" "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-10-10T02:47:52.2864220Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:52.2864530Z env: 2025-10-10T02:47:52.2864680Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:52.2864860Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:52.2865050Z TEST_CONFIG: mps 2025-10-10T02:47:52.2865190Z SHARD_NUMBER: 1 2025-10-10T02:47:52.2865330Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:52.2865480Z PR_BODY: 2025-10-10T02:47:52.2865620Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:52.2865850Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:52.2866090Z DEVICE_NAME: 2025-10-10T02:47:52.2866240Z DEVICE_TYPE: 2025-10-10T02:47:52.2866470Z GITHUB_TOKEN: *** 2025-10-10T02:47:52.2866710Z ##[endgroup] 2025-10-10T02:47:52.3104950Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/get-workflow-job-id/../../scripts/get_workflow_job_id.py 18392306051 i-010629314babc3a30 2025-10-10T02:47:53.9681050Z setting job-id=52410714318 2025-10-10T02:47:53.9682810Z setting job-name=macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:47:54.0011230Z ##[group]Run set -eux 2025-10-10T02:47:54.0011710Z set -eux 2025-10-10T02:47:54.0012040Z  2025-10-10T02:47:54.0012380Z if [[ -n "" ]]; then 2025-10-10T02:47:54.0012820Z  source "" 2025-10-10T02:47:54.0013180Z fi 2025-10-10T02:47:54.0013650Z  2025-10-10T02:47:54.0014240Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_metadata.py" \ 2025-10-10T02:47:54.0014990Z  --schema-version "${SCHEMA_VERSION}" \ 2025-10-10T02:47:54.0015520Z  --repo "${REPO}" \ 2025-10-10T02:47:54.0016090Z  --head-branch "${HEAD_BRANCH}" \ 2025-10-10T02:47:54.0016720Z  --head-sha "${HEAD_SHA}" \ 2025-10-10T02:47:54.0017300Z  --workflow-id "${WORKFLOW_RUN_ID}" \ 2025-10-10T02:47:54.0017880Z  --run-attempt "${RUN_ATTEMPT}" \ 2025-10-10T02:47:54.0018360Z  --job-id "${JOB_ID}" \ 2025-10-10T02:47:54.0018820Z  --job-name "${JOB_NAME}" 2025-10-10T02:47:54.0047850Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:54.0048440Z env: 2025-10-10T02:47:54.0048770Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:54.0049170Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:54.0049730Z TEST_CONFIG: mps 2025-10-10T02:47:54.0050150Z SHARD_NUMBER: 1 2025-10-10T02:47:54.0050480Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:54.0050870Z PR_BODY: 2025-10-10T02:47:54.0051230Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:54.0051840Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:54.0052420Z DEVICE_NAME: 2025-10-10T02:47:54.0052780Z DEVICE_TYPE: 2025-10-10T02:47:54.0053150Z SCHEMA_VERSION: v3 2025-10-10T02:47:54.0054150Z REPO: pytorch/pytorch 2025-10-10T02:47:54.0054580Z HEAD_BRANCH: refs/heads/main 2025-10-10T02:47:54.0055060Z HEAD_SHA: 344e6365a0068c2d2847fcec0c55dd53291d475e 2025-10-10T02:47:54.0055600Z WORKFLOW_RUN_ID: 18392306051 2025-10-10T02:47:54.0056020Z RUN_ATTEMPT: 1 2025-10-10T02:47:54.0056350Z JOB_ID: 52410714318 2025-10-10T02:47:54.0056850Z JOB_NAME: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:47:54.0057490Z ##[endgroup] 2025-10-10T02:47:54.0482340Z + [[ -n '' ]] 2025-10-10T02:47:54.0483840Z + 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 344e6365a0068c2d2847fcec0c55dd53291d475e --workflow-id 18392306051 --run-attempt 1 --job-id 52410714318 --job-name 'macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)' 2025-10-10T02:47:54.0784740Z ##[group]Run set -eux 2025-10-10T02:47:54.0784920Z set -eux 2025-10-10T02:47:54.0785060Z  2025-10-10T02:47:54.0785200Z if [[ -n "" ]]; then 2025-10-10T02:47:54.0785360Z  source "" 2025-10-10T02:47:54.0785550Z fi 2025-10-10T02:47:54.0785680Z  2025-10-10T02:47:54.0785910Z python3 "${GITHUB_ACTION_PATH}/../../scripts/benchmarks/gather_runners_info.py" 2025-10-10T02:47:54.0798030Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:54.0798250Z env: 2025-10-10T02:47:54.0798380Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:54.0798560Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:54.0798750Z TEST_CONFIG: mps 2025-10-10T02:47:54.0798890Z SHARD_NUMBER: 1 2025-10-10T02:47:54.0799020Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:54.0799170Z PR_BODY: 2025-10-10T02:47:54.0799300Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:54.0799540Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:54.0799980Z DEVICE_NAME: 2025-10-10T02:47:54.0800120Z DEVICE_TYPE: 2025-10-10T02:47:54.0800260Z ##[endgroup] 2025-10-10T02:47:54.1047600Z + [[ -n '' ]] 2025-10-10T02:47:54.1048160Z + python3 /Users/ec2-user/runner/_work/_actions/pytorch/test-infra/main/.github/actions/upload-benchmark-results/../../scripts/benchmarks/gather_runners_info.py 2025-10-10T02:47:55.2964000Z ##[group]Run set -eux 2025-10-10T02:47:55.2964200Z set -eux 2025-10-10T02:47:55.2964330Z  2025-10-10T02:47:55.2964490Z # TODO (huydhn): Implement this part 2025-10-10T02:47:55.2964720Z echo "dependencies={}" >> "${GITHUB_OUTPUT}" 2025-10-10T02:47:55.2978320Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:55.2978540Z env: 2025-10-10T02:47:55.2978670Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:55.2978850Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:55.2979040Z TEST_CONFIG: mps 2025-10-10T02:47:55.2979170Z SHARD_NUMBER: 1 2025-10-10T02:47:55.2979340Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:55.2979490Z PR_BODY: 2025-10-10T02:47:55.2979620Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:55.2979860Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:55.2980130Z DEVICE_NAME: 2025-10-10T02:47:55.2980260Z DEVICE_TYPE: 2025-10-10T02:47:55.2980400Z ##[endgroup] 2025-10-10T02:47:55.3237470Z + echo 'dependencies={}' 2025-10-10T02:47:55.3260640Z ##[group]Run set -eux 2025-10-10T02:47:55.3260800Z set -eux 2025-10-10T02:47:55.3260940Z  2025-10-10T02:47:55.3261080Z if [[ -n "" ]]; then 2025-10-10T02:47:55.3261240Z  source "" 2025-10-10T02:47:55.3261410Z fi 2025-10-10T02:47:55.3261540Z  2025-10-10T02:47:55.3261710Z if [[ ! -d "${BENCHMARK_RESULTS_DIR}" ]]; then 2025-10-10T02:47:55.3261980Z  echo "${BENCHMARK_RESULTS_DIR} does not exist, skipping" 2025-10-10T02:47:55.3262280Z  # We don't want the job to fail if the directory doesn't exist 2025-10-10T02:47:55.3262520Z  exit 0 2025-10-10T02:47:55.3262930Z fi 2025-10-10T02:47:55.3263110Z  2025-10-10T02:47:55.3263280Z if [[ "${DRY_RUN}" == "true" ]]; then 2025-10-10T02:47:55.3263610Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-10-10T02:47:55.3263960Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-10-10T02:47:55.3264210Z  --metadata "${BENCHMARK_METADATA}" \ 2025-10-10T02:47:55.3264420Z  --runners "${RUNNER_INFO}" \ 2025-10-10T02:47:55.3264630Z  --dependencies "${DEPENDENCIES}" \ 2025-10-10T02:47:55.3265030Z  --dry-run 2025-10-10T02:47:55.3265180Z else 2025-10-10T02:47:55.3265400Z  python3 "${GITHUB_ACTION_PATH}/../../scripts/upload_benchmark_results.py" \ 2025-10-10T02:47:55.3265750Z  --benchmark-results-dir "${BENCHMARK_RESULTS_DIR}" \ 2025-10-10T02:47:55.3266010Z  --metadata "${BENCHMARK_METADATA}" \ 2025-10-10T02:47:55.3266230Z  --runners "${RUNNER_INFO}" \ 2025-10-10T02:47:55.3266420Z  --dependencies "${DEPENDENCIES}" 2025-10-10T02:47:55.3266640Z fi 2025-10-10T02:47:55.3277570Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:55.3277780Z env: 2025-10-10T02:47:55.3277910Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:55.3278090Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:55.3278260Z TEST_CONFIG: mps 2025-10-10T02:47:55.3278430Z SHARD_NUMBER: 1 2025-10-10T02:47:55.3278580Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:55.3278720Z PR_BODY: 2025-10-10T02:47:55.3278860Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:55.3279080Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:55.3279320Z DEVICE_NAME: 2025-10-10T02:47:55.3279460Z DEVICE_TYPE: 2025-10-10T02:47:55.3279600Z BENCHMARK_RESULTS_DIR: test/test-reports 2025-10-10T02:47:55.3279970Z DRY_RUN: false 2025-10-10T02:47:55.3280640Z BENCHMARK_METADATA: {"timestamp": 1760064474, "schema_version": "v3", "name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "344e6365a0068c2d2847fcec0c55dd53291d475e", "workflow_id": 18392306051, "run_attempt": 1, "job_id": 52410714318} 2025-10-10T02:47:55.3281520Z RUNNER_INFO: [{"cpu_info": "arm", "cpu_count": 12, "avail_mem_in_gb": 32, "extra_info": {"hostname": "ip-10-0-3-168.ec2.internal"}, "name": "", "type": ""}] 2025-10-10T02:47:55.3281880Z DEPENDENCIES: {} 2025-10-10T02:47:55.3282020Z ##[endgroup] 2025-10-10T02:47:55.3515140Z + [[ -n '' ]] 2025-10-10T02:47:55.3515360Z + [[ ! -d test/test-reports ]] 2025-10-10T02:47:55.3515550Z + [[ false == \t\r\u\e ]] 2025-10-10T02:47:55.3517160Z + 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": 1760064474, "schema_version": "v3", "name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", "repo": "pytorch/pytorch", "head_branch": "refs/heads/main", "head_sha": "344e6365a0068c2d2847fcec0c55dd53291d475e", "workflow_id": 18392306051, "run_attempt": 1, "job_id": 52410714318}' --runners '[{"cpu_info": "arm", "cpu_count": 12, "avail_mem_in_gb": 32, "extra_info": {"hostname": "ip-10-0-3-168.ec2.internal"}, "name": "", "type": ""}]' --dependencies '{}' 2025-10-10T02:47:55.4417350Z /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': 'inductor/test_mps_basic'}, {'test_file': 'test_mps'}, {'test_file': 'test_modules'}, {'test_file': 'nn/test_dropout'}, {'test_file': 'nn/test_convolution'}, {'test_file': 'nn/test_pooling'}, {'test_file': 'test_nn'}, {'test_file': 'test_view_ops'}, {'test_file': 'test_metal'}], 'excluded': []} from test/test-reports/td_exclusions-41af726f98dc1976d9fc.json is not a benchmark record, skipping 2025-10-10T02:47:55.4419040Z warn(f"{result} from {filepath} is not a benchmark record, skipping") 2025-10-10T02:47:55.4559150Z Prepare all required actions 2025-10-10T02:47:55.4559420Z Getting action download info 2025-10-10T02:47:55.5726030Z ##[group]Run ./.github/actions/upload-utilization-stats 2025-10-10T02:47:55.5726440Z with: 2025-10-10T02:47:55.5726670Z job_id: 52410714318 2025-10-10T02:47:55.5727010Z job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:47:55.5727550Z workflow_name: trunk 2025-10-10T02:47:55.5727830Z workflow_run_id: 18392306051 2025-10-10T02:47:55.5728140Z workflow_attempt: 1 2025-10-10T02:47:55.5728420Z local_path: usage_log.txt 2025-10-10T02:47:55.5728690Z env: 2025-10-10T02:47:55.5728930Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:55.5729250Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:55.5729590Z TEST_CONFIG: mps 2025-10-10T02:47:55.5743230Z SHARD_NUMBER: 1 2025-10-10T02:47:55.5743450Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:55.5743670Z PR_BODY: 2025-10-10T02:47:55.5743890Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:55.5744300Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:55.5744660Z DEVICE_NAME: 2025-10-10T02:47:55.5744860Z DEVICE_TYPE: 2025-10-10T02:47:55.5745060Z ##[endgroup] 2025-10-10T02:47:55.5761260Z ##[group]Run echo "workflow_id: 18392306051" 2025-10-10T02:47:55.5761580Z echo "workflow_id: 18392306051" 2025-10-10T02:47:55.5761890Z echo "workflow_attempt: 1" 2025-10-10T02:47:55.5762190Z echo "workflow_Name: trunk" 2025-10-10T02:47:55.5762480Z echo "job_id: 52410714318" 2025-10-10T02:47:55.5762870Z echo "job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)" 2025-10-10T02:47:55.5763390Z echo "artifact_prefix: " 2025-10-10T02:47:55.5763680Z python3 --version 2025-10-10T02:47:55.5780300Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:55.5780670Z env: 2025-10-10T02:47:55.5780880Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:55.5781170Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:55.5781470Z TEST_CONFIG: mps 2025-10-10T02:47:55.5781700Z SHARD_NUMBER: 1 2025-10-10T02:47:55.5781900Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:55.5782130Z PR_BODY: 2025-10-10T02:47:55.5782350Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:55.5782710Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:55.5783080Z DEVICE_NAME: 2025-10-10T02:47:55.5783310Z DEVICE_TYPE: 2025-10-10T02:47:55.5783510Z ##[endgroup] 2025-10-10T02:47:55.6103520Z workflow_id: 18392306051 2025-10-10T02:47:55.6103790Z workflow_attempt: 1 2025-10-10T02:47:55.6103940Z workflow_Name: trunk 2025-10-10T02:47:55.6104120Z job_id: 52410714318 2025-10-10T02:47:55.6104380Z job_name: macos-py3-arm64 / test (mps, 1, 1, macos-m2-15) 2025-10-10T02:47:55.6104630Z artifact_prefix: 2025-10-10T02:47:55.6176100Z Python 3.12.12 2025-10-10T02:47:55.6204350Z ##[group]Run nick-fields/retry@v3.0.0 2025-10-10T02:47:55.6204550Z with: 2025-10-10T02:47:55.6204700Z shell: bash 2025-10-10T02:47:55.6204880Z timeout_minutes: 5 2025-10-10T02:47:55.6205080Z max_attempts: 5 2025-10-10T02:47:55.6205230Z retry_wait_seconds: 30 2025-10-10T02:47:55.6205580Z 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-10-10T02:47:55.6205940Z polling_interval_seconds: 1 2025-10-10T02:47:55.6206140Z warning_on_retry: true 2025-10-10T02:47:55.6206320Z continue_on_error: false 2025-10-10T02:47:55.6206490Z env: 2025-10-10T02:47:55.6206620Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:55.6206810Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:55.6207010Z TEST_CONFIG: mps 2025-10-10T02:47:55.6207170Z SHARD_NUMBER: 1 2025-10-10T02:47:55.6207320Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:55.6207470Z PR_BODY: 2025-10-10T02:47:55.6207620Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:55.6207870Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:55.6208110Z DEVICE_NAME: 2025-10-10T02:47:55.6208590Z DEVICE_TYPE: 2025-10-10T02:47:55.6208740Z ##[endgroup] 2025-10-10T02:47:55.8780300Z Collecting python-dateutil==2.8.2 2025-10-10T02:47:55.8794380Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2025-10-10T02:47:56.0093760Z Collecting boto3==1.35.42 2025-10-10T02:47:56.0115340Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-10-10T02:47:56.0696280Z Collecting pandas==2.1.3 2025-10-10T02:47:56.0710270Z Using cached pandas-2.1.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (18 kB) 2025-10-10T02:47:56.0836540Z Requirement already satisfied: dataclasses_json==0.6.7 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (0.6.7) 2025-10-10T02:47:56.0841400Z Requirement already satisfied: six>=1.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from python-dateutil==2.8.2) (1.17.0) 2025-10-10T02:47:56.0846340Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.42) (1.35.99) 2025-10-10T02:47:56.0848700Z Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.42) (1.0.1) 2025-10-10T02:47:56.0851030Z Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from boto3==1.35.42) (0.10.4) 2025-10-10T02:47:56.0856340Z Requirement already satisfied: numpy<2,>=1.26.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from pandas==2.1.3) (1.26.2) 2025-10-10T02:47:56.0866190Z Requirement already satisfied: pytz>=2020.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from pandas==2.1.3) (2025.2) 2025-10-10T02:47:56.0868030Z Requirement already satisfied: tzdata>=2022.1 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from pandas==2.1.3) (2025.2) 2025-10-10T02:47:56.0877980Z Requirement already satisfied: marshmallow<4.0.0,>=3.18.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (3.26.1) 2025-10-10T02:47:56.0881130Z Requirement already satisfied: typing-inspect<1,>=0.4.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from dataclasses_json==0.6.7) (0.9.0) 2025-10-10T02:47:56.0902680Z Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from botocore<1.36.0,>=1.35.42->boto3==1.35.42) (1.26.20) 2025-10-10T02:47:56.0911300Z Requirement already satisfied: packaging>=17.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from marshmallow<4.0.0,>=3.18.0->dataclasses_json==0.6.7) (23.1) 2025-10-10T02:47:56.0945400Z Requirement already satisfied: mypy-extensions>=0.3.0 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (1.1.0) 2025-10-10T02:47:56.0947730Z Requirement already satisfied: typing-extensions>=3.7.4 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287/lib/python3.12/site-packages (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.7) (4.12.2) 2025-10-10T02:47:56.0994460Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2025-10-10T02:47:56.1049020Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-10-10T02:47:56.1081330Z Using cached pandas-2.1.3-cp312-cp312-macosx_11_0_arm64.whl (10.6 MB) 2025-10-10T02:47:56.2296420Z Installing collected packages: python-dateutil, pandas, boto3 2025-10-10T02:47:56.2299150Z Attempting uninstall: python-dateutil 2025-10-10T02:47:56.2316710Z Found existing installation: python-dateutil 2.9.0.post0 2025-10-10T02:47:56.2340810Z Uninstalling python-dateutil-2.9.0.post0: 2025-10-10T02:47:56.2348550Z Successfully uninstalled python-dateutil-2.9.0.post0 2025-10-10T02:47:56.2678090Z Attempting uninstall: pandas 2025-10-10T02:47:56.2710010Z Found existing installation: pandas 2.0.3 2025-10-10T02:47:56.3373920Z Uninstalling pandas-2.0.3: 2025-10-10T02:47:56.4104310Z Successfully uninstalled pandas-2.0.3 2025-10-10T02:47:58.7770640Z Attempting uninstall: boto3 2025-10-10T02:47:58.7788490Z Found existing installation: boto3 1.35.33 2025-10-10T02:47:58.7818890Z Uninstalling boto3-1.35.33: 2025-10-10T02:47:58.7833340Z Successfully uninstalled boto3-1.35.33 2025-10-10T02:47:58.8218530Z 2025-10-10T02:47:58.8269410Z Successfully installed boto3-1.35.42 pandas-2.1.3 python-dateutil-2.8.2 2025-10-10T02:47:59.7051320Z Command completed after 1 attempt(s). 2025-10-10T02:47:59.7201780Z ##[group]Run python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-10-10T02:47:59.7203210Z python3 -m tools.stats.upload_utilization_stats.upload_utilization_stats \ 2025-10-10T02:47:59.7204330Z  --workflow-run-id "18392306051" \ 2025-10-10T02:47:59.7205040Z  --workflow-name "trunk" \ 2025-10-10T02:47:59.7205780Z  --workflow-run-attempt "1" \ 2025-10-10T02:47:59.7206530Z  --job-id "52410714318" \ 2025-10-10T02:47:59.7207390Z  --job-name "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)" \ 2025-10-10T02:47:59.7208340Z  --local-path "usage_log.txt" \ 2025-10-10T02:47:59.7209070Z  --artifact-prefix "" 2025-10-10T02:47:59.7256040Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:47:59.7256830Z env: 2025-10-10T02:47:59.7257310Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:47:59.7258470Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:47:59.7259170Z TEST_CONFIG: mps 2025-10-10T02:47:59.7299660Z SHARD_NUMBER: 1 2025-10-10T02:47:59.7300190Z NUM_TEST_SHARDS: 1 2025-10-10T02:47:59.7300580Z PR_BODY: 2025-10-10T02:47:59.7300960Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:47:59.7301690Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:47:59.7302360Z DEVICE_NAME: 2025-10-10T02:47:59.7302740Z DEVICE_TYPE: 2025-10-10T02:47:59.7303110Z ##[endgroup] 2025-10-10T02:48:05.7685020Z repo: pytorch/pytorch 2025-10-10T02:48:05.7685520Z Converted Log Model: UtilizationMetadata: 2025-10-10T02:48:05.7686920Z UtilizationMetadata(level='metadata', workflow_id='18392306051', job_id='52410714318', 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=1760062320, gpu_count=0, cpu_count=12, gpu_type=None, error=None) 2025-10-10T02:48:05.7688400Z [Db Segments] detected pytest cmd: 0, generated segments: 0 2025-10-10T02:48:05.7688810Z [db model] Peek db timeseries 2025-10-10T02:48:05.7689120Z :{ 2025-10-10T02:48:05.7689360Z "created_at": 1760064485, 2025-10-10T02:48:05.7689680Z "type": "utilization", 2025-10-10T02:48:05.7689950Z "tags": [ 2025-10-10T02:48:05.7690260Z "record" 2025-10-10T02:48:05.7690500Z ], 2025-10-10T02:48:05.7690730Z "time_stamp": 1760062320, 2025-10-10T02:48:05.7691060Z "repo": "pytorch/pytorch", 2025-10-10T02:48:05.7691380Z "workflow_id": 18392306051, 2025-10-10T02:48:05.7691680Z "run_attempt": 1, 2025-10-10T02:48:05.7691960Z "job_id": 52410714318, 2025-10-10T02:48:05.7692270Z "workflow_name": "trunk", 2025-10-10T02:48:05.7692660Z "job_name": "macos-py3-arm64 / test (mps, 1, 1, macos-m2-15)", 2025-10-10T02:48:05.7693330Z "json_data": "{\"cpu\": {\"avg\": 0.0, \"max\": 0.0, \"raw\": [0.0]}, \"memory\": {\"avg\": 14.7, \"max\": 14.7, \"raw\": [14.7]}, \"gpu_usage\": null}" 2025-10-10T02:48:05.7693910Z } 2025-10-10T02:48:05.7694410Z Writing 1 documents to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/18392306051/1/52410714318/metadata 2025-10-10T02:48:05.7695360Z Done! Finish writing document to S3 ossci-utilization/util_metadata/v_1.5/pytorch/pytorch/18392306051/1/52410714318/metadata 2025-10-10T02:48:05.7696970Z Writing 429 documents to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/18392306051/1/52410714318/time_series 2025-10-10T02:48:05.7698000Z Done! Finish writing document to S3 ossci-utilization/util_timeseries/v_1.5/pytorch/pytorch/18392306051/1/52410714318/time_series 2025-10-10T02:48:05.8288440Z ##[group]Run if [[ -n "$REINSTALL_BREW_MINICONDA" ]]; then 2025-10-10T02:48:05.8288910Z if [[ -n "$REINSTALL_BREW_MINICONDA" ]]; then 2025-10-10T02:48:05.8289190Z  brew install --cask miniconda 2025-10-10T02:48:05.8289410Z fi 2025-10-10T02:48:05.8303170Z shell: /bin/bash -e -l {0} 2025-10-10T02:48:05.8303340Z env: 2025-10-10T02:48:05.8303470Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:48:05.8303650Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:48:05.8303840Z TEST_CONFIG: mps 2025-10-10T02:48:05.8303990Z SHARD_NUMBER: 1 2025-10-10T02:48:05.8304150Z NUM_TEST_SHARDS: 1 2025-10-10T02:48:05.8304300Z PR_BODY: 2025-10-10T02:48:05.8304430Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:48:05.8304690Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:48:05.8304930Z DEVICE_NAME: 2025-10-10T02:48:05.8305090Z DEVICE_TYPE: 2025-10-10T02:48:05.8305240Z ##[endgroup] 2025-10-10T02:48:07.3023880Z ==> Caveats 2025-10-10T02:48:07.3024220Z Please run the following to setup your shell: 2025-10-10T02:48:07.3024450Z conda init "$(basename "${SHELL}")" 2025-10-10T02:48:07.3024600Z 2025-10-10T02:48:07.3024730Z Alternatively, manually add the following to your shell init: 2025-10-10T02:48:07.3025010Z eval "$(conda "shell.$(basename "${SHELL}")" hook)" 2025-10-10T02:48:07.3025510Z 2025-10-10T02:48:07.3073690Z ==> Downloading https://repo.anaconda.com/miniconda/Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-10-10T02:48:07.5050140Z Already downloaded: /Users/ec2-user/Library/Caches/Homebrew/downloads/60f9c25f1c65a6000428ff0ff524a5414829fcebbff9cac3bc2e84a1e6c1abc6--Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh 2025-10-10T02:48:09.7322670Z ==> Installing Cask miniconda 2025-10-10T02:48:09.9649550Z ==> Running installer script 'Miniconda3-py313_25.7.0-2-MacOSX-arm64.sh' 2025-10-10T02:48:11.0415270Z PREFIX=/opt/homebrew/Caskroom/miniconda/base 2025-10-10T02:48:11.2862410Z Unpacking bootstrapper... 2025-10-10T02:48:11.3773950Z Unpacking payload... 2025-10-10T02:48:29.2071450Z 2025-10-10T02:48:29.2071770Z Installing base environment... 2025-10-10T02:48:29.2071950Z 2025-10-10T02:48:38.1869520Z Preparing transaction: ...working... done 2025-10-10T02:48:54.9293270Z Executing transaction: ...working... 2025-10-10T02:48:54.9293530Z done 2025-10-10T02:48:59.9071790Z installation finished. 2025-10-10T02:48:59.9080020Z ==> Linking Binary 'conda' to '/opt/homebrew/bin/conda' 2025-10-10T02:49:00.0178800Z 🍺 miniconda was successfully installed! 2025-10-10T02:49:00.0464140Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-10-10T02:49:00.0464410Z with: 2025-10-10T02:49:00.0464550Z minimum-available-space-in-gb: 6 2025-10-10T02:49:00.0464760Z env: 2025-10-10T02:49:00.0464890Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:49:00.0465060Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:49:00.0465250Z TEST_CONFIG: mps 2025-10-10T02:49:00.0465400Z SHARD_NUMBER: 1 2025-10-10T02:49:00.0465540Z NUM_TEST_SHARDS: 1 2025-10-10T02:49:00.0465690Z PR_BODY: 2025-10-10T02:49:00.0465870Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:49:00.0466160Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:49:00.0466390Z DEVICE_NAME: 2025-10-10T02:49:00.0466530Z DEVICE_TYPE: 2025-10-10T02:49:00.0466800Z ##[endgroup] 2025-10-10T02:49:00.0476760Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-10-10T02:49:00.0477160Z echo "Print the available disk space for manual inspection" 2025-10-10T02:49:00.0477400Z df -h 2025-10-10T02:49:00.0477590Z  2025-10-10T02:49:00.0477750Z function check_disk_space() { 2025-10-10T02:49:00.0477930Z  set +e 2025-10-10T02:49:00.0478070Z  2025-10-10T02:49:00.0478240Z  # Set the minimum requirement space to 6GB 2025-10-10T02:49:00.0478530Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-10-10T02:49:00.0478880Z  2025-10-10T02:49:00.0479060Z  # Use KB to avoid floating point warning like 3.1GB 2025-10-10T02:49:00.0479320Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-10-10T02:49:00.0479540Z  do 2025-10-10T02:49:00.0479730Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-10-10T02:49:00.0479950Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-10-10T02:49:00.0480140Z  2025-10-10T02:49:00.0480280Z  if [ "${MOUNT}" = "/" ]; then 2025-10-10T02:49:00.0480550Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-10-10T02:49:00.0481050Z  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-10-10T02:49:00.0481560Z  else 2025-10-10T02:49:00.0481820Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-10-10T02:49:00.0482110Z  fi 2025-10-10T02:49:00.0482250Z  fi 2025-10-10T02:49:00.0482390Z  done 2025-10-10T02:49:00.0482520Z  2025-10-10T02:49:00.0482650Z  set -e 2025-10-10T02:49:00.0482790Z } 2025-10-10T02:49:00.0483100Z  2025-10-10T02:49:00.0483230Z RESULT=$(check_disk_space) 2025-10-10T02:49:00.0483420Z echo "${RESULT}" 2025-10-10T02:49:00.0483570Z  2025-10-10T02:49:00.0483770Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-10-10T02:49:00.0491760Z  # 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-10-10T02:49:00.0492330Z  # https://github.com/pytorch/pytorch/issues/85440 2025-10-10T02:49:00.0492670Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-10-10T02:49:00.0493150Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-10-10T02:49:00.0493560Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-10-10T02:49:00.0493790Z  2025-10-10T02:49:00.0493950Z  # Clean up crash reports on the runner 2025-10-10T02:49:00.0494230Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-10-10T02:49:00.0494490Z  2025-10-10T02:49:00.0494970Z  # Also try to clean up torch.hub caching directory 2025-10-10T02:49:00.0495220Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-10-10T02:49:00.0495400Z  2025-10-10T02:49:00.0495530Z  # Purge conda 2025-10-10T02:49:00.0495700Z  conda clean -p -t -y || true 2025-10-10T02:49:00.0495880Z  # and pip cache 2025-10-10T02:49:00.0496050Z  pip cache purge || true 2025-10-10T02:49:00.0496230Z  2025-10-10T02:49:00.0496430Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-10-10T02:49:00.0496690Z  # Re-run the check 2025-10-10T02:49:00.0496850Z  RESULT=$(check_disk_space) 2025-10-10T02:49:00.0497040Z  echo "${RESULT}" 2025-10-10T02:49:00.0497190Z fi 2025-10-10T02:49:00.0497300Z  2025-10-10T02:49:00.0497430Z if [[ "${RESULT}" == *Failure* ]]; then 2025-10-10T02:49:00.0497610Z  df -h 2025-10-10T02:49:00.0497730Z  2025-10-10T02:49:00.0498130Z  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-10-10T02:49:00.0498550Z  exit 1 2025-10-10T02:49:00.0498690Z fi 2025-10-10T02:49:00.0513800Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:49:00.0514030Z env: 2025-10-10T02:49:00.0514220Z GIT_DEFAULT_BRANCH: main 2025-10-10T02:49:00.0514430Z BUILD_ENVIRONMENT: macos-py3-arm64 2025-10-10T02:49:00.0514630Z TEST_CONFIG: mps 2025-10-10T02:49:00.0514780Z SHARD_NUMBER: 1 2025-10-10T02:49:00.0514970Z NUM_TEST_SHARDS: 1 2025-10-10T02:49:00.0515120Z PR_BODY: 2025-10-10T02:49:00.0515260Z REINSTALL_BREW_MINICONDA: 1 2025-10-10T02:49:00.0515500Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:49:00.0515740Z DEVICE_NAME: 2025-10-10T02:49:00.0515880Z DEVICE_TYPE: 2025-10-10T02:49:00.0516070Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-10-10T02:49:00.0516240Z ##[endgroup] 2025-10-10T02:49:00.0774490Z Print the available disk space for manual inspection 2025-10-10T02:49:00.0789900Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-10-10T02:49:00.0790260Z /dev/disk5s2s1 256Gi 10Gi 184Gi 6% 426k 1.9G 0% / 2025-10-10T02:49:00.0790560Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-10-10T02:49:00.0790920Z /dev/disk5s5 256Gi 1.0Gi 184Gi 1% 1 1.9G 0% /System/Volumes/VM 2025-10-10T02:49:00.0791280Z /dev/disk5s3 256Gi 6.6Gi 184Gi 4% 1.2k 1.9G 0% /System/Volumes/Preboot 2025-10-10T02:49:00.0791640Z /dev/disk1s2 500Mi 6.0Mi 397Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-10-10T02:49:00.0792210Z /dev/disk1s1 500Mi 49Mi 397Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-10-10T02:49:00.0792620Z /dev/disk1s3 500Mi 752Ki 397Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-10-10T02:49:00.0792980Z /dev/disk5s1 256Gi 52Gi 184Gi 23% 1.8M 1.9G 0% /System/Volumes/Data 2025-10-10T02:49:00.0793340Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-10-10T02:49:00.0793690Z /dev/disk3s4 460Gi 2.1Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-pVFpID 2025-10-10T02:49:00.1206560Z Success: There is 193417344KB free space left in / for macOS, continue 2025-10-10T02:49:00.1244530Z Post job cleanup. 2025-10-10T02:49:00.1682260Z Removing virtual environment at /Users/ec2-user/runner/_work/_temp/venv-3.12-1760062287 2025-10-10T02:49:04.0923150Z Post job cleanup. 2025-10-10T02:49:04.0972020Z Post job cleanup. 2025-10-10T02:49:04.1836800Z [command]/usr/bin/git version 2025-10-10T02:49:04.1916300Z git version 2.39.5 (Apple Git-154) 2025-10-10T02:49:04.1934040Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/903fe43c-fcf1-4561-a36a-9744c3263735/.gitconfig' 2025-10-10T02:49:04.1940420Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/903fe43c-fcf1-4561-a36a-9744c3263735' before making global git config changes 2025-10-10T02:49:04.1941020Z Adding repository directory to the temporary git global config as a safe directory 2025-10-10T02:49:04.1943130Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-10-10T02:49:04.2014690Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-10-10T02:49:04.2080350Z [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-10-10T02:49:04.2875800Z Entering 'android/libs/fbjni' 2025-10-10T02:49:04.2996810Z Entering 'third_party/FP16' 2025-10-10T02:49:04.3114260Z Entering 'third_party/FXdiv' 2025-10-10T02:49:04.3232020Z Entering 'third_party/NNPACK' 2025-10-10T02:49:04.3358730Z Entering 'third_party/NVTX' 2025-10-10T02:49:04.3473660Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:49:04.3583500Z Entering 'third_party/XNNPACK' 2025-10-10T02:49:04.3839410Z Entering 'third_party/aiter' 2025-10-10T02:49:04.3951360Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:49:04.4066400Z Entering 'third_party/benchmark' 2025-10-10T02:49:04.4197860Z Entering 'third_party/composable_kernel' 2025-10-10T02:49:04.4314500Z Entering 'third_party/cpp-httplib' 2025-10-10T02:49:04.4425350Z Entering 'third_party/cpuinfo' 2025-10-10T02:49:04.4560340Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:49:04.4674640Z Entering 'third_party/cutlass' 2025-10-10T02:49:04.4790360Z Entering 'third_party/fbgemm' 2025-10-10T02:49:04.4995030Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:49:04.5172560Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:49:04.5425920Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:49:04.5598280Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:49:04.5824730Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:49:04.5975900Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:49:04.6125700Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:49:04.6294280Z Entering 'third_party/flash-attention' 2025-10-10T02:49:04.6411930Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:49:04.6528000Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:49:04.6648420Z Entering 'third_party/flatbuffers' 2025-10-10T02:49:04.6765990Z Entering 'third_party/fmt' 2025-10-10T02:49:04.6888450Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:49:04.7011800Z Entering 'third_party/gloo' 2025-10-10T02:49:04.7147250Z Entering 'third_party/googletest' 2025-10-10T02:49:04.7281660Z Entering 'third_party/ideep' 2025-10-10T02:49:04.7423220Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:49:04.7629520Z Entering 'third_party/ittapi' 2025-10-10T02:49:04.7746300Z Entering 'third_party/kineto' 2025-10-10T02:49:04.7860270Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:49:04.7974970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:49:04.8090350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:49:04.8204680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:49:04.8319210Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:49:04.8431810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:49:04.8547590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:49:04.8662180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:49:04.8775600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:49:04.8886750Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:49:04.8998870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:49:04.9108440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:49:04.9220410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:49:04.9334900Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:49:04.9446120Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:49:04.9558280Z Entering 'third_party/kleidiai' 2025-10-10T02:49:04.9670930Z Entering 'third_party/mimalloc' 2025-10-10T02:49:04.9782310Z Entering 'third_party/nlohmann' 2025-10-10T02:49:04.9893040Z Entering 'third_party/onnx' 2025-10-10T02:49:05.0172370Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:49:05.0312380Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:49:05.0430220Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:49:05.0543810Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:49:05.0659220Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:49:05.0773060Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:49:05.0887700Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:49:05.1002940Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:49:05.1116510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:49:05.1229700Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:49:05.1343730Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:49:05.1461750Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:49:05.1583250Z Entering 'third_party/pocketfft' 2025-10-10T02:49:05.1696300Z Entering 'third_party/protobuf' 2025-10-10T02:49:05.1879450Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:49:05.2024640Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:49:05.2164850Z Entering 'third_party/psimd' 2025-10-10T02:49:05.2286920Z Entering 'third_party/pthreadpool' 2025-10-10T02:49:05.2412640Z Entering 'third_party/pybind11' 2025-10-10T02:49:05.2547360Z Entering 'third_party/python-peachpy' 2025-10-10T02:49:05.2669750Z Entering 'third_party/sleef' 2025-10-10T02:49:05.2795650Z Entering 'third_party/tensorpipe' 2025-10-10T02:49:05.2942990Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:49:05.3094790Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:49:05.3233700Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:49:05.3391870Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:49:05.3547890Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:49:05.3687710Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-10-10T02:49:05.3751200Z http.https://github.com/.extraheader 2025-10-10T02:49:05.3758180Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-10-10T02:49:05.3824050Z [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-10-10T02:49:05.4345540Z Entering 'android/libs/fbjni' 2025-10-10T02:49:05.4426270Z http.https://github.com/.extraheader 2025-10-10T02:49:05.4493100Z Entering 'third_party/FP16' 2025-10-10T02:49:05.4571620Z http.https://github.com/.extraheader 2025-10-10T02:49:05.4639120Z Entering 'third_party/FXdiv' 2025-10-10T02:49:05.4717630Z http.https://github.com/.extraheader 2025-10-10T02:49:05.4785930Z Entering 'third_party/NNPACK' 2025-10-10T02:49:05.4865010Z http.https://github.com/.extraheader 2025-10-10T02:49:05.4931820Z Entering 'third_party/NVTX' 2025-10-10T02:49:05.5011320Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5077830Z Entering 'third_party/VulkanMemoryAllocator' 2025-10-10T02:49:05.5156920Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5222720Z Entering 'third_party/XNNPACK' 2025-10-10T02:49:05.5301900Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5372540Z Entering 'third_party/aiter' 2025-10-10T02:49:05.5451960Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5518470Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-10-10T02:49:05.5597470Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5668680Z Entering 'third_party/benchmark' 2025-10-10T02:49:05.5747370Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5814410Z Entering 'third_party/composable_kernel' 2025-10-10T02:49:05.5893010Z http.https://github.com/.extraheader 2025-10-10T02:49:05.5962470Z Entering 'third_party/cpp-httplib' 2025-10-10T02:49:05.6040970Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6108870Z Entering 'third_party/cpuinfo' 2025-10-10T02:49:05.6187970Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6255000Z Entering 'third_party/cudnn_frontend' 2025-10-10T02:49:05.6334120Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6400650Z Entering 'third_party/cutlass' 2025-10-10T02:49:05.6480090Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6550380Z Entering 'third_party/fbgemm' 2025-10-10T02:49:05.6629960Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6696140Z Entering 'third_party/fbgemm/external/asmjit' 2025-10-10T02:49:05.6775520Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6843010Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-10-10T02:49:05.6921480Z http.https://github.com/.extraheader 2025-10-10T02:49:05.6990690Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-10-10T02:49:05.7069450Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7136650Z Entering 'third_party/fbgemm/external/cutlass' 2025-10-10T02:49:05.7214930Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7286150Z Entering 'third_party/fbgemm/external/googletest' 2025-10-10T02:49:05.7365340Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7432570Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-10-10T02:49:05.7511830Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7578340Z Entering 'third_party/fbgemm/external/json' 2025-10-10T02:49:05.7657160Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7732180Z Entering 'third_party/flash-attention' 2025-10-10T02:49:05.7812880Z http.https://github.com/.extraheader 2025-10-10T02:49:05.7878580Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-10-10T02:49:05.7957590Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8027260Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-10-10T02:49:05.8106740Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8177560Z Entering 'third_party/flatbuffers' 2025-10-10T02:49:05.8256920Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8324580Z Entering 'third_party/fmt' 2025-10-10T02:49:05.8402840Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8470580Z Entering 'third_party/gemmlowp/gemmlowp' 2025-10-10T02:49:05.8549190Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8616590Z Entering 'third_party/gloo' 2025-10-10T02:49:05.8695650Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8763250Z Entering 'third_party/googletest' 2025-10-10T02:49:05.8842840Z http.https://github.com/.extraheader 2025-10-10T02:49:05.8909590Z Entering 'third_party/ideep' 2025-10-10T02:49:05.8988420Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9053060Z Entering 'third_party/ideep/mkl-dnn' 2025-10-10T02:49:05.9132780Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9202280Z Entering 'third_party/ittapi' 2025-10-10T02:49:05.9282340Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9349240Z Entering 'third_party/kineto' 2025-10-10T02:49:05.9428040Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9494350Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-10-10T02:49:05.9572770Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9639400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-10-10T02:49:05.9718160Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9786510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-10-10T02:49:05.9865680Z http.https://github.com/.extraheader 2025-10-10T02:49:05.9932980Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-10-10T02:49:06.0012430Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0079840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-10-10T02:49:06.0159760Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0225420Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-10-10T02:49:06.0304660Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0372940Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-10-10T02:49:06.0453270Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0521530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-10-10T02:49:06.0601000Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0668650Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-10-10T02:49:06.0747800Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0815930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-10-10T02:49:06.0895780Z http.https://github.com/.extraheader 2025-10-10T02:49:06.0964440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp' 2025-10-10T02:49:06.1042910Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1110030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:49:06.1190240Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1259690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:49:06.1339850Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1411910Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-10-10T02:49:06.1491500Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1558400Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-10-10T02:49:06.1638020Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1706170Z Entering 'third_party/kleidiai' 2025-10-10T02:49:06.1786040Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1852830Z Entering 'third_party/mimalloc' 2025-10-10T02:49:06.1931790Z http.https://github.com/.extraheader 2025-10-10T02:49:06.1998660Z Entering 'third_party/nlohmann' 2025-10-10T02:49:06.2077950Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2145390Z Entering 'third_party/onnx' 2025-10-10T02:49:06.2223830Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2295920Z Entering 'third_party/onnx/third_party/pybind11' 2025-10-10T02:49:06.2375880Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2445330Z Entering 'third_party/opentelemetry-cpp' 2025-10-10T02:49:06.2525170Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2591780Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-10-10T02:49:06.2670610Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2738740Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-10-10T02:49:06.2817450Z http.https://github.com/.extraheader 2025-10-10T02:49:06.2883700Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-10-10T02:49:06.2963270Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3031070Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-10-10T02:49:06.3108990Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3176820Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-10-10T02:49:06.3255880Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3322360Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-10-10T02:49:06.3400890Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3468210Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-10-10T02:49:06.3546680Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3613200Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-10-10T02:49:06.3691020Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3759040Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-10-10T02:49:06.3838310Z http.https://github.com/.extraheader 2025-10-10T02:49:06.3907190Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-10-10T02:49:06.3987200Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4061510Z Entering 'third_party/pocketfft' 2025-10-10T02:49:06.4142250Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4208720Z Entering 'third_party/protobuf' 2025-10-10T02:49:06.4288640Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4363590Z Entering 'third_party/protobuf/third_party/benchmark' 2025-10-10T02:49:06.4436040Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4503090Z Entering 'third_party/protobuf/third_party/googletest' 2025-10-10T02:49:06.4582650Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4651710Z Entering 'third_party/psimd' 2025-10-10T02:49:06.4731040Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4797950Z Entering 'third_party/pthreadpool' 2025-10-10T02:49:06.4876420Z http.https://github.com/.extraheader 2025-10-10T02:49:06.4943980Z Entering 'third_party/pybind11' 2025-10-10T02:49:06.5022660Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5089690Z Entering 'third_party/python-peachpy' 2025-10-10T02:49:06.5169120Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5235670Z Entering 'third_party/sleef' 2025-10-10T02:49:06.5314920Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5380860Z Entering 'third_party/tensorpipe' 2025-10-10T02:49:06.5460370Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5526350Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-10-10T02:49:06.5605510Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5673100Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-10-10T02:49:06.5751500Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5818550Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-10-10T02:49:06.5897600Z http.https://github.com/.extraheader 2025-10-10T02:49:06.5966250Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-10-10T02:49:06.6044450Z http.https://github.com/.extraheader 2025-10-10T02:49:06.6110500Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-10-10T02:49:06.6189610Z http.https://github.com/.extraheader 2025-10-10T02:49:06.6316230Z A job completed hook has been configured by the self-hosted runner administrator 2025-10-10T02:49:06.6349790Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2025-10-10T02:49:06.6359840Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-10-10T02:49:06.6360050Z ##[endgroup] 2025-10-10T02:49:06.6702200Z + df -h 2025-10-10T02:49:06.6723610Z + ls -t /var/log/post_job 2025-10-10T02:49:06.6723910Z + Checking if runner needs to be terminated...ok 2025-10-10T02:49:06.6724180Z + Outputting disk space 2025-10-10T02:49:06.6724480Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-10-10T02:49:06.6724840Z /dev/disk5s2s1 256Gi 10Gi 186Gi 6% 426k 2.0G 0% / 2025-10-10T02:49:06.6725210Z devfs 216Ki 216Ki 0Bi 100% 748 0 100% /dev 2025-10-10T02:49:06.6725590Z /dev/disk5s5 256Gi 1.0Gi 186Gi 1% 1 2.0G 0% /System/Volumes/VM 2025-10-10T02:49:06.6726010Z /dev/disk5s3 256Gi 6.6Gi 186Gi 4% 1.2k 2.0G 0% /System/Volumes/Preboot 2025-10-10T02:49:06.6726410Z /dev/disk1s2 500Mi 6.0Mi 397Mi 2% 1 4.1M 0% /System/Volumes/xarts 2025-10-10T02:49:06.6726820Z /dev/disk1s1 500Mi 49Mi 397Mi 11% 64 4.1M 0% /System/Volumes/iSCPreboot 2025-10-10T02:49:06.6727210Z /dev/disk1s3 500Mi 752Ki 397Mi 1% 53 4.1M 0% /System/Volumes/Hardware 2025-10-10T02:49:06.6727550Z /dev/disk5s1 256Gi 51Gi 186Gi 22% 1.7M 2.0G 0% /System/Volumes/Data 2025-10-10T02:49:06.6727900Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-10-10T02:49:06.6728280Z /dev/disk3s4 460Gi 2.1Mi 442Gi 1% 18 4.6G 0% /private/tmp/tmp-mount-pVFpID 2025-10-10T02:49:06.6728580Z + Cleaning up old logs (Keep the latest 100) 2025-10-10T02:49:06.6728800Z + awk 'NR>100' 2025-10-10T02:49:06.6728950Z + xargs rm -fv 2025-10-10T02:49:06.6869870Z + Restoring SSH key to be the skeleton key 2025-10-10T02:49:06.6947310Z Cleaning up orphan processes